brc/about.php

22 lines
730 B
PHP
Raw Permalink Normal View History

2020-10-30 23:14:38 +01:00
<?php
include('header.tpl');
?>
2020-10-30 22:27:38 +01:00
<div id="content_margin">
2020-10-28 21:14:03 +01:00
<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>
2020-10-30 18:28:52 +01:00
<!-- <section class="cta">
2020-10-28 21:14:03 +01:00
<div class="container">
<h2 class="title title-cta">Order your piece now!
</h2>
<a href="contacts" class="button button-dark">Order</a>
</div>
2020-10-30 18:28:52 +01:00
</section> -->
2020-10-30 22:27:38 +01:00
</div>
2020-10-28 21:14:03 +01:00
<?php include('footer.tpl'); ?>