Added dash-school; Added Evolution Roadmap Button on Evolution Page;

This commit is contained in:
Lee Wong 2017-07-09 23:41:59 +07:00 committed by tungfa
parent 07f5da9bf7
commit 1a1d5c1529
13 changed files with 82 additions and 33 deletions

View file

@ -18,8 +18,9 @@
<p class="hero__lead">{% t pages.evolution.hero-text %}</p>
<div class="hero__buttons">
<a href="https://dashpay.atlassian.net/wiki/x/DQBcAg" class="btn-blue-solid btn-large" target="_blank">{% t pages.evolution.hero-btn %}</a>
<a href="https://dashpay.atlassian.net/wiki/x/DQBcAg" class="btn-blue-solid" target="_blank">{% t pages.evolution.hero-btn %}</a>
<!--a href="{{basenav}}/contact/#mailing" class="btn-blue-solid btn-large">{% t pages.evolution.subscribe-btn %}</a-->
<a href="https://github.com/dashpay/dash-roadmap/blob/master/README.md" target="_blank" class="btn-white-solid">{% t pages.evolution.hero-roadmap-btn %}</a>
</div>
</div>

View file

@ -11,12 +11,12 @@
<!-- Hero content -->
<div class="hero__content">
<h1 class="hero__title">Dash School</h1>
<p class="hero__lead">by Amanda B. Johnson</p>
<h1 class="hero__title">{% t pages.school.title %}</h1>
<p class="hero__lead">{% t pages.school.hero-text %}</p>
<div class="hero__buttons">
<a href="https://youtu.be/e7UwwcCKj4Y?list=PLiFMZOlhgsYKKOUOVjQjESCXfR1cCYCod" class="btn-white-solid" target="_blank">Watch now</a>
<a href="https://www.youtube.com/channel/UCAzD2v9Yx4a4iS2_-unODkA" class="btn-transparent" target="_blank">Youtube</a>
<a href="https://youtu.be/e7UwwcCKj4Y?list=PLiFMZOlhgsYKKOUOVjQjESCXfR1cCYCod" class="btn-white-solid" target="_blank">{% t pages.school.hero-btn %}</a>
<a href="https://www.youtube.com/channel/UCAzD2v9Yx4a4iS2_-unODkA" class="btn-transparent" target="_blank">{% t pages.school.hero-you-btn %}</a>
</div>
</div>