forked from IllinoisSocialMediaMacroscope/smm-smile
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
134 add link to privacy policy document (#138)
* add urls to policies * update footer * changelog
- Loading branch information
1 parent
709c6ec
commit deb9c0d
Showing
4 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
//Footer | ||
footer(class="footer-bs") | ||
div(class="row") | ||
p © 2023 National Center for Supercomputing Applications, University of Illinois at Urbana-Champaign, All rights reserved | ||
p © #{new Date().getFullYear()} National Center for Supercomputing Applications, University of Illinois at Urbana-Champaign, All rights reserved |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,18 @@ nav(class="navbar navbar-inverse navbar-fixed-top") | |
img(src="bootstrap/img/logo/smile-logos/small-logo.png", width=20) | ||
|   SMILE | ||
li | ||
a(href="citation") Cite | ||
div(class="topbar-dropdown", id="topbar-policy") | ||
button(type="button", id="policy-btn", class="btn btn-default topbar-dropdown-toggle", | ||
data-toggle="dropdown", aria-haspopup="true", aria-expanded="true") | ||
| Policies | ||
span(class="caret") | ||
ul(class="dropdown-menu", aria-labelledby="dropdownMenu1") | ||
li | ||
a(href=TERM_OF_USE_URL target="_blank") Terms of Use | ||
li | ||
a(href=PRIVACY_POLICY_URL target="_blank") Privacy Policy | ||
li | ||
a(href="citation") Cite Us | ||
li | ||
a(href="mailto:[email protected]") Report Problems | ||
|
||
|