mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
added download btn for graphic page
This commit is contained in:
parent
ef1b9e7a08
commit
9de5b1f0c9
4 changed files with 13 additions and 2 deletions
|
@ -320,6 +320,7 @@ pages:
|
||||||
|
|
||||||
typography-header: Typography
|
typography-header: Typography
|
||||||
typography-text: These are recommended usage guidelines for maintaining a consistent design aesthetic for the Dash brand.
|
typography-text: These are recommended usage guidelines for maintaining a consistent design aesthetic for the Dash brand.
|
||||||
|
download-link: Vector Graphics (zip)
|
||||||
|
|
||||||
evolution:
|
evolution:
|
||||||
title: Dash Official Website | Dash Crypto Currency
|
title: Dash Official Website | Dash Crypto Currency
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
<p class="hero__lead">{% t pages.graphics.hero-text %}</p>
|
<p class="hero__lead">{% t pages.graphics.hero-text %}</p>
|
||||||
<p class="hero__lead">
|
<p class="hero__lead">
|
||||||
{% t pages.graphics.licence %}
|
{% t pages.graphics.licence %}
|
||||||
<a href="{% t pages.graphics.licence-link %}">{% t pages.graphics.licence-link-text %}</a>
|
<a href="{% t pages.graphics.licence-link %}" target="_blank">{% t pages.graphics.licence-link-text %}</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
BIN
assets/Dash_Vector_Graphics_Collection.zip
Normal file
BIN
assets/Dash_Vector_Graphics_Collection.zip
Normal file
Binary file not shown.
|
@ -45,7 +45,17 @@ description: pages.graphics.description
|
||||||
|
|
||||||
<section class="section">
|
<section class="section">
|
||||||
<div class="section__content">
|
<div class="section__content">
|
||||||
<h2>{% t pages.graphics.indent-header %}</h2>
|
<a href="/assets/Dash_Vector_Graphics_Collection.zip" class="btn-blue-solid" download>
|
||||||
|
{% t pages.graphics.download-link %}
|
||||||
|
</a>
|
||||||
|
<hr>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="section">
|
||||||
|
<div class="section__content">
|
||||||
|
<h2 class="section__title">{% t pages.graphics.indent-header %}</h2>
|
||||||
|
|
||||||
<div class="row bottom-space">
|
<div class="row bottom-space">
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue