Made some changes to about section

This commit is contained in:
CommanderRedYT
2020-11-06 13:57:16 +01:00
parent 581794b9b6
commit 0c0df59daa
2 changed files with 8 additions and 9 deletions

View File

@@ -167,7 +167,7 @@
A: One of the things that makes Pfostendynamics unique is the
ambition to build a electric bobbycar that does not go up in smoke
immediately. Peter Poetzi began tackling this problem before anyone
else in the world. And weve been at it since, almost 3 years. Weve
else of us. And weve been at it since, almost 3 years. Weve
been inspired by and worked towards this goal for so long that we
have invented techniques to make bobbycars work that you cant find
in any textbook or technical article. The result is that we now know
@@ -184,48 +184,47 @@
</div>
</div>
</div>
<div id="team" 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 />
<div id="about-pic">
<img
src="./img/about.jpg"
class="img-fluid rounded mx-auto d-block shadow"
style="max-width: 99%; border: 5px solid"
style="max-width: 99%; border: 2px; border-style: ridge; border-color: gray"
/>
</div>
<br />
<div class="container">
<div class="container" id="team">
<ul class="list-unstyled">
<li class="media">
<img class="mr-3 img-fluid shadow rounded" src="./img/members/feedc0de.jpg" style="max-height: 150px"/>
<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"/>
<div class="media-body">
<h5 class="mt-0 mb-1">feedc0de</h5>
feedcode text
</div>
</li>
<li class="media">
<img class="mr-3 img-fluid shadow rounded" src="./img/members/peterp.jpg" style="max-height: 300px"/>
<div class="media-body">
<h5 class="mt-0 mb-1">peterp</h5>
peterp text
</div>
</li>
<li class="media">
<img class="mr-3 img-fluid shadow rounded" src="./img/members/greyhash.jpg" style="max-height: 300px"/>
<img class="mr-3 img-fluid shadow rounded" src="./img/members/greyhash.jpg" style="max-height: 300px; border: 2px; border-style: ridge; border-color: gray"/>
<div class="media-body">
<h5 class="mt-0 mb-1">greyhash</h5>
greyhash text
</div>
</li>
<li class="media">
<img class="mr-3 img-fluid shadow rounded" src="./img/members/mick.jpg" style="max-height: 300px"/>
<img class="mr-3 img-fluid shadow rounded" src="./img/members/mick.jpg" style="max-height: 300px; border: 2px; border-style: ridge; border-color: gray"/>
<div class="media-body">
<h5 class="mt-0 mb-1">mick</h5>
mick text
</div>
</li>
<li class="media">
<img class="mr-3 img-fluid shadow rounded" src="./img/members/commanderred.jpg" style="max-height: 300px"/>
<img class="mr-3 img-fluid shadow rounded" src="./img/members/commanderred.jpg" style="max-height: 300px; border: 2px; border-style: ridge; border-color: gray">
<div class="media-body">
<h5 class="mt-0 mb-1">CommanderRed</h5>
Commanderred text

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 81 KiB