2024-04-16 09:12:12 -04:00
|
|
|
|
extends ../layout-marketing
|
2014-02-12 05:23:40 -05:00
|
|
|
|
|
|
|
|
|
block content
|
2024-04-23 07:13:38 -04:00
|
|
|
|
.content.content-alt#main-content
|
2014-07-07 10:54:40 -04:00
|
|
|
|
.container.bonus
|
|
|
|
|
.row
|
|
|
|
|
.col-md-8.col-md-offset-2
|
|
|
|
|
.card
|
2024-04-16 09:12:12 -04:00
|
|
|
|
.container-fluid
|
2014-07-07 10:54:40 -04:00
|
|
|
|
.row
|
|
|
|
|
.col-md-10.col-md-offset-1
|
2024-10-02 03:07:31 -04:00
|
|
|
|
if (refered_user_count > 0)
|
|
|
|
|
p.thanks The Overleaf Bonus Program has been discontinued, but you'll continue to have access to the features you already earned.
|
|
|
|
|
else
|
|
|
|
|
p.thanks The Overleaf Bonus Program has been discontinued.
|
2024-04-16 09:12:12 -04:00
|
|
|
|
p.thanks Please <a href="/contact">contact us</a> if you have any questions.
|
|
|
|
|
|
|
|
|
|
if (refered_user_count > 0)
|
|
|
|
|
.row.ab-bonus
|
|
|
|
|
.col-md-10.col-md-offset-1.bonus-banner(style="position: relative; height: 30px; margin-top: 20px;")
|
|
|
|
|
- for (var i = 0; i <= 10; i++) {
|
|
|
|
|
if (refered_user_count == i)
|
|
|
|
|
.number(style="left: "+i+"0%").active #{i}
|
|
|
|
|
else
|
|
|
|
|
.number(style="left: "+i+"0%") #{i}
|
|
|
|
|
- }
|
|
|
|
|
|
|
|
|
|
.row.ab-bonus
|
|
|
|
|
.col-md-10.col-md-offset-1.bonus-banner
|
|
|
|
|
.progress
|
|
|
|
|
.progress-bar.progress-bar-info(style="width: "+refered_user_count+"0%")
|
|
|
|
|
|
|
|
|
|
.row.ab-bonus
|
|
|
|
|
.col-md-10.col-md-offset-1.bonus-banner(style="position: relative; height: 110px;")
|
|
|
|
|
.perk(style="left: 10%;", class = refered_user_count >= 1 ? "active" : "") #{translate("one_free_collab")}
|
|
|
|
|
.perk(style="left: 30%;", class = refered_user_count >= 3 ? "active" : "") #{translate("three_free_collab")}
|
|
|
|
|
.perk(style="left: 60%;", class = refered_user_count >= 6 ? "active" : "") #{translate("free_dropbox_and_history")} + #{translate("three_free_collab")}
|
|
|
|
|
.perk(style="left: 90%;", class = refered_user_count >= 9 ? "active" : "") #{translate("free_dropbox_and_history")} + #{translate("unlimited_collabs")}
|
|
|
|
|
.row
|
|
|
|
|
|
|
|
|
|
.row.ab-bonus
|
|
|
|
|
.col-md-10.col-md-offset-1.bonus-banner.bonus-status
|
|
|
|
|
if (refered_user_count == 1)
|
|
|
|
|
p.thanks You’ve introduced <strong>1</strong> person to #{settings.appName}.
|
2021-03-24 06:09:43 -04:00
|
|
|
|
else
|
2024-04-16 09:12:12 -04:00
|
|
|
|
p.thanks You’ve introduced <strong>#{refered_user_count}</strong> people to #{settings.appName}.
|