mirror of
https://github.com/adulau/art.git
synced 2024-11-21 17:47:05 +00:00
chg: [default] to wave picture
This commit is contained in:
parent
e67245c718
commit
fe072305bb
2 changed files with 1 additions and 16 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue