mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Use HTML5 sections on homepage
This commit is contained in:
parent
cf232976b8
commit
7f7debb6fd
1 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@
|
|||
</head>
|
||||
<body class="home">
|
||||
<%= render '_header' %>
|
||||
<div id="technical" class="column">
|
||||
<section id="technical" class="column">
|
||||
<div>
|
||||
<h1><a href="/technical/articles/">Technical</a>
|
||||
<sup><a href="http://feeds.feedburner.com/wezm-technical"><img src="/images/black-feed-icon.png" width="12" height="12" alt="Black Feed Icon" /></a></sup>
|
||||
|
@ -22,9 +22,9 @@
|
|||
</ul>
|
||||
<a href="/technical/articles/" class="more">More »</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div id="personal" class="column">
|
||||
<section id="personal" class="column">
|
||||
<div>
|
||||
<h1><a href="/personal/articles/">Personal</a>
|
||||
<sup><a href="http://feeds.feedburner.com/wezm-personal"><img src="/images/black-feed-icon.png" width="12" height="12" /></a></sup>
|
||||
|
@ -36,7 +36,7 @@
|
|||
</ul>
|
||||
<a href="/personal/articles/" class="more">More »</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="flickr">
|
||||
<header>
|
||||
|
|
Loading…
Reference in a new issue