Fixed some typos
This commit is contained in:
167
about.html
167
about.html
@@ -21,80 +21,83 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!--Begin Navbar-->
|
<!--Begin Navbar-->
|
||||||
<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="./"
|
<a class="navbar-brand" href="./"
|
||||||
><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"
|
||||||
/></a>
|
/></a>
|
||||||
<button
|
<button
|
||||||
class="navbar-toggler"
|
class="navbar-toggler"
|
||||||
type="button"
|
type="button"
|
||||||
data-toggle="collapse"
|
data-toggle="collapse"
|
||||||
data-target="#navbarNavDropdown"
|
data-target="#navbarNavDropdown"
|
||||||
aria-controls="navbarNavDropdown"
|
aria-controls="navbarNavDropdown"
|
||||||
aria-expanded="false"
|
aria-expanded="false"
|
||||||
aria-label="Toggle navigation"
|
aria-label="Toggle navigation"
|
||||||
>
|
>
|
||||||
<span class="navbar-toggler-icon"></span>
|
<span class="navbar-toggler-icon"></span>
|
||||||
</button>
|
</button>
|
||||||
<div
|
<div
|
||||||
class="collapse navbar-collapse justify-content-end"
|
class="collapse navbar-collapse justify-content-end"
|
||||||
id="navbarNavDropdown"
|
id="navbarNavDropdown"
|
||||||
>
|
>
|
||||||
<ul class="navbar-nav">
|
<ul class="navbar-nav">
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="./"
|
<a class="nav-link" href="./"
|
||||||
>Home <span class="sr-only">(current)</span></a
|
>Home <span class="sr-only">(current)</span></a
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item dropdown">
|
<li class="nav-item dropdown">
|
||||||
<a
|
<a
|
||||||
class="nav-link dropdown-toggle"
|
class="nav-link dropdown-toggle"
|
||||||
href="#"
|
href="#"
|
||||||
id="navbarDropdownMenuLink"
|
id="navbarDropdownMenuLink"
|
||||||
role="button"
|
role="button"
|
||||||
data-toggle="dropdown"
|
data-toggle="dropdown"
|
||||||
aria-haspopup="true"
|
aria-haspopup="true"
|
||||||
aria-expanded="false"
|
aria-expanded="false"
|
||||||
>
|
>
|
||||||
Vehicles
|
Vehicles
|
||||||
</a>
|
</a>
|
||||||
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
|
<div
|
||||||
<a class="dropdown-item" href="./bobbycar">Bobbycar</a>
|
class="dropdown-menu"
|
||||||
<a class="dropdown-item" href="./bobbyquad">Bobbyquad</a>
|
aria-labelledby="navbarDropdownMenuLink"
|
||||||
<a class="dropdown-item" href="./bobbybob">Bobbybob</a>
|
>
|
||||||
<a class="dropdown-item" href="./bobbyklo">Bobbyklo</a>
|
<a class="dropdown-item" href="./bobbycar">Bobbycar</a>
|
||||||
<a class="dropdown-item" href="./bobbyboot">Bobbyboot</a>
|
<a class="dropdown-item" href="./bobbyquad">Bobbyquad</a>
|
||||||
<a class="dropdown-item" href="./bobbyhubschrauber"
|
<a class="dropdown-item" href="./bobbybob">Bobbybob</a>
|
||||||
>Bobbyhubschrauber</a
|
<a class="dropdown-item" href="./bobbyklo">Bobbyklo</a>
|
||||||
>
|
<a class="dropdown-item" href="./bobbyboot">Bobbyboot</a>
|
||||||
<a class="dropdown-item" href="./raupenfahrzeug">Raupenfahrzeug</a>
|
<a class="dropdown-item" href="./bobbyhubschrauber"
|
||||||
</div>
|
>Bobbyhubschrauber</a
|
||||||
</li>
|
>
|
||||||
<li class="nav-item">
|
<a class="dropdown-item" href="./raupenfahrzeug"
|
||||||
<a class="nav-link" href="./careers">Careers</a>
|
>Raupenfahrzeug</a
|
||||||
</li>
|
>
|
||||||
<li class="nav-item">
|
</div>
|
||||||
<a class="nav-link" href="./news">News</a>
|
</li>
|
||||||
</li>
|
<li class="nav-item">
|
||||||
<li class="nav-item active">
|
<a class="nav-link" href="./careers">Careers</a>
|
||||||
<a class="nav-link" href="./about">About</a>
|
</li>
|
||||||
</li>
|
<li class="nav-item">
|
||||||
<li class="nav-item">
|
<a class="nav-link" href="./news">News</a>
|
||||||
<a class="nav-link" href="./shop">Shop</a>
|
</li>
|
||||||
</li>
|
<li class="nav-item active">
|
||||||
</ul>
|
<a class="nav-link" href="./about">About</a>
|
||||||
</div>
|
</li>
|
||||||
</div>
|
<li class="nav-item">
|
||||||
</nav>
|
<a class="nav-link" href="./shop">Shop</a>
|
||||||
<!--End Navbar-->
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<!--End Navbar-->
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<header
|
<header
|
||||||
@@ -127,16 +130,21 @@
|
|||||||
Pfostendynamics is a world leader in building electric bobbycars,
|
Pfostendynamics is a world leader in building electric bobbycars,
|
||||||
tackling some of the toughest electronic and mechanical challenges. We
|
tackling some of the toughest electronic and mechanical challenges. We
|
||||||
combine the principles of dumb ideas and too much free time,
|
combine the principles of dumb ideas and too much free time,
|
||||||
cutting-edge chinese electronics, and next-generation software for
|
cutting-edge Chinese electronics, and next-generation software for
|
||||||
high-performance bobbycars equipped with BMS, Battery, and
|
high-performance bobbycars equipped with BMS, Battery, and
|
||||||
Microcontrollers. Pfostendynamics has an extraordinary and
|
micro-controllers. Pfostendynamics has an extraordinary and
|
||||||
fast-growing technical team of engineers and scientists who seamlessly
|
fast-growing technical team of engineers and scientists who seamlessly
|
||||||
combine next level bullshit with bold engineering and crashing into
|
combine next level bullshit with bold engineering and crashing into
|
||||||
things.
|
things.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2 class="mt-5 display-4 text-uppercase" style="text-shadow: 1px 1px #686868">FAQs about Pfosten Dynamics</h2>
|
<h2
|
||||||
|
class="mt-5 display-4 text-uppercase"
|
||||||
|
style="text-shadow: 1px 1px #686868"
|
||||||
|
>
|
||||||
|
FAQs about Pfosten Dynamics
|
||||||
|
</h2>
|
||||||
<div id="faq">
|
<div id="faq">
|
||||||
<div>
|
<div>
|
||||||
<a href="#Q1" class="text-decoration-none"
|
<a href="#Q1" class="text-decoration-none"
|
||||||
@@ -169,13 +177,14 @@
|
|||||||
that we have invented techniques to make bobbycars work that you
|
that we have invented techniques to make bobbycars work that you
|
||||||
can’t find in any textbook or technical article. The result is
|
can’t find in any textbook or technical article. The result is
|
||||||
that we now know how to build such bobbycars so that they work for
|
that we now know how to build such bobbycars so that they work for
|
||||||
around 100 Kilometers without something breaking or needing for repair.
|
around 100 Kilometers without something breaking or needing for
|
||||||
|
repair.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div id="Q3">
|
<div id="Q3">
|
||||||
<a>Q: When can I buy an electric bobbycar?</a>
|
<a>Q: When can I buy an electric bobbycar?</a>
|
||||||
<p>
|
<p>
|
||||||
A: For now these are not up for sale, but you can self buld
|
A: For now these are not up for sale, but you can self build
|
||||||
yourself one.
|
yourself one.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -139,7 +139,7 @@
|
|||||||
build a truly great company. Why Pfostendynamics? At Pfostendynamics we
|
build a truly great company. Why Pfostendynamics? At Pfostendynamics we
|
||||||
create innovative machines, combining advanced control systems with
|
create innovative machines, combining advanced control systems with
|
||||||
software and sophisticated mechanical designs to create high-performance
|
software and sophisticated mechanical designs to create high-performance
|
||||||
bobbycars equipped with BMS, battery and microcontrollers. In our
|
bobbycars equipped with BMS, battery and micro-controllers. In our
|
||||||
friendly and supportive work environment, we encourage work-life balance
|
friendly and supportive work environment, we encourage work-life balance
|
||||||
while chasing our ambitious goals. We have a highly collaborative
|
while chasing our ambitious goals. We have a highly collaborative
|
||||||
atmosphere, and our bobbycar in academia combined with our
|
atmosphere, and our bobbycar in academia combined with our
|
||||||
|
Reference in New Issue
Block a user