Last active
January 22, 2019 15:10
-
-
Save geosigno/def9b5b2834e41946b81ba09538f8f41 to your computer and use it in GitHub Desktop.
This file contains 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
<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