19 lines
361 B
HTML
19 lines
361 B
HTML
<article id="about">
|
|
<div class="l-relative l-screen-min-full">
|
|
|
|
<div class="l-underlay about-bg"></div>
|
|
|
|
<h2 class="l-section-header">About</h2>
|
|
|
|
<div class="l-section-pad l-wrapper about-section">
|
|
An about Section.
|
|
</div>
|
|
|
|
<div class="l-section-pad l-wrapper about-section">
|
|
Another about Section.
|
|
</div>
|
|
|
|
</div>
|
|
</article>
|
|
|