mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
Community page: Wire buttons and anchors
This commit is contained in:
parent
946d710e0e
commit
7766c61b9d
2 changed files with 15 additions and 14 deletions
|
@ -15,15 +15,16 @@
|
||||||
<p class="hero__lead">{% t pages.community.hero-text %}</p>
|
<p class="hero__lead">{% t pages.community.hero-text %}</p>
|
||||||
|
|
||||||
<div class="hero__buttons">
|
<div class="hero__buttons">
|
||||||
<a href="#" class="btn-blue-solid">{% t pages.community.hero-forum-btn %}</a>
|
<a href="https://www.dash.org/forum/" class="btn-blue-solid">{% t pages.community.hero-forum-btn %}</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="hero__buttons">
|
<div class="hero__buttons">
|
||||||
<a href="#community-forum" class="btn-white-solid">{% t pages.community.hero-discussion-btn %}</a>
|
|
||||||
|
<a href="#community-discussion" class="btn-white-solid">{% t pages.community.hero-discussion-btn %}</a>
|
||||||
<a href="#community-social" class="btn-white-solid">{% t pages.community.hero-social-btn %}</a>
|
<a href="#community-social" class="btn-white-solid">{% t pages.community.hero-social-btn %}</a>
|
||||||
<a href="#community-news" class="btn-white-solid">{% t pages.community.hero-news-btn %}</a>
|
<a href="#community-news" class="btn-white-solid">{% t pages.community.hero-news-btn %}</a>
|
||||||
<a href="#community-development" class="btn-white-solid">{% t pages.community.hero-development-btn %}</a>
|
<a href="#community-development" class="btn-white-solid">{% t pages.community.hero-development-btn %}</a>
|
||||||
<a href="#community-masternode" class="btn-white-solid">{% t pages.community.hero-masternodes-btn %}</a>
|
<a href="#community-masternode" class="btn-white-solid">{% t pages.community.hero-masternodes-btn %}</a>
|
||||||
<a href="#community-media" class="btn-white-solid">{% t pages.community.hero-video-btn %}</a>
|
<!--<a href="#community-media" class="btn-white-solid">{% t pages.community.hero-video-btn %}</a>-->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ description: pages.community.description
|
||||||
<!--
|
<!--
|
||||||
CTA sections
|
CTA sections
|
||||||
-->
|
-->
|
||||||
<section class="section section--cta">
|
<section id="community-discussion" class="section section--cta">
|
||||||
<div class="section__content">
|
<div class="section__content">
|
||||||
<div>
|
<div>
|
||||||
<h2>{% t pages.community.discussion-heading %}</h2>
|
<h2>{% t pages.community.discussion-heading %}</h2>
|
||||||
|
@ -86,7 +86,7 @@ description: pages.community.description
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="section section--cta section--gray-light-bg">
|
<section id="community-social" class="section section--cta section--gray-light-bg">
|
||||||
<div class="section__content">
|
<div class="section__content">
|
||||||
<div>
|
<div>
|
||||||
<h2>{% t pages.community.social-heading %}</h2>
|
<h2>{% t pages.community.social-heading %}</h2>
|
||||||
|
@ -143,7 +143,7 @@ description: pages.community.description
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="section section--cta">
|
<section id="community-news" class="section section--cta">
|
||||||
<div class="section__content">
|
<div class="section__content">
|
||||||
<div>
|
<div>
|
||||||
<h2>{% t pages.community.news-heading %}</h2>
|
<h2>{% t pages.community.news-heading %}</h2>
|
||||||
|
@ -209,7 +209,7 @@ description: pages.community.description
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="section section--cta section--gray-light-bg">
|
<section id="community-development" class="section section--cta section--gray-light-bg">
|
||||||
<div class="section__content">
|
<div class="section__content">
|
||||||
<div>
|
<div>
|
||||||
<h2>{% t pages.community.development-heading %}</h2>
|
<h2>{% t pages.community.development-heading %}</h2>
|
||||||
|
@ -254,7 +254,7 @@ description: pages.community.description
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="section section--cta">
|
<section id="community-masternode" class="section section--cta">
|
||||||
<div class="section__content">
|
<div class="section__content">
|
||||||
<div>
|
<div>
|
||||||
<h2>{% t pages.community.masternode-heading %}</h2>
|
<h2>{% t pages.community.masternode-heading %}</h2>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue