Formated a few things
This commit is contained in:
109
about.html
109
about.html
@@ -17,19 +17,20 @@
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<title>About | Pfosten Dynamics</title>
|
<title>About | Pfosten Dynamics</title>
|
||||||
<link rel="icon" href="img/favicon.png" />
|
<link rel="icon" href="./img/favicon.png" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar navbar-expand-lg navbar-light bg-light">
|
<nav class="navbar navbar-expand-lg navbar-light bg-light">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="navbar-brand" href="./index.html"
|
<a class="navbar-brand" href="./index.html"
|
||||||
><img
|
><img
|
||||||
src="img/PfostenDynamics.png"
|
src="./img/PfostenDynamics.png"
|
||||||
style="max-height: 60px"
|
style="max-height: 60px"
|
||||||
class="d-inline-block align-top"
|
class="d-inline-block align-top"
|
||||||
alt=""
|
alt=""
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
draggable="false" ondragstart="return false;"
|
draggable="false"
|
||||||
|
ondragstart="return false;"
|
||||||
/></a>
|
/></a>
|
||||||
<button
|
<button
|
||||||
class="navbar-toggler"
|
class="navbar-toggler"
|
||||||
@@ -119,7 +120,8 @@
|
|||||||
max-height: 5cm;
|
max-height: 5cm;
|
||||||
"
|
"
|
||||||
class="img-fluid"
|
class="img-fluid"
|
||||||
draggable="false" ondragstart="return false;"
|
draggable="false"
|
||||||
|
ondragstart="return false;"
|
||||||
/>
|
/>
|
||||||
<h1 style="text-align: center; position: relative"></h1>
|
<h1 style="text-align: center; position: relative"></h1>
|
||||||
</header>
|
</header>
|
||||||
@@ -140,7 +142,7 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2 class="mt-5 display-1" style="text-shadow: 2.5px 2.5px #6d6d6d;">FAQ</h2>
|
<h2 class="mt-5 display-1">FAQ</h2>
|
||||||
<div id="faq">
|
<div id="faq">
|
||||||
<div>
|
<div>
|
||||||
<a href="#Q1" class="text-decoration-none"
|
<a href="#Q1" class="text-decoration-none"
|
||||||
@@ -154,8 +156,13 @@
|
|||||||
<a href="#Q3" class="text-decoration-none"
|
<a href="#Q3" class="text-decoration-none"
|
||||||
>Q: When can I buy a electric bobbycar?</a
|
>Q: When can I buy a electric bobbycar?</a
|
||||||
>
|
>
|
||||||
<br>
|
<br />
|
||||||
<a href="#team" class="text-decoration-none h5" style="padding-left: 20px;">Our team</a>
|
<a
|
||||||
|
href="#team"
|
||||||
|
class="text-decoration-none h5"
|
||||||
|
style="padding-left: 20px"
|
||||||
|
>Our team</a
|
||||||
|
>
|
||||||
<br />
|
<br />
|
||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
@@ -169,10 +176,10 @@
|
|||||||
A: One of the things that makes Pfostendynamics unique is the
|
A: One of the things that makes Pfostendynamics unique is the
|
||||||
ambition to build a electric bobbycar that does not go up in smoke
|
ambition to build a electric bobbycar that does not go up in smoke
|
||||||
immediately. Peter Poetzi began tackling this problem before anyone
|
immediately. Peter Poetzi began tackling this problem before anyone
|
||||||
else of us. And we’ve been at it since, almost 3 years. We’ve
|
else of us. And we’ve been at it since, almost 3 years. We’ve been
|
||||||
been inspired by and worked towards this goal for so long that we
|
inspired by and worked towards this goal for so long that we have
|
||||||
have invented techniques to make bobbycars work that you can’t find
|
invented techniques to make bobbycars work that you can’t find in
|
||||||
in any textbook or technical article. The result is that we now know
|
any textbook or technical article. The result is that we now know
|
||||||
how to build such bobbycars so that they work for around 100
|
how to build such bobbycars so that they work for around 100
|
||||||
Kilometers without something that breaks or needs fixing.
|
Kilometers without something that breaks or needs fixing.
|
||||||
</p>
|
</p>
|
||||||
@@ -186,56 +193,106 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="about-us" class="container" style="border-top: 5px; border-top-style: solid">
|
<div
|
||||||
|
id="about-us"
|
||||||
|
class="container"
|
||||||
|
style="border-top: 5px; border-top-style: solid"
|
||||||
|
>
|
||||||
<br />
|
<br />
|
||||||
<div id="about-pic">
|
<div id="about-pic">
|
||||||
<img
|
<img
|
||||||
src="./img/new-about.jpg"
|
src="./img/new-about.jpg"
|
||||||
class="img-fluid rounded mx-auto d-block shadow"
|
class="img-fluid rounded mx-auto d-block shadow"
|
||||||
style="max-width: 99%; border: 2px; border-style: ridge; border-color: gray"
|
style="
|
||||||
draggable="false" ondragstart="return false;"
|
max-width: 99%;
|
||||||
|
border: 2px;
|
||||||
|
border-style: ridge;
|
||||||
|
border-color: gray;
|
||||||
|
"
|
||||||
|
draggable="false"
|
||||||
|
ondragstart="return false;"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
<div class="container" id="team">
|
<div class="container" id="team">
|
||||||
<ul class="list-unstyled">
|
<ul class="list-unstyled">
|
||||||
<li class="media">
|
<li class="media">
|
||||||
<img class="mr-3 img-fluid shadow rounded" src="./img/members/feedc0de.jpg" style="max-height: 150px; border: 2px; border-style: ridge; border-color: gray"
|
<img
|
||||||
draggable="false" ondragstart="return false;"/>
|
class="mr-3 img-fluid shadow rounded"
|
||||||
|
src="./img/members/feedc0de.jpg"
|
||||||
|
style="
|
||||||
|
max-height: 150px;
|
||||||
|
border: 2px;
|
||||||
|
border-style: ridge;
|
||||||
|
border-color: gray;
|
||||||
|
"
|
||||||
|
draggable="false"
|
||||||
|
ondragstart="return false;"
|
||||||
|
/>
|
||||||
<div class="media-body">
|
<div class="media-body">
|
||||||
<h3 class="mt-0 mb-1">feedc0de</h3>
|
<h3 class="mt-0 mb-1">feedc0de</h3>
|
||||||
feedcode text
|
feedcode text
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<br>
|
<br />
|
||||||
<li class="media">
|
<li class="media">
|
||||||
<div class="media-body">
|
<div class="media-body">
|
||||||
<h3 class="mt-0 mb-1">peterp</h3>
|
<h3 class="mt-0 mb-1">peterp</h3>
|
||||||
peterp text
|
peterp text
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<br>
|
<br />
|
||||||
<li class="media">
|
<li class="media">
|
||||||
<img class="mr-3 img-fluid shadow rounded" src="./img/members/greyhash.jpg" style="max-height: 150px; border: 2px; border-style: ridge; border-color: gray"
|
<img
|
||||||
draggable="false" ondragstart="return false;"/>
|
class="mr-3 img-fluid shadow rounded"
|
||||||
|
src="./img/members/greyhash.jpg"
|
||||||
|
style="
|
||||||
|
max-height: 150px;
|
||||||
|
border: 2px;
|
||||||
|
border-style: ridge;
|
||||||
|
border-color: gray;
|
||||||
|
"
|
||||||
|
draggable="false"
|
||||||
|
ondragstart="return false;"
|
||||||
|
/>
|
||||||
<div class="media-body">
|
<div class="media-body">
|
||||||
<h3 class="mt-0 mb-1">greyhash</h3>
|
<h3 class="mt-0 mb-1">greyhash</h3>
|
||||||
greyhash text
|
greyhash text
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<br>
|
<br />
|
||||||
<li class="media">
|
<li class="media">
|
||||||
<img class="mr-3 img-fluid shadow rounded" src="./img/members/mick.jpg" style="max-height: 150px; border: 2px; border-style: ridge; border-color: gray"
|
<img
|
||||||
draggable="false" ondragstart="return false;"/>
|
class="mr-3 img-fluid shadow rounded"
|
||||||
|
src="./img/members/mick.jpg"
|
||||||
|
style="
|
||||||
|
max-height: 150px;
|
||||||
|
border: 2px;
|
||||||
|
border-style: ridge;
|
||||||
|
border-color: gray;
|
||||||
|
"
|
||||||
|
draggable="false"
|
||||||
|
ondragstart="return false;"
|
||||||
|
/>
|
||||||
<div class="media-body">
|
<div class="media-body">
|
||||||
<h3 class="mt-0 mb-1">mick</h3>
|
<h3 class="mt-0 mb-1">mick</h3>
|
||||||
mick text
|
mick text
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<br>
|
<br />
|
||||||
<li class="media">
|
<li class="media">
|
||||||
<img class="mr-3 img-fluid shadow rounded" src="./img/members/commanderred.jpg" style="max-height: 150px; border: 2px; border-style: ridge; border-color: gray"
|
<img
|
||||||
draggable="false" ondragstart="return false;">
|
class="mr-3 img-fluid shadow rounded"
|
||||||
|
src="./img/members/commanderred.jpg"
|
||||||
|
style="
|
||||||
|
max-height: 150px;
|
||||||
|
border: 2px;
|
||||||
|
border-style: ridge;
|
||||||
|
border-color: gray;
|
||||||
|
"
|
||||||
|
draggable="false"
|
||||||
|
ondragstart="return false;"
|
||||||
|
/>
|
||||||
<div class="media-body">
|
<div class="media-body">
|
||||||
<h3 class="mt-0 mb-1">CommanderRed</h3>
|
<h3 class="mt-0 mb-1">CommanderRed</h3>
|
||||||
Commanderred text
|
Commanderred text
|
||||||
|
Reference in New Issue
Block a user