mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
merged
This commit is contained in:
parent
289f2c4a55
commit
545de641fe
23 changed files with 1676 additions and 652 deletions
|
@ -20,11 +20,11 @@
|
|||
</div>
|
||||
<div class="hero__buttons">
|
||||
|
||||
<a href="#community-discussion" class="btn-white-solid">{% t pages.404-page.hero-discussion-btn %}</a>
|
||||
<a href="#community-social" class="btn-white-solid">{% t pages.404-page.hero-social-btn %}</a>
|
||||
<a href="#community-news" class="btn-white-solid">{% t pages.404-page.hero-news-btn %}</a>
|
||||
<a href="#community-development" class="btn-white-solid">{% t pages.404-page.hero-development-btn %}</a>
|
||||
<a href="#community-masternode" class="btn-white-solid">{% t pages.404-page.hero-masternodes-btn %}</a>
|
||||
<!--<a href="#community-discussion" class="btn-white-solid">{% t pages.404-page.hero-discussion-btn %}</a>-->
|
||||
<!--<a href="#community-social" class="btn-white-solid">{% t pages.404-page.hero-social-btn %}</a>-->
|
||||
<!--<a href="#community-news" class="btn-white-solid">{% t pages.404-page.hero-news-btn %}</a>-->
|
||||
<!--<a href="#community-development" class="btn-white-solid">{% t pages.404-page.hero-development-btn %}</a>-->
|
||||
<!--<a href="#community-masternode" class="btn-white-solid">{% t pages.404-page.hero-masternodes-btn %}</a>-->
|
||||
<!--<a href="#community-media" class="btn-white-solid">{% t pages.community.hero-video-btn %}</a>-->
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,26 +1,26 @@
|
|||
<div class="hero" id="hero">
|
||||
<div class="hero__background">
|
||||
{% srcset hero/community.jpg ppi:1,2 class="hero__background-image" %}
|
||||
{% srcset_source width:1920 %}
|
||||
{% srcset_source width:960 %}
|
||||
{% endsrcset %}
|
||||
</div>
|
||||
|
||||
<!-- Navigation -->
|
||||
{% include nav-desktop.html %}
|
||||
|
||||
<!-- Hero content -->
|
||||
<div class="hero__content">
|
||||
<h1 class="hero__title">{% t pages.buy.hero-heading %}</h1>
|
||||
<p class="hero__lead">{% t pages.buy.hero-text %}</p>
|
||||
|
||||
<div class="hero__buttons">
|
||||
<a href="#" class="btn-white-solid">{% t pages.buy.buy-fiat-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.buy.buy-crypto-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.buy.full-list %}</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Hero stripe -->
|
||||
<div class="hero__stripe"></div>
|
||||
</div>
|
||||
<div class="hero" id="hero">
|
||||
<div class="hero__background">
|
||||
{% srcset hero/community.jpg ppi:1,2 class="hero__background-image" %}
|
||||
{% srcset_source width:1920 %}
|
||||
{% srcset_source width:960 %}
|
||||
{% endsrcset %}
|
||||
</div>
|
||||
|
||||
<!-- Navigation -->
|
||||
{% include nav-desktop.html %}
|
||||
|
||||
<!-- Hero content -->
|
||||
<div class="hero__content">
|
||||
<h1 class="hero__title">{% t pages.buy.hero-heading %}</h1>
|
||||
<p class="hero__lead">{% t pages.buy.hero-text %}</p>
|
||||
|
||||
<div class="hero__buttons">
|
||||
<a href="#" class="btn-white-solid">{% t pages.buy.buy-fiat-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.buy.buy-crypto-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.buy.full-list %}</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Hero stripe -->
|
||||
<div class="hero__stripe"></div>
|
||||
</div>
|
||||
|
|
|
@ -1,31 +1,31 @@
|
|||
<div class="hero" id="hero">
|
||||
<div class="hero__background">
|
||||
{% srcset hero/home.jpg ppi:1,2 class="hero__background-image" %}
|
||||
{% srcset_source width:1920 %}
|
||||
{% srcset_source width:1280 %}
|
||||
{% srcset_source width:1024 %}
|
||||
{% srcset_source width:800 %}
|
||||
{% endsrcset %}
|
||||
</div>
|
||||
|
||||
<!-- Navigation -->
|
||||
{% include nav-desktop.html %}
|
||||
{% include base.html %}
|
||||
|
||||
<!-- Hero content -->
|
||||
<div class="hero__content">
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-7">
|
||||
<h1 class="hero__title">{% t pages.graphics.hero-heading %}</h1>
|
||||
<p class="hero__lead">{% t pages.graphics.hero-text %}</p>
|
||||
<p class="hero__lead">
|
||||
{% t pages.graphics.licence %}
|
||||
<a href="{% t pages.graphics.licence-link %}">{% t pages.graphics.licence-link-text %}</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Hero stripe -->
|
||||
<div class="hero__stripe"></div>
|
||||
</div>
|
||||
<div class="hero" id="hero">
|
||||
<div class="hero__background">
|
||||
{% srcset hero/home.jpg ppi:1,2 class="hero__background-image" %}
|
||||
{% srcset_source width:1920 %}
|
||||
{% srcset_source width:1280 %}
|
||||
{% srcset_source width:1024 %}
|
||||
{% srcset_source width:800 %}
|
||||
{% endsrcset %}
|
||||
</div>
|
||||
|
||||
<!-- Navigation -->
|
||||
{% include nav-desktop.html %}
|
||||
{% include base.html %}
|
||||
|
||||
<!-- Hero content -->
|
||||
<div class="hero__content">
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-7">
|
||||
<h1 class="hero__title">{% t pages.graphics.hero-heading %}</h1>
|
||||
<p class="hero__lead">{% t pages.graphics.hero-text %}</p>
|
||||
<p class="hero__lead">
|
||||
{% t pages.graphics.licence %}
|
||||
<a href="{% t pages.graphics.licence-link %}">{% t pages.graphics.licence-link-text %}</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Hero stripe -->
|
||||
<div class="hero__stripe"></div>
|
||||
</div>
|
||||
|
|
|
@ -1,27 +1,27 @@
|
|||
<div class="hero" id="hero">
|
||||
<div class="hero__background">
|
||||
{% srcset hero/community.jpg ppi:1,2 class="hero__background-image" %}
|
||||
{% srcset_source width:1920 %}
|
||||
{% srcset_source width:960 %}
|
||||
{% endsrcset %}
|
||||
</div>
|
||||
|
||||
<!-- Navigation -->
|
||||
{% include nav-desktop.html %}
|
||||
|
||||
<!-- Hero content -->
|
||||
<div class="hero__content">
|
||||
<h1 class="hero__title">{% t pages.masternodes.hero-heading %}</h1>
|
||||
<p class="hero__lead">{% t pages.masternodes.hero-text %}</p>
|
||||
|
||||
<div class="hero__buttons">
|
||||
<a href="https://dashpay.atlassian.net/wiki/x/WIAc" class="btn-white-solid" target="_blank">{% t pages.masternodes.hero-what-btn %}</a>
|
||||
<a href="https://dashpay.atlassian.net/wiki/x/JgAGAg" class="btn-white-solid">{% t pages.masternodes.hero-how-btn %}</a>
|
||||
<a href="https://dashpay.atlassian.net/wiki/x/FoBgAw" class="btn-white-solid" target="_blank">{% t pages.masternodes.hero-masternode-mining-btn%}</a>
|
||||
<a href="{{ basenav }}/network/#section-network" class="btn-white-solid" >{% t pages.masternodes.hero-network-btn %}</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Hero stripe -->
|
||||
<div class="hero__stripe"></div>
|
||||
</div>
|
||||
<div class="hero" id="hero">
|
||||
<div class="hero__background">
|
||||
{% srcset hero/community.jpg ppi:1,2 class="hero__background-image" %}
|
||||
{% srcset_source width:1920 %}
|
||||
{% srcset_source width:960 %}
|
||||
{% endsrcset %}
|
||||
</div>
|
||||
|
||||
<!-- Navigation -->
|
||||
{% include nav-desktop.html %}
|
||||
|
||||
<!-- Hero content -->
|
||||
<div class="hero__content">
|
||||
<h1 class="hero__title">{% t pages.masternodes.hero-heading %}</h1>
|
||||
<p class="hero__lead">{% t pages.masternodes.hero-text %}</p>
|
||||
|
||||
<div class="hero__buttons">
|
||||
<a href="https://dashpay.atlassian.net/wiki/x/WIAc" class="btn-white-solid" target="_blank">{% t pages.masternodes.hero-what-btn %}</a>
|
||||
<a href="https://dashpay.atlassian.net/wiki/x/JgAGAg" class="btn-white-solid">{% t pages.masternodes.hero-how-btn %}</a>
|
||||
<a href="https://dashpay.atlassian.net/wiki/x/FoBgAw" class="btn-white-solid" target="_blank">{% t pages.masternodes.hero-masternode-mining-btn%}</a>
|
||||
<a href="{{ basenav }}/network/#section-network" class="btn-white-solid" >{% t pages.masternodes.hero-network-btn %}</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Hero stripe -->
|
||||
<div class="hero__stripe"></div>
|
||||
</div>
|
||||
|
|
|
@ -1,28 +1,28 @@
|
|||
<div class="hero" id="hero">
|
||||
<div class="hero__background">
|
||||
{% srcset hero/woocommerce.jpeg ppi:1,2 class="hero__background-image" %}
|
||||
{% srcset_source width:1920 %}
|
||||
{% srcset_source width:1280 %}
|
||||
{% srcset_source width:1024 %}
|
||||
{% srcset_source width:800 %}
|
||||
{% endsrcset %}
|
||||
</div>
|
||||
|
||||
<!-- Navigation -->
|
||||
{% include nav-desktop.html %}
|
||||
{% include base.html %}
|
||||
|
||||
<!-- Hero content -->
|
||||
<div class="hero__content">
|
||||
<h1 class="hero__title">{% t pages.woocommerce.hero-heading %}</h1>
|
||||
<p class="hero__lead">{% t pages.woocommerce.hero-text %}</p>
|
||||
<div class="hero__buttons">
|
||||
<a href="https://github.com/nmarley/dashpayments-for-woocommerce" class="btn-blue-solid btn-large" _target="blank">{% t pages.woocommerce.hero-btn %}</a>
|
||||
<a href="https://github.com/snogcel/dash-woocommerce-plugin/blob/master/dist/dash-woocommerce-plugin.zip" class="btn-blue-solid btn-large" _target="blank">{% t pages.woocommerce.hero-btn-download %}</a>
|
||||
</div>
|
||||
<p>{% t pages.woocommerce.hero-description %} <a href="https://github.com/nmarley/dashpayments-for-woocommerce#requirements" _target="blank">{% t pages.woocommerce.hero-description-link %}</a></p>
|
||||
</div>
|
||||
|
||||
<!-- Hero stripe -->
|
||||
<div class="hero__stripe"></div>
|
||||
</div>
|
||||
<div class="hero" id="hero">
|
||||
<div class="hero__background">
|
||||
{% srcset hero/woocommerce.jpeg ppi:1,2 class="hero__background-image" %}
|
||||
{% srcset_source width:1920 %}
|
||||
{% srcset_source width:1280 %}
|
||||
{% srcset_source width:1024 %}
|
||||
{% srcset_source width:800 %}
|
||||
{% endsrcset %}
|
||||
</div>
|
||||
|
||||
<!-- Navigation -->
|
||||
{% include nav-desktop.html %}
|
||||
{% include base.html %}
|
||||
|
||||
<!-- Hero content -->
|
||||
<div class="hero__content">
|
||||
<h1 class="hero__title">{% t pages.woocommerce.hero-heading %}</h1>
|
||||
<p class="hero__lead">{% t pages.woocommerce.hero-text %}</p>
|
||||
<div class="hero__buttons">
|
||||
<a href="https://github.com/nmarley/dashpayments-for-woocommerce" class="btn-blue-solid btn-large" _target="blank">{% t pages.woocommerce.hero-btn %}</a>
|
||||
<a href="https://github.com/snogcel/dash-woocommerce-plugin/blob/master/dist/dash-woocommerce-plugin.zip" class="btn-blue-solid btn-large" _target="blank">{% t pages.woocommerce.hero-btn-download %}</a>
|
||||
</div>
|
||||
<p>{% t pages.woocommerce.hero-description %} <a href="https://github.com/nmarley/dashpayments-for-woocommerce#requirements" _target="blank">{% t pages.woocommerce.hero-description-link %}</a></p>
|
||||
</div>
|
||||
|
||||
<!-- Hero stripe -->
|
||||
<div class="hero__stripe"></div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue