art/_layouts/home.html

41 lines
739 B
HTML
Raw Normal View History

2016-08-25 18:05:54 +00:00
<!DOCTYPE html>
<!--
Forty by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
{% include head.html %}
<body>
2016-11-22 05:24:19 +00:00
{% include header.html %}
<!-- Banner -->
<section id="banner" class="major">
<div class="inner">
<header class="major">
<h1>{{ page.landing-title }}</h1>
</header>
<div class="content">
<p style="text-transform: uppercase;">{{ site.description }}</p>
</div>
</div>
</section>
<!-- Main -->
<div id="main">
<!-- One -->
{% include tiles.html %}
</div>
{% include footer.html %}
2016-08-25 18:05:54 +00:00
</body>
2016-11-22 05:24:19 +00:00
</html>