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
.span12
div.alert.alert-success.open-source
| ShareLaTeX is open source.
a(href="https://github.com/sharelatex/sharelatex") Fork us on GitHub.
.span12
.small-footer
ul

View file

@ -150,8 +150,8 @@ block content
mixin plan(plans.groupAnnualPlans[2], "", false)
.tab-pane.student-pricing
include ../general/small-footer
link(rel='stylesheet', href='/brand/plans.css?fingerprint='+fingerprint('/brand/mainStyle.css'))
include ../general/small-footer
link(rel='stylesheet', href='/brand/plans.css?fingerprint='+fingerprint('/brand/mainStyle.css'))
script
mixpanel.track("Page Viewed", { name: "plans" })
script
mixpanel.track("Page Viewed", { name: "plans" })

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
a#unsubscribeFromNewsletter.btn.btn-danger(data-csrf=csrfToken) Unsubscribe
include ../general/small-footer
#changePasswordModal(style='display: none')
.modal
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 {
margin-top: 20px;
margin-top: 12px;
margin-bottom: 20px;
text-align:center;
font-size: 0.9em;