brc/about.php

22 lines
730 B
PHP

<?php
include('header.tpl');
?>
<div id="content_margin">
<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> -->
</div>
<?php include('footer.tpl'); ?>