brc/about.php
2020-10-28 21:16:55 +01:00

20 lines
684 B
PHP

<?php include('header.tpl'); ?>
<video autoplay playsinline nofullscreen nodownload autoplay loop mute style="pointer-events: none" src="video/Heart.m4v" width="80%" height="auto" ></video>
<div class="home-about-textbox parallax--box">
<h1>THE STORY</h1>
<p><i>Here we have the story of brc</i></p>
<p><strong>How was brc made?</strong></p>
<p>Video? Text?</p>
</div>
<section class="cta">
<div class="container">
<h2 class="title title-cta">Order your piece now!
</h2>
<a href="contacts" class="button button-dark">Order</a>
</div>
</section>
<?php include('footer.tpl'); ?>