Fix formatting
This commit is contained in:
parent
6046dbaa99
commit
505837e2f0
1 changed files with 62 additions and 73 deletions
|
@ -1,20 +1,14 @@
|
||||||
{{ partial "page_start.html" . }}
|
{{ partial "page_start.html" . }}
|
||||||
<!-- Banner -->
|
|
||||||
<section id="banner">
|
<section id="banner">
|
||||||
<h2>Alpha</h2>
|
<h2>Alpha</h2>
|
||||||
<p>Another fine responsive site template freebie by HTML5 UP.</p>
|
<p>Another fine responsive site template freebie by HTML5 UP.</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- Main -->
|
|
||||||
<section id="main" class="container">
|
<section id="main" class="container">
|
||||||
|
|
||||||
<section class="box special">
|
<section class="box special">
|
||||||
<header class="major">
|
<header class="major">
|
||||||
<h2>Introducing the ultimate mobile app
|
<h2>Introducing the ultimate mobile app for doing stuff with your phone</h2>
|
||||||
<br />
|
<p>Blandit varius ut praesent nascetur eu penatibus nisi risus faucibus nunc ornare adipiscing nunc adipiscing. Condimentum turpis massa.</p>
|
||||||
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>
|
|
||||||
</header>
|
</header>
|
||||||
<span class="image featured"><img src="images/pic01.jpg" alt="" /></span>
|
<span class="image featured"><img src="images/pic01.jpg" alt="" /></span>
|
||||||
</section>
|
</section>
|
||||||
|
@ -48,7 +42,6 @@
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-6">
|
<div class="col-sm-6">
|
||||||
|
|
||||||
<section class="box special">
|
<section class="box special">
|
||||||
<span class="image featured"><img src="images/pic02.jpg" alt="" /></span>
|
<span class="image featured"><img src="images/pic02.jpg" alt="" /></span>
|
||||||
<h3>Sed lorem adipiscing</h3>
|
<h3>Sed lorem adipiscing</h3>
|
||||||
|
@ -57,10 +50,8 @@
|
||||||
<li><a href="#" class="button alt">Learn More</a></li>
|
<li><a href="#" class="button alt">Learn More</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-6">
|
<div class="col-sm-6">
|
||||||
|
|
||||||
<section class="box special">
|
<section class="box special">
|
||||||
<span class="image featured"><img src="images/pic03.jpg" alt="" /></span>
|
<span class="image featured"><img src="images/pic03.jpg" alt="" /></span>
|
||||||
<h3>Accumsan integer</h3>
|
<h3>Accumsan integer</h3>
|
||||||
|
@ -69,9 +60,7 @@
|
||||||
<li><a href="#" class="button alt">Learn More</a></li>
|
<li><a href="#" class="button alt">Learn More</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
{{ partial "page_end.html" . }}
|
{{ partial "page_end.html" . }}
|
||||||
|
|
Loading…
Reference in a new issue