mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Add open source banner to footer
This commit is contained in:
parent
c824c2e7b7
commit
128c982ba2
4 changed files with 17 additions and 6 deletions
|
@ -1,4 +1,8 @@
|
||||||
.row-fluid
|
.row-fluid
|
||||||
|
.span12
|
||||||
|
div.alert.alert-success.open-source
|
||||||
|
| ShareLaTeX is open source.
|
||||||
|
a(href="https://github.com/sharelatex/sharelatex") Fork us on GitHub.
|
||||||
.span12
|
.span12
|
||||||
.small-footer
|
.small-footer
|
||||||
ul
|
ul
|
||||||
|
|
|
@ -152,6 +152,8 @@ block content
|
||||||
p Every few months we send a news letter out summarizing the new features available, if you would prefer to not receive this email then you are free to unsubscribe below at any time
|
p Every few months we send a news letter out summarizing the new features available, if you would prefer to not receive this email then you are free to unsubscribe below at any time
|
||||||
a#unsubscribeFromNewsletter.btn.btn-danger(data-csrf=csrfToken) Unsubscribe
|
a#unsubscribeFromNewsletter.btn.btn-danger(data-csrf=csrfToken) Unsubscribe
|
||||||
|
|
||||||
|
include ../general/small-footer
|
||||||
|
|
||||||
#changePasswordModal(style='display: none')
|
#changePasswordModal(style='display: none')
|
||||||
.modal
|
.modal
|
||||||
form#changePasswordForm(method="post", action="/user/password/update")
|
form#changePasswordForm(method="post", action="/user/password/update")
|
||||||
|
|
|
@ -1,6 +1,11 @@
|
||||||
|
.open-source {
|
||||||
|
text-align: center;
|
||||||
|
width: 300px;
|
||||||
|
margin: auto;
|
||||||
|
margin-top: 6px;
|
||||||
|
}
|
||||||
.small-footer {
|
.small-footer {
|
||||||
margin-top: 20px;
|
margin-top: 12px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
|
|
Loading…
Reference in a new issue