Update Layout
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user