Created
February 17, 2017 17:52
-
-
Save renegoretzka/31d2435b0959d5078fe22f94c3befcf1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% block content %} | |
<div class="landingpage"> | |
<img src="https://placebear.com/1920/1080"> | |
<div class="container"> | |
<div class="row align-items-center"> | |
<div class="content"> | |
<div class="col-12 align-self-center"> | |
<h1>Einzigartige Dekoration<br>für Ihr Zuhause</h1> | |
<p>Blabla blab alba blalba blaba blal blal blab bla blablab blab</p> | |
<a href="#" class="button-main">Zum Shop</a> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
{% endblock %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment