Files
pfostendynamics.com/index.php
T

142 lines
4.2 KiB
PHP
Raw Normal View History

2020-11-24 13:53:15 +01:00
<?php
define('PAGE_TITLE', 'Home');
define('ACTIVE_MENUITEM', 'home');
2020-11-24 13:53:15 +01:00
require('includes/header.php');
?>
2020-11-09 15:12:20 +01:00
<br />
<br />
<br />
2020-11-14 20:32:32 +01:00
<div class="container-fluid">
2020-11-07 13:36:32 +01:00
<div class="row">
<div class="col-sm text-right">
2020-11-09 15:12:20 +01:00
<br />
2020-11-14 20:16:20 +01:00
<h1 class="text-shadow couldDark" style="text-shadow: 1.3px 1.3px #686868">Pfosten Dynamics</h1>
2020-11-09 15:12:20 +01:00
<h2>Change your idea of what idiots can do</h2>
2020-11-07 13:36:32 +01:00
</div>
<div class="col-sm text-left">
2020-11-09 15:12:20 +01:00
<br />
<img
src="./img/peterXfeedc0de.jpg"
style="
max-height: 600px;
border: 2px;
border-style: ridge;
border-color: gray;
"
class="d-inline-block shadow rounded img-fluid"
alt=""
loading="lazy"
draggable="false"
ondragstart="return false;"
/>
2020-11-06 13:37:10 +01:00
</div>
</div>
2020-11-09 15:12:20 +01:00
<br />
<br />
<div
class="container-fluid text-center"
style="background-color: rgba(165, 165, 165, 0.372)"
>
2020-11-06 13:37:10 +01:00
<div class="container-fluid">
<div class="row">
2020-11-14 23:50:12 +01:00
<div class="col-sm text-right vert">
2020-11-09 15:12:20 +01:00
<br />
<img
src="./img/bobbycars.png"
style="
max-height: 600px;
border: 2px;
border-style: ridge;
border-color: gray;
"
class="d-inline-block shadow rounded img-fluid"
alt=""
loading="lazy"
draggable="false"
ondragstart="return false;"
/>
2020-11-07 13:36:32 +01:00
</div>
2020-11-06 13:37:10 +01:00
<div class="col-sm text-left">
2020-11-09 15:12:20 +01:00
<br />
<h1 style="text-shadow: 1.3px 1.3px #686868">THE BOBBYCARS</h1>
<h2>
The mobile bobbycar designed for driving against walls, going up
in smoke, and hurting the driver.
</h2>
2020-11-06 13:37:10 +01:00
</div>
2020-11-07 13:36:32 +01:00
</div>
2020-11-09 15:12:20 +01:00
<br />
2020-11-06 13:37:10 +01:00
</div>
</div>
2020-11-09 15:12:20 +01:00
<br />
<div class="container-fluid">
<div class="row">
<div class="col-sm text-right">
<br />
<h1 style="text-shadow: 1.3px 1.3px #686868">TRANSPORT</h1>
<h2>If the bobbycar works, it can be used for many applications</h2>
</div>
<div class="col-sm text-left">
<br />
<img
src="./img/feedcode-bobbycar-1.jpg"
style="
max-height: 600px;
border: 2px;
border-style: ridge;
border-color: gray;
"
class="d-inline-block shadow rounded img-fluid"
alt=""
loading="lazy"
draggable="false"
ondragstart="return false;"
/>
</div>
</div>
<br />
<br />
<div
class="container-fluid text-center"
style="background-color: rgba(165, 165, 165, 0.372)"
>
<div class="container-fluid">
<div class="row">
2020-11-14 23:50:12 +01:00
<div class="col-sm text-right vert">
2020-11-09 15:12:20 +01:00
<br />
<img
src="./img/party.jpg"
style="
max-height: 600px;
border: 2px;
border-style: ridge;
border-color: gray;
"
class="d-inline-block shadow rounded img-fluid"
alt=""
loading="lazy"
draggable="false"
ondragstart="return false;"
/>
</div>
<div class="col-sm text-left">
<br />
<h1 style="text-shadow: 1.3px 1.3px #686868">
PERSON TRANSPORT
</h1>
<h2>
If you want to transport your friends, no problem, but be
careful that the wheels of the trailer can take the weight.
</h2>
</div>
</div>
<br />
</div>
</div>
<br />
</div>
</div>
2020-11-24 13:50:02 +01:00
<?php require('includes/footer.php'); ?>