Update Layout

This commit is contained in:
willysr
2012-06-13 13:27:02 +07:00
parent 58aa0b492a
commit f27a46ecee
3 changed files with 49 additions and 261 deletions
+14 -14
View File
@@ -32,20 +32,20 @@ include "includes/navbar.html";
</section>
<section class="news">
<article>
<header>
<h1>My Classes in 2012/2013</h1>
<time datetime="2012-06-13"></time>
</header>
<p>I will be teaching A, B, and C</p>
</article>
<article>
<header>
<h1>This page is HTML5 Compliance</h1>
<time datetime="2012-06-13"></time>
</header>
<p>I have migrated this simple web page to be HTML5 compliance. If for some reason you experienced difficulties viewing this page properly, then i suggest you to update your browser to the latest version.</p>
</article>
<article>
<header>
<h1>My Classes in Gasal 2012/2013</h1>
<time datetime="2012-06-13"></time>
</header>
<p>I will be teaching Project Management, Computer Security, and Computer Technology</p>
</article>
<article>
<header>
<h1>This page is HTML5 Compliance</h1>
<time datetime="2012-06-13"></time>
</header>
<p>I have migrated this simple web page to be HTML5 compliance. If for some reason you experienced difficulties viewing this page properly, then i suggest you to update your browser to the latest version.</p>
</article>
</section>
<?php
include "includes/footer.php";