xfolk-julian-bez: Difference between revisions
Jump to navigation
Jump to search
m (Reverted edit of Hb4Dkn, changed back to last version by Tantek) |
m (Corrected new version) |
||
| Line 24: | Line 24: | ||
<div class="xfolkentry"> <!-- changed --> | <div class="xfolkentry"> <!-- changed --> | ||
<p> | <p> | ||
<a rel="bookmark" | <a rel="bookmark" class="taggedlink" <!-- changed --> | ||
href="http://37signals.com/svn/archives2/2005/04/amazons_new_clo.php"> | href="http://37signals.com/svn/archives2/2005/04/amazons_new_clo.php"> | ||
<strong> | <strong> | ||
Revision as of 02:00, 29 April 2007
Julian Bez
Julian Bez is a german web designer. His link blog contains a lot of semantic markup. It only requires minor alteration to conform with xFolk. Here's the markup before conversion with items to change commented at the end of the line.
<li id="links">
<h3>del.icio.us bookmarks</h3>
<p>
<a rel="bookmark" href="http://37signals.com/svn/archives2/2005/04/amazons_new_clo.php"> <!-- will change -->
<strong>
Amazon's new clothes - Signal vs. Noise (by 37signals)
</strong>
</a>
</p>
<div class="linkcontent"> <!-- will change -->
<p>
(Apr 7) It looks like Amazon is trying a new book detail page.
</p>
</div>
</li>
Here's the new version with changes and additions commented at the end of the line.
<li id="links">
<h3>del.icio.us bookmarks</h3>
<div class="xfolkentry"> <!-- changed -->
<p>
<a rel="bookmark" class="taggedlink" <!-- changed -->
href="http://37signals.com/svn/archives2/2005/04/amazons_new_clo.php">
<strong>
Amazon's new clothes - Signal vs. Noise (by 37signals)
</strong>
</a>
</p>
<div class="description"> <!-- changed -->
<p>
(Apr 7) It looks like Amazon is trying a new book detail page.
</p>
</div>
</div> <!-- changed -->
</li>