mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
Update CTA button colors on landing page
This commit is contained in:
parent
5356572f04
commit
56aee7d428
@ -3,7 +3,7 @@
|
||||
<div class="container">
|
||||
<br />
|
||||
<br />
|
||||
<h1 class="header center teal-text text-lighten-2">
|
||||
<h1 class="header center blue-text">
|
||||
<%= t('marketing.landing_page.promo_header') %>
|
||||
</h1>
|
||||
<div class="row center">
|
||||
@ -14,7 +14,7 @@
|
||||
<div class="row center">
|
||||
<%= link_to t('marketing.landing_page.cta.get_yours'),
|
||||
new_user_registration_path,
|
||||
class: 'btn-large waves-effect waves-light teal lighten-1' %>
|
||||
class: 'btn-large waves-effect waves-light blue lighten-1' %>
|
||||
<br />
|
||||
<br />
|
||||
<%= t('marketing.landing_page.promo_subtext') %>
|
||||
@ -208,7 +208,7 @@
|
||||
</div>
|
||||
|
||||
<div class="container" style="margin-top: 50px; margin-bottom: 75px;">
|
||||
<h3 class="header center teal-text"><%= t('marketing.landing_page.pricing.title') %></h3>
|
||||
<h3 class="header center blue-text"><%= t('marketing.landing_page.pricing.title') %></h3>
|
||||
<div class="row center" style="clear: both">
|
||||
<div class="card-panel green white-text" width="200px;">
|
||||
<%= t('marketing.landing_page.pricing.subtitle') %>
|
||||
@ -276,7 +276,7 @@
|
||||
<div class="row center">
|
||||
<%= link_to t('marketing.landing_page.pricing.cta.button'),
|
||||
new_user_registration_path,
|
||||
class: 'btn-large waves-effect waves-light teal lighten-1' %>
|
||||
class: 'btn-large waves-effect waves-light blue lighten-1' %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user