chg: [default] to wave picture

This commit is contained in:
Alexandre Dulaunoy 2020-08-30 22:34:37 +02:00
parent e67245c718
commit fe072305bb
Signed by: adulau
GPG key ID: 09E2CD4944E6CBCD
2 changed files with 1 additions and 16 deletions

View file

@ -20,9 +20,6 @@
</header>
<div class="content">
<p style="text-transform: uppercase;">{{ site.description }}</p>
<ul class="actions">
<li><a href="#one" class="button next scrolly">Get Started</a></li>
</ul>
</div>
</div>
</section>
@ -33,18 +30,6 @@
<!-- One -->
{% include tiles.html %}
<!-- Two -->
<section id="two">
<div class="inner">
<header class="major">
<h2>Massa libero</h2>
</header>
<p>{{ content }}</p>
<ul class="actions">
<li><a href="landing.html" class="button next">Get Started</a></li>
</ul>
</div>
</section>
</div>

View file

@ -8,7 +8,7 @@
#banner {
@include vendor('align-items', 'center');
@include vendor('background-image', 'url("../images/banner.jpg")');
@include vendor('background-image', 'url("../images/art/waves-bubble.jpg")');
@include vendor('display', 'flex');
@include padding(4em, 0, (2em, 0, 0, 0));
background-attachment: fixed;