Created
July 2, 2017 16:44
-
-
Save fj/86b1983bbfe0831056dfe3b51749fbb9 to your computer and use it in GitHub Desktop.
reference example of the not-particularly-semantic HTML currently in place
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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"> | |
| |
<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