7 changed files with 71 additions and 55 deletions
@ -0,0 +1,46 @@ |
|||
<!-- Banner --> |
|||
<section id="banner"> |
|||
<header> |
|||
<h2>Howdy. This is Dopetrope.</h2> |
|||
<p>A responsive template by HTML5 UP</p> |
|||
</header> |
|||
</section> |
|||
|
|||
<!-- Intro --> |
|||
<section id="intro" class="container"> |
|||
<div class="row"> |
|||
<div class="4u 12u(mobile)"> |
|||
<section class="first"> |
|||
<i class="icon featured fa-cog"></i> |
|||
<header> |
|||
<h2>Ipsum consequat</h2> |
|||
</header> |
|||
<p>Nisl amet dolor sit ipsum veroeros sed blandit consequat veroeros et magna tempus.</p> |
|||
</section> |
|||
</div> |
|||
<div class="4u 12u(mobile)"> |
|||
<section class="middle"> |
|||
<i class="icon featured alt fa-flash"></i> |
|||
<header> |
|||
<h2>Magna etiam dolor</h2> |
|||
</header> |
|||
<p>Nisl amet dolor sit ipsum veroeros sed blandit consequat veroeros et magna tempus.</p> |
|||
</section> |
|||
</div> |
|||
<div class="4u 12u(mobile)"> |
|||
<section class="last"> |
|||
<i class="icon featured alt2 fa-star"></i> |
|||
<header> |
|||
<h2>Tempus adipiscing</h2> |
|||
</header> |
|||
<p>Nisl amet dolor sit ipsum veroeros sed blandit consequat veroeros et magna tempus.</p> |
|||
</section> |
|||
</div> |
|||
</div> |
|||
<footer> |
|||
<ul class="actions"> |
|||
<li><a href="#" class="button big">Get Started</a></li> |
|||
<li><a href="#" class="button alt big">Learn More</a></li> |
|||
</ul> |
|||
</footer> |
|||
</section> |
Loading…
Reference in new issue