Home / Blog / Team / Merchant TOS page updates (#34)

* Update: Merchant page and images

* Update: Blog hero image

* Update: Team hero image / content

* Update: Blog content and images

* Update: Start-page copy, images and featured merchants / blog posts

* Update: Add remaining merchants / images (requires styling)

* Update: Footer

* Add: Terms of use page and translations
This commit is contained in:
Andy Freer 2016-11-10 12:26:24 +00:00 committed by Perry Woodin
parent 976c096122
commit b8f2065a1c
83 changed files with 466 additions and 93 deletions

18
_includes/hero/tos.html Normal file
View file

@ -0,0 +1,18 @@
<div class="hero hero--space" id="hero">
<div class="hero__background">
<img src="{{ base }}/assets/img/hero/merchants.png" alt="" class="hero__background-image">
</div>
<!-- Navigation -->
{% include nav-desktop.html %}
<!-- Hero content -->
<div class="hero__content">
<h1 class="hero__title">{% t pages.tos.title %}</h1>
</div>
<!-- Hero stripe -->
<div class="hero__stripe"></div>
</div>