mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Add in direct link to bonus page
This commit is contained in:
parent
544415ce1d
commit
7515586f3b
2 changed files with 8 additions and 0 deletions
|
@ -41,6 +41,11 @@ block content
|
|||
.title
|
||||
a(href='#link-modal', data-toggle="modal").link Link to us from your website
|
||||
|
||||
.row
|
||||
.span4.offset4.bonus-banner
|
||||
h2.direct-link Direct Link
|
||||
.well #{buildReferalUrl("d")}
|
||||
|
||||
.row.ab-bonus
|
||||
.span6.offset3
|
||||
p.thanks When someone starts using ShareLaTeX after your recommendation we'll give you some <strong>free stuff</strong> to say thanks! Check your progress below.
|
||||
|
|
|
@ -78,6 +78,7 @@
|
|||
font-size: 20px;
|
||||
line-height: 28px;
|
||||
margin-bottom: 10px;
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
.bonus-banner {
|
||||
|
@ -121,6 +122,8 @@
|
|||
background-repeat: no-repeat;
|
||||
background-position: 16px center;
|
||||
}
|
||||
h2.direct-link {
|
||||
}
|
||||
}
|
||||
|
||||
p.thanks {
|
||||
|
|
Loading…
Reference in a new issue