|
|
@@ -2,22 +2,23 @@ mixin begin_now_card()
|
|
|
- var registerURL = '/register'
|
|
|
- var plansURL = '/user/subscription/plans'
|
|
|
- var isUserLoggedIn = !!getSessionUser()
|
|
|
-
|
|
|
- div.card.card-pattern.cta-card
|
|
|
- .card-body
|
|
|
- p.dm-mono
|
|
|
- span.font-size-display-xs
|
|
|
- span.text-purple-bright \begin
|
|
|
- span.text-green-bright {
|
|
|
- span now
|
|
|
- span.text-green-bright }
|
|
|
- p #{translate("discover_why_people_worldwide_trust_overleaf", {count: 18})}
|
|
|
- p
|
|
|
- if !isUserLoggedIn
|
|
|
- a.btn.btn-primary.card-link(
|
|
|
- href=registerURL
|
|
|
- ) #{translate("sign_up_for_free")}
|
|
|
- a.card-link(
|
|
|
- class = isUserLoggedIn ? 'btn btn-primary' : 'btn btn-secondary'
|
|
|
- href=plansURL
|
|
|
- ) #{translate("explore_all_plans")}
|
|
|
+
|
|
|
+ .begin-now-card
|
|
|
+ div.card.card-pattern
|
|
|
+ .card-body
|
|
|
+ p.dm-mono
|
|
|
+ span.font-size-display-xs
|
|
|
+ span.text-purple-bright \begin
|
|
|
+ span.text-green-bright {
|
|
|
+ span now
|
|
|
+ span.text-green-bright }
|
|
|
+ p #{translate("discover_why_people_worldwide_trust_overleaf", {count: 18})}
|
|
|
+ p
|
|
|
+ if !isUserLoggedIn
|
|
|
+ a.btn.btn-primary.card-link(
|
|
|
+ href=registerURL
|
|
|
+ ) #{translate("sign_up_for_free")}
|
|
|
+ a.card-link(
|
|
|
+ class = isUserLoggedIn ? 'btn btn-primary' : 'btn btn-secondary'
|
|
|
+ href=plansURL
|
|
|
+ ) #{translate("explore_all_plans")}
|