mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
Markup for community, get-dash, and participate.
- Consistent markup - Added ids to each section to allow jump from links in hero files.
This commit is contained in:
parent
36e948061f
commit
1b55d5a889
6 changed files with 277 additions and 89 deletions
|
@ -6,41 +6,170 @@ description: pages.community.description
|
|||
|
||||
{% tf community/hero.html %}
|
||||
|
||||
<div class="content">
|
||||
<div class="page-community">
|
||||
|
||||
<!--
|
||||
DISCUSSION/FORUMS
|
||||
.community-forum-graphic
|
||||
-->
|
||||
<section id="community-forum">
|
||||
<div class="content">
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<h2>{% t pages.community.discussion-heading %}</h2>
|
||||
{% tmd pages.community.discussion-text %}
|
||||
</div>
|
||||
<div class="col-sm-6 community-forum-graphic">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<h2>{% t pages.community.discussion-heading %}</h2>
|
||||
{% tmd pages.community.discussion-text %}</p>
|
||||
|
||||
|
||||
<h2>{% t pages.community.social-heading %}</h2>
|
||||
{% tmd pages.community.social-text %}</p>
|
||||
|
||||
|
||||
<h2>{% t pages.community.news-heading %}</h2>
|
||||
{% tmd pages.community.news-text %}</p>
|
||||
|
||||
|
||||
<h2>{% t pages.community.development-heading %}</h2>
|
||||
{% tmd pages.community.development-text %}</p>
|
||||
|
||||
|
||||
<h2>{% t pages.community.masternodes-heading %}</h2>
|
||||
{% tmd pages.community.masternodes-text %}</p>
|
||||
|
||||
|
||||
<h2>{% t pages.community.meda-heading %}</h2>
|
||||
|
||||
<h2>{% t pages.community.conferences-heading %}</h2>
|
||||
<h2>{% t pages.community.technology-heading %}</h2>
|
||||
<h2>{% t pages.community.community-heading %}</h2>
|
||||
|
||||
<a href="#" class="btn-blue">{% t pages.community.youtube-btn %}</a>
|
||||
<!--
|
||||
SOCIAL
|
||||
.community-social-graphic
|
||||
-->
|
||||
<section id="community-social">
|
||||
<div class="content">
|
||||
<div class="row">
|
||||
<div class="col-sm-6 community-social-graphic">
|
||||
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<h2>{% t pages.community.social-heading %}</h2>
|
||||
{% tmd pages.community.social-text %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<h2>{% t pages.get-dash.need-heading %}</h2>
|
||||
{% tmd pages.get-dash.need-text %}</p>
|
||||
<!--
|
||||
NEWS & INFORMATION
|
||||
.community-news-graphic
|
||||
-->
|
||||
<section id="community-news">
|
||||
<div class="content">
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<h2>{% t pages.community.news-heading %}</h2>
|
||||
{% tmd pages.community.news-text %}
|
||||
</div>
|
||||
<div class="col-sm-6 community-news-graphic"></div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<a href="#" class="btn-blue">{% t pages.get-dash.need-btn %}</a>
|
||||
{% tmd pages.get-dash.need-input %}</p>
|
||||
<!--
|
||||
DEVELOPMENT
|
||||
.community-development-graphic
|
||||
-->
|
||||
<section id="community-development">
|
||||
<div class="content">
|
||||
<div class="row">
|
||||
<div class="col-sm-6 community-development-graphic">
|
||||
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<h2>{% t pages.community.development-heading %}</h2>
|
||||
{% tmd pages.community.development-text %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
MASTERNODE TOOLS
|
||||
.community-masternode-graphic
|
||||
-->
|
||||
<section id="community-masternode">
|
||||
<div class="content">
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<h2>{% t pages.community.masternode-heading %}</h2>
|
||||
{% tmd pages.community.masternode-text %}
|
||||
</div>
|
||||
<div class="col-sm-6 community-masternode-graphic"></div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
MEDIA | CONFERENCES | TECHNOLOGY | YOUTUBE
|
||||
similiar layout to news posts on home page.
|
||||
.community-post
|
||||
.community-image
|
||||
.community-body
|
||||
.community-title
|
||||
-->
|
||||
<section id="community-media">
|
||||
<div class="content">
|
||||
<div class="row">
|
||||
<div class="col-sm-6 col-md-3">
|
||||
<div class="community-post">
|
||||
<div class="community-image">
|
||||
|
||||
</div>
|
||||
<div class="community-body">
|
||||
<h3 class="community-title">{% t pages.community.media-heading %}</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-6 col-md-3">
|
||||
<div class="community-post">
|
||||
<div class="community-image">
|
||||
|
||||
</div>
|
||||
<div class="community-body">
|
||||
<h3 class="community-title">{% t pages.community.conferences-heading %}</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-6 col-md-3">
|
||||
<div class="community-post">
|
||||
<div class="community-image">
|
||||
|
||||
</div>
|
||||
<div class="community-body">
|
||||
<h3 class="community-title">{% t pages.community.technology-heading %}</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-6 col-md-3">
|
||||
<div class="community-post">
|
||||
<div class="community-image">
|
||||
|
||||
</div>
|
||||
<div class="community-body">
|
||||
<h3 class="community-title">{% t pages.community.community-heading %}</h3>
|
||||
<a href="#" class="btn-blue">{% t pages.community.youtube-btn %}</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
NEED SOME DASH
|
||||
Repeat info from the GET-DASH page
|
||||
.getdash-need-graphic
|
||||
-->
|
||||
<section>
|
||||
<div class="content">
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<h2>{% t pages.get-dash.need-heading %}</h2>
|
||||
{% tmd pages.get-dash.need-text %}
|
||||
|
||||
<a href="#" class="btn-blue">{% t pages.get-dash.need-btn %}</a>
|
||||
{% tmd pages.get-dash.need-input %}
|
||||
</div>
|
||||
<div class="col-sm-6 getdash-need-graphic">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue