mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
(Update) Footer: Layout / Responsive / mediaQueries / matchHeight.js (#9)
* (Update) Home: Adjust section spacing * (Feature) Mediaqueries: Add mq mixin * (Update) Layout/JS: move javascript to bottom of page (performance!) * (Update) Footer: general styling + responsive styles
This commit is contained in:
parent
65bcd78cb0
commit
db93e035b5
6 changed files with 248 additions and 43 deletions
|
@ -1,5 +1,5 @@
|
|||
<nav class="content">
|
||||
<section>
|
||||
<nav class="footer__nav content">
|
||||
<section class="footer__section col-lg-2 col-md-4 col-sm-6" data-mh="footer">
|
||||
{% t nav.get-dash %}
|
||||
<ul>
|
||||
<li><a href="#">{% t nav.download %}</a></li>
|
||||
|
@ -9,7 +9,7 @@
|
|||
</ul>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<section class="footer__section col-lg-2 col-md-4 col-sm-6" data-mh="footer">
|
||||
{% t nav.participate %}
|
||||
<ul>
|
||||
<li><a href="#">{% t nav.mining %}</a></li>
|
||||
|
@ -19,7 +19,7 @@
|
|||
</ul>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<section class="footer__section col-lg-2 col-md-4 col-sm-6" data-mh="footer">
|
||||
{% t nav.currency %}
|
||||
<ul>
|
||||
<li><a href="#">{% t nav.exchange %}</a></li>
|
||||
|
@ -29,7 +29,7 @@
|
|||
</ul>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<section class="footer__section col-lg-2 col-md-4 col-sm-6" data-mh="footer">
|
||||
{% t nav.community %}
|
||||
<ul>
|
||||
<li><a href="#">{% t nav.discussion %}</a></li>
|
||||
|
@ -40,7 +40,7 @@
|
|||
</ul>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<section class="footer__section col-lg-2 col-md-4 col-sm-6" data-mh="footer">
|
||||
{% t nav.project %}
|
||||
<ul>
|
||||
<li><a href="#">{% t nav.help %}</a></li>
|
||||
|
@ -50,9 +50,9 @@
|
|||
</ul>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<section class="footer__section col-lg-2 col-md-4 col-sm-6" data-mh="footer">
|
||||
{% t nav.social %}
|
||||
<ul class="footer--social">
|
||||
<ul class="footer__social">
|
||||
<li><a href="#">{% t nav.blog %}</a></li>
|
||||
<li><a href="#">{% t nav.reddit %}</a></li>
|
||||
<li><a href="#">{% t nav.twitter %}</a></li>
|
||||
|
@ -65,15 +65,15 @@
|
|||
</ul>
|
||||
</section>
|
||||
</nav>
|
||||
<div class="footer--menu content">
|
||||
<div class="footer--languagePicker"></div>
|
||||
<div class="footer__menu content">
|
||||
<div class="footer__languagePicker"></div>
|
||||
<a href="#">Terms of Use</a>
|
||||
<a href="#">Contact</a>
|
||||
<a href="#">Sitemap</a>
|
||||
<a href="#">Contact</a>
|
||||
</div>
|
||||
<div class="footer--legal">
|
||||
<div class="footer__legal">
|
||||
<div class="content">
|
||||
<span class="footer--copyright">© {{ site.time | date: "%Y" }} The Dash Network</span>
|
||||
<a href="#">Github Source</a>
|
||||
<span class="footer__copyright">© {{ site.time | date: "%Y" }} The Dash Network</span>
|
||||
<!-- <a href="#">Github Source</a> -->
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue