mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
refactors paths:
-- "/currency" --> "/network" -- "/participate" --> "/contribute" -- does NOT refactor corresponding yaml keys
This commit is contained in:
parent
2252470ba9
commit
e3fe661f8d
8 changed files with 10 additions and 10 deletions
22
_includes/hero/contribute.html
Normal file
22
_includes/hero/contribute.html
Normal file
|
@ -0,0 +1,22 @@
|
|||
<div class="hero hero--space" id="hero">
|
||||
<!-- Boids / Particle.js -->
|
||||
<div id="boids"></div>
|
||||
|
||||
<!-- Navigation -->
|
||||
{% include nav-desktop.html %}
|
||||
|
||||
<!-- Hero content -->
|
||||
<div class="hero__content">
|
||||
<h1 class="hero__title">{% t pages.participate.hero-heading %}</h1>
|
||||
<p class="hero__lead">{% t pages.participate.hero-text %}</p>
|
||||
|
||||
<div class="hero__buttons">
|
||||
<a href="#participate-masternode" class="btn-blue-solid">{% t pages.participate.hero-masternodes-btn %}</a>
|
||||
<a href="#participate-mining" class="btn-blue-solid">{% t pages.participate.hero-mining-btn %}</a>
|
||||
<a href="#participate-budgets" class="btn-blue-solid">{% t pages.participate.hero-funding-btn %}</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Hero stripe -->
|
||||
<div class="hero__stripe"></div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue