Add open source banner to footer

This commit is contained in:
James Allen 2014-02-22 11:26:36 +00:00
parent c824c2e7b7
commit 128c982ba2
4 changed files with 17 additions and 6 deletions

View file

@ -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

View file

@ -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")

View file

@ -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;