1
Fork 0

Fix formatting

This commit is contained in:
Jake Howard 2017-04-21 19:48:55 +01:00
parent 6046dbaa99
commit 505837e2f0

View file

@ -1,20 +1,14 @@
{{ partial "page_start.html" . }}
<!-- Banner -->
<section id="banner">
<h2>Alpha</h2>
<p>Another fine responsive site template freebie by HTML5 UP.</p>
</section>
<!-- Main -->
<section id="main" class="container">
<section class="box special">
<header class="major">
<h2>Introducing the ultimate mobile app
<br />
for doing stuff with your phone</h2>
<p>Blandit varius ut praesent nascetur eu penatibus nisi risus faucibus nunc ornare<br />
adipiscing nunc adipiscing. Condimentum turpis massa.</p>
<h2>Introducing the ultimate mobile app for doing stuff with your phone</h2>
<p>Blandit varius ut praesent nascetur eu penatibus nisi risus faucibus nunc ornare adipiscing nunc adipiscing. Condimentum turpis massa.</p>
</header>
<span class="image featured"><img src="images/pic01.jpg" alt="" /></span>
</section>
@ -48,7 +42,6 @@
<div class="row">
<div class="col-sm-6">
<section class="box special">
<span class="image featured"><img src="images/pic02.jpg" alt="" /></span>
<h3>Sed lorem adipiscing</h3>
@ -57,10 +50,8 @@
<li><a href="#" class="button alt">Learn More</a></li>
</ul>
</section>
</div>
<div class="col-sm-6">
<section class="box special">
<span class="image featured"><img src="images/pic03.jpg" alt="" /></span>
<h3>Accumsan integer</h3>
@ -69,9 +60,7 @@
<li><a href="#" class="button alt">Learn More</a></li>
</ul>
</section>
</div>
</div>
</section>
{{ partial "page_end.html" . }}