Skip to content

Commit

Permalink
last schema fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle committed Mar 14, 2012
1 parent 0f0ae70 commit dd48523
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Expand Up @@ -57,7 +57,7 @@ <h1>Projects</h1>
<li class="span3" itemscope itemtype="http://schema.org/WebPage">
<div class="thumbnail">
<meta content="ich mach rot" itemprop="name" />
<span itemprop="author" itemref="org"></span>
<meta itemprop="author" itemref="org" itemscope itemtype="http://schema.org/Organization" />
<img src="./assets/img/ichmagrot.jpg" alt="ichmagrot screenshot" itemprop="image" />
<p itemprop="description">Online friend books like the ones from school</p>
<p><a class="btn" href="http://ichmagrot.de">visit &raquo;</a></p>
Expand All @@ -66,7 +66,7 @@ <h1>Projects</h1>
<li class="span3" itemscope itemtype="http://schema.org/WebPage">
<div class="thumbnail">
<meta content="sortitout" itemprop="name" />
<span itemprop="author" itemref="org"></span>
<meta itemprop="author" itemref="org" itemscope itemtype="http://schema.org/Organization" />
<img src="./assets/img/sortitout.jpg" alt="sortitout screenshot" itemprop="image" />
<p itemprop="description">Simple brainstorming tool for individuals or small groups</p>
<p><a class="btn" href="http://sortitout.de">visit &raquo;</a> <a class="btn" href="#"><i class="icon-github-sign"></i> fork it</a></p>
Expand All @@ -86,8 +86,8 @@ <h1>Team</h1>

<hr>

<footer id="org">
<p itemscope itemtype="http://schema.org/Organization">&copy; <a href="http://12things.de" itemprop="url"><span itemprop="name">12Things</span></a> 2012</p>
<footer itemscope itemtype="http://schema.org/Organization">
<p id="org">&copy; <a href="http://12things.de" itemprop="url"><span itemprop="name">12Things</span></a> 2012</p>
</footer>

</div> <!-- /container -->
Expand Down

0 comments on commit dd48523

Please sign in to comment.