stomping-grounds/server/templates/pages/index.dust
2015-09-07 16:16:54 +02:00

15 lines
715 B
Plaintext

<div class="page row index">
<div class="black-band response-band col">
<div class="set-btm">
<div class="overpadd">
<h1>Welcome</h1>
<h2>We <strong>design</strong>, <strong>install</strong> and <strong>support</strong> modern technology for the modern home</h2>
</div>
<a href='services/entertainment' class="nav bluebutton entertainment"><img src="/img/icon-entertainment.svg">ENTERTAINMENT</a><a href='services/security' class="nav bluebutton security"><img src="/img/icon-security.svg">SECURITY</a><a href='services/integration' class="nav bluebutton integration"><img src="/img/icon-integration.svg">INTEGRATION</a>
</div>
</div>
<div class="col">
{>"partials/footer"/}
</div>
</div>