move files around

This commit is contained in:
bsod 2020-10-28 21:16:55 +01:00
commit 875700ca18
237 changed files with 24 additions and 34795 deletions

20
about.php Normal file
View file

@ -0,0 +1,20 @@
<?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'); ?>