mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
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:
parent
976c096122
commit
b8f2065a1c
83 changed files with 466 additions and 93 deletions
|
@ -4,7 +4,7 @@
|
|||
<ul>
|
||||
<li><a href="{{ basenav }}/get-dash/">{% t nav.download %}</a></li>
|
||||
<li><a href="https://dashpay.atlassian.net/wiki/display/DOC/How+to+buy+Dash">{% t nav.buy %}</a></li>
|
||||
<li><a href="https://dashpay.atlassian.net/wiki/display/DOC/Merchants">{% t nav.shop %}</a></li>
|
||||
<li><a href="{{ basenav }}/merchants/">{% t nav.shop %}</a></li>
|
||||
<li><a href="https://dashpay.atlassian.net/wiki/display/DOC/Debit+Cards">{% t nav.debit %}</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
@ -46,6 +46,7 @@
|
|||
<li><a href="https://www.dash.org/forum/categories/dash-support.61/">{% t nav.help %}</a></li>
|
||||
<li><a href="https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=1146914">{% t nav.info %}</a></li>
|
||||
<li><a href="{{ basenav }}/team/">{% t nav.team %}</a></li>
|
||||
<li><a href="https://www.dashfoundation.io/">{% t nav.foundation %}</a></li>
|
||||
<li><a href="{{ basenav }}/team/">{% t nav.contact %}</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
@ -66,9 +67,10 @@
|
|||
</nav>
|
||||
<div class="footer__menu content">
|
||||
<div class="footer__languagePicker"></div>
|
||||
<a href="{{ basenav }}/terms-of-use/">Terms of Use</a>
|
||||
<a href="/sitemap.xml">Sitemap</a>
|
||||
<a href="{{ basenav }}/contact/">Contact</a>
|
||||
<a href="{{ basenav }}/terms-of-use/">{% t nav.tos %}</a>
|
||||
<a href="/sitemap.xml">{% t nav.sitemap %}</a>
|
||||
<a href="https://github.com/dashpay/dash-website">{% t nav.sitesource %}</a>
|
||||
<a href="{{ basenav }}/contact/">{% t nav.contact %}</a>
|
||||
</div>
|
||||
<div class="footer__legal">
|
||||
<div class="content">
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
<div class="hero hero--blog" id="hero">
|
||||
<div class="hero__background">
|
||||
{% if pages.blog.hero-image %}
|
||||
<img src="{{ base }}/assets/img/hero/{% t pages.blog.hero-image %}" alt="" class="hero__background-image">
|
||||
{% endif %}
|
||||
<img src="{{ base }}/assets/img/hero/blog.jpg" alt="" class="hero__background-image">
|
||||
</div>
|
||||
|
||||
<!-- Navigation -->
|
||||
|
@ -12,6 +10,13 @@
|
|||
<div class="hero__content">
|
||||
<h1 class="hero__title">{% t pages.blog.title %}</h1>
|
||||
<p class="hero__lead">{% t pages.blog.description %}</p>
|
||||
|
||||
<div class="hero__buttons">
|
||||
|
||||
<a href="#" class="btn-white-solid">{% t pages.blog.search-btn %}</a>
|
||||
<a href="{{ basenav }}/community/#community-news" class="btn-white-solid">{% t pages.blog.community-news-btn %}</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Hero stripe -->
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
<div class="hero hero--team" id="hero">
|
||||
<div class="hero__background">
|
||||
<!-- {% srcset dashorg-nodes.jpg ppi:1,2 class="hero__background-image" %}
|
||||
{% srcset_source width:1920 %}
|
||||
{% srcset_source width:960 %}
|
||||
{% endsrcset %} -->
|
||||
<img src="{{ base }}/assets/img/hero/team.jpg" alt="" class="hero__background-image">
|
||||
</div>
|
||||
|
||||
<!-- Navigation -->
|
||||
|
@ -13,8 +10,14 @@
|
|||
<div class="hero__content">
|
||||
<h1 class="hero__title">{% t pages.team.title %}</h1>
|
||||
<p class="hero__lead">{% t pages.team.description %}</p>
|
||||
</div>
|
||||
|
||||
<div class="hero__buttons">
|
||||
|
||||
<a href="{% t pages.team.core-proposal-link %}" class="btn-white-solid">{% t pages.team.core-proposal-btn %}</a>
|
||||
<a href="{% t pages.team.core-approval-link %}" class="btn-white-solid">{% t pages.team.core-approval-btn %}</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- Hero stripe -->
|
||||
<div class="hero__stripe"></div>
|
||||
</div>
|
||||
|
|
18
_includes/hero/tos.html
Normal file
18
_includes/hero/tos.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue