mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
fixed buy-sell page; fixed budget page
This commit is contained in:
parent
14639ad667
commit
0f020ce4e3
4 changed files with 16 additions and 21 deletions
|
@ -11,13 +11,13 @@
|
|||
|
||||
<!-- Hero content -->
|
||||
<div class="hero__content">
|
||||
<h1 class="hero__title">{% t pages.budget.hero-heading %}</h1>
|
||||
<p class="hero__lead">{% t pages.budget.hero-text %}</p>
|
||||
<h1 class="hero__title">{% t pages.buy.hero-heading %}</h1>
|
||||
<p class="hero__lead">{% t pages.buy.hero-text %}</p>
|
||||
|
||||
<div class="hero__buttons">
|
||||
<a href="#" class="btn-white-solid">{% t pages.budget.hero-how-to-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.budget.hero-guide-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.budget.hero-pools-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.buy.buy-fiat-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.buy.buy-crypto-btn %}</a>
|
||||
<a href="#" class="btn-white-solid">{% t pages.buy.full-list %}</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue