Navigation Menu

Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
Moved footer to the bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
KrofDrakula committed Feb 5, 2011
1 parent f2d2158 commit b4da6ad
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Expand Up @@ -10,13 +10,6 @@
</head>
<body>
<article>
<footer>
<p itemscope itemtype="http://data-vocabulary.org/Person">
A little development and optimization tool brought to you by
<a href="http://github.com/KrofDrakula" itemprop="url"><span itemprop="name">Klemen Slavič</span>,
aka <span itemprop="nickname">KrofDrakula</span></a>.
</p>
</footer>
<header>
<h1>Microdata Tool</h1>
<p>A drop-in script for browsing and debugging <abbr>HTML5</abbr> microdata.</p>
Expand Down Expand Up @@ -47,6 +40,13 @@ <h1>Microdata Tool</h1>
relevant HTML elements in the document and click to see each object's properties.
</p>
</div>
<footer>
<p itemscope itemtype="http://data-vocabulary.org/Person">
A little development and optimization tool brought to you by
<a href="http://github.com/KrofDrakula" itemprop="url"><span itemprop="name">Klemen Slavič</span>,
aka <span itemprop="nickname">KrofDrakula</span></a>.
</p>
</footer>
</article>
<script type="text/javascript">
var _gaq = _gaq || [];
Expand Down

0 comments on commit b4da6ad

Please sign in to comment.