This repository has been archived on 2020-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
victor-hugo/site/layouts/partials/about.html

29 lines
666 B
HTML

<article id="about">
<div class="l-section l-relative l-screen-min-full">
<div class="l-underlay about-bg"></div>
<h2 class="section-header">About</h2>
<div class="l-section-block about-section">
<div class="l-wrapper">
<p>An about Section.</p>
</div>
</div>
<div class="l-section-block is-wide about-section">
<div class="l-wrapper is-wide">
<p>A wide about Section and a wide wrapper.</p>
</div>
</div>
<div class="l-section-block is-full-width about-section">
<div class="l-wrapper is-full-width">
<p>A full width about section and a full width wrapper.</p>
</div>
</div>
</div>
</article>