This component has nothing special, it is simply a construction made with semantic HTML and responsive CSS.
<div class="Article">
<img alt="Example" src="/example.jpg">
<h1>Excepteur sint occaecat</h1>
<h2>Lorem ipsum dolor sit amet</h2>
<time>August 8th 2018</time>
<ol>
<li>
<a href="#one">One</a>
</li>
<li>
<a href="#two">Two</a>
</li>
</ol>
<strong>
<span></span>
<i>Salbatore Munuera</i>
<em>@salbatore</em>
</strong>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit</p>
</div>