Skip to content

Instantly share code, notes, and snippets.

@geosigno
Last active January 22, 2019 15:10
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 geosigno/def9b5b2834e41946b81ba09538f8f41 to your computer and use it in GitHub Desktop.
Save geosigno/def9b5b2834e41946b81ba09538f8f41 to your computer and use it in GitHub Desktop.
<article class="post">
<header class="post__header">
<h1 class="post__title">Hello World!</h1>
<a href="more-post.html" class="post__author" rel="author">Geoffrey</span>
<span class="post__date">
posted on
<time datetime="07/05/2017">07/05/2017</time>
</span>
<img src="world.jpg" />
</header>
<section class="post__content">
<p>Blah, blah, blah...</p>
<h2>Hello again!</p>
<p>Blah, blah, blah...</p>
</section>
<footer class="post__footer">
<ul class="post__social-list">
<li class="post__social-item">
<a href="#" class="post__social-link">Share on Facebook</a>
</li>
<li class="post__social-item">
<a href="#" class="post__social-link">Share on Facebook</a>
</li>
</ul>
<ul class="post__tag-list">
<li class="post__tag-item">
<a href="#" class="post__tag-link">hello</a>
</li>
<li class="post__tag-item">
<a href="#" class="post__tag-link">world</a>
</li>
</ul>
</footer>
</article>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment