mirror of
https://github.com/adulau/art.git
synced 2024-11-22 01:57:06 +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>
|
</header>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p style="text-transform: uppercase;">{{ site.description }}</p>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
@ -33,18 +30,6 @@
|
||||||
<!-- One -->
|
<!-- One -->
|
||||||
{% include tiles.html %}
|
{% 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>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
#banner {
|
#banner {
|
||||||
@include vendor('align-items', 'center');
|
@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 vendor('display', 'flex');
|
||||||
@include padding(4em, 0, (2em, 0, 0, 0));
|
@include padding(4em, 0, (2em, 0, 0, 0));
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
|
|
Loading…
Reference in a new issue