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
|
@ -1,8 +1,8 @@
|
|||
<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 %}
|
||||
{% srcset_source width:1920 %}
|
||||
{% srcset_source width:960 %}
|
||||
{% endsrcset %}
|
||||
</div>
|
||||
|
||||
|
@ -15,15 +15,16 @@
|
|||
<p class="hero__lead">{% t pages.community.hero-text %}</p>
|
||||
|
||||
<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 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-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-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>
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ description: pages.community.description
|
|||
<!--
|
||||
CTA sections
|
||||
-->
|
||||
<section class="section section--cta">
|
||||
<section id="community-discussion" class="section section--cta">
|
||||
<div class="section__content">
|
||||
<div>
|
||||
<h2>{% t pages.community.discussion-heading %}</h2>
|
||||
|
@ -86,7 +86,7 @@ description: pages.community.description
|
|||
</div>
|
||||
</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>
|
||||
<h2>{% t pages.community.social-heading %}</h2>
|
||||
|
@ -143,7 +143,7 @@ description: pages.community.description
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section section--cta">
|
||||
<section id="community-news" class="section section--cta">
|
||||
<div class="section__content">
|
||||
<div>
|
||||
<h2>{% t pages.community.news-heading %}</h2>
|
||||
|
@ -209,7 +209,7 @@ description: pages.community.description
|
|||
</div>
|
||||
</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>
|
||||
<h2>{% t pages.community.development-heading %}</h2>
|
||||
|
@ -254,7 +254,7 @@ description: pages.community.description
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section section--cta">
|
||||
<section id="community-masternode" class="section section--cta">
|
||||
<div class="section__content">
|
||||
<div>
|
||||
<h2>{% t pages.community.masternode-heading %}</h2>
|
||||
|
@ -312,7 +312,7 @@ description: pages.community.description
|
|||
|
||||
|
||||
|
||||
<!--
|
||||
<!--
|
||||
MEDIA | CONFERENCES | TECHNOLOGY | YOUTUBE
|
||||
similiar layout to news posts on home page.
|
||||
.community-post
|
||||
|
@ -367,9 +367,9 @@ description: pages.community.description
|
|||
</div>
|
||||
</div>
|
||||
</section>
|
||||
-->
|
||||
-->
|
||||
|
||||
<!--
|
||||
<!--
|
||||
NEED SOME DASH
|
||||
Repeat info from the GET-DASH page
|
||||
.getdash-need-graphic
|
||||
|
@ -390,5 +390,5 @@ description: pages.community.description
|
|||
</div>
|
||||
</div>
|
||||
</section>
|
||||
-->
|
||||
-->
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue