Skip to content
Permalink
7e812f3ecf
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
167 lines (145 sloc) 5.39 KB
<?php
/**
* Include your config.php file. We'll need it later.
*/
?>
<!DOCTYPE HTML>
<html>
<head>
<title>Verti by HTML5 UP</title>
<?php
/**
* Include a partial for the head.
*/
?>
</head>
<body class="homepage">
<div id="page-wrapper">
<!-- Header -->
<div id="header-wrapper">
<header id="header" class="container">
<?php
/**
* Include a partial for the header.
*/
?>
</header>
</div>
<!-- Banner -->
<div id="banner-wrapper">
<div id="banner" class="box container">
<div class="row">
<div class="7u 12u(medium)">
<h2>Hi. This is Verti.</h2>
<p>It's a free responsive site template by HTML5 UP</p>
</div>
<div class="5u 12u(medium)">
<ul>
<li><a href="#" class="button big icon fa-arrow-circle-right">Ok let's go</a></li>
<li><a href="#" class="button alt big icon fa-question-circle">More info</a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- Features -->
<div id="features-wrapper">
<div class="container">
<div class="row">
<div class="4u 12u(medium)">
<!-- Box -->
<section class="box feature">
<a href="#" class="image featured"><img src="images/pic01.jpg" alt="" /></a>
<div class="inner">
<header>
<h2>Put something here</h2>
<p>Maybe here as well I think</p>
</header>
<p>Phasellus quam turpis, feugiat sit amet in, hendrerit in lectus. Praesent sed semper amet bibendum tristique fringilla.</p>
</div>
</section>
</div>
<div class="4u 12u(medium)">
<!-- Box -->
<section class="box feature">
<a href="#" class="image featured"><img src="images/pic02.jpg" alt="" /></a>
<div class="inner">
<header>
<h2>An interesting title</h2>
<p>This is also an interesting subtitle</p>
</header>
<p>Phasellus quam turpis, feugiat sit amet in, hendrerit in lectus. Praesent sed semper amet bibendum tristique fringilla.</p>
</div>
</section>
</div>
<div class="4u 12u(medium)">
<!-- Box -->
<section class="box feature">
<a href="#" class="image featured"><img src="images/pic03.jpg" alt="" /></a>
<div class="inner">
<header>
<h2>Oh, and finally ...</h2>
<p>Here's another intriguing subtitle</p>
</header>
<p>Phasellus quam turpis, feugiat sit amet in, hendrerit in lectus. Praesent sed semper amet bibendum tristique fringilla.</p>
</div>
</section>
</div>
</div>
</div>
</div>
<!-- Main -->
<div id="main-wrapper">
<div class="container">
<div class="row 200%">
<div class="4u 12u(medium)">
<!-- Sidebar -->
<div id="sidebar">
<section class="widget thumbnails">
<h3>Interesting stuff</h3>
<div class="grid">
<div class="row 50%">
<div class="6u"><a href="#" class="image fit"><img src="images/pic04.jpg" alt="" /></a></div>
<div class="6u"><a href="#" class="image fit"><img src="images/pic05.jpg" alt="" /></a></div>
<div class="6u"><a href="#" class="image fit"><img src="images/pic06.jpg" alt="" /></a></div>
<div class="6u"><a href="#" class="image fit"><img src="images/pic07.jpg" alt="" /></a></div>
</div>
</div>
<a href="#" class="button icon fa-file-text-o">More</a>
</section>
</div>
</div>
<div class="8u 12u(medium) important(medium)">
<!-- Content -->
<div id="content">
<section class="last">
<h2>So what's this all about?</h2>
<p>This is <strong>Verti</strong>, a free and fully responsive HTML5 site template by <a href="http://html5up.net">HTML5 UP</a>.
Verti is released under the <a href="http://html5up.net/license">Creative Commons Attribution license</a>, so feel free to use it for any personal or commercial project you might have going on (just don't forget to credit us for the design!)</p>
<p>Phasellus quam turpis, feugiat sit amet ornare in, hendrerit in lectus. Praesent semper bibendum ipsum, et tristique augue fringilla eu. Vivamus id risus vel dolor auctor euismod quis eget mi. Etiam eu ante risus. Aliquam erat volutpat. Aliquam luctus mattis lectus sit amet phasellus quam turpis.</p>
<a href="#" class="button icon fa-arrow-circle-right">Continue Reading</a>
</section>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<div id="footer-wrapper">
<footer id="footer" class="container">
<?php
/**
* Include a partial for the footer.
*/
?>
</footer>
</div>
</div>
<!-- Scripts -->
<?php
/**
* Include a partial for your scripts.
*/
?>
</body>
</html>