mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
feat: Styling home page
This commit is contained in:
parent
b6ea201bb7
commit
a1e4167abf
21 changed files with 312 additions and 579 deletions
|
@ -11,11 +11,12 @@
|
|||
{% include nav-desktop.html %}
|
||||
|
||||
<!-- Hero content -->
|
||||
<h1 class="content">{% t pages.home.hero-heading %}</h1>
|
||||
<p class="content">{% t pages.home.hero-text %}</p>
|
||||
|
||||
<div class="content">
|
||||
<a href="#" class="btn-blue-solid">{% t nav.get-dash %}</a>
|
||||
<h1>{% t pages.home.hero-heading %}</h1>
|
||||
<p>{% t pages.home.hero-text %}</p>
|
||||
|
||||
<div>
|
||||
<a href="#" class="btn-blue-solid">{% t nav.get-dash %}</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue