Skip to content

Instantly share code, notes, and snippets.

@fj
Created July 2, 2017 16:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fj/86b1983bbfe0831056dfe3b51749fbb9 to your computer and use it in GitHub Desktop.
Save fj/86b1983bbfe0831056dfe3b51749fbb9 to your computer and use it in GitHub Desktop.
reference example of the not-particularly-semantic HTML currently in place
<div class="measure--lg">
<div class="g">
<div class="g-r">
<section class="g-r-c-6-12 p1 mx1 home-list">
<div class="block">
<div class="list-meta-title">
recent entries
<a href="http://localhost:3000/entries/" class="list-meta-all" title="see all entries">see all</a>
</div>
<ul class="list">
<li class="list-item list-item--compact">
<a href="http://localhost:3000/entries/entry-000003-absurdly-complicated-math-post/" title="Absurdly Complicated Math Post">
<div class="media-object list-item-title--compact">
<div class="media-object-figure">
<div class="h5 m0">
<small>
<span class="muted">
&nbsp;
<time datetime="2017-01-14" title="2017-01-14 08:30">
2017-01-14
</time>
</span>
</small>
</div>
</div>
<div class="media-object-body">
<div class="h5 m0">
Absurdly Complicated Math Post
</div>
</div>
</div>
</a>
</li>
</div>
</section>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment