Add section and article tags.

Absolute abomination.
This commit is contained in:
Justin Hsu
2018-05-03 02:24:09 -04:00
parent 7aebac9d84
commit 3661f3298b
2 changed files with 27 additions and 3 deletions
+15
View File
@@ -1,28 +1,43 @@
<div class="topbox" id="card">
<div class="bio-bar">
<div class="picture">
<figure>
<img src="images/round.png" width="160" height="222">
<figcaption> Picture </figcaption>
</figure>
</div>
<section>
<div class="contact">
<article>
$contacts$
</article>
</div>
</section>
</div>
<div class="about">
<section>
<div id="mini-header">
About Me
</div>
<article>
$about$
</article>
</section>
</div>
</div>
<div id="card">
<section>
<div id="mini-header-alt">
News
</div>
<article>
$news$
</article>
</section>
</div>
<div id="card">