Fixed some typos
This commit is contained in:
167
about.html
167
about.html
@@ -21,80 +21,83 @@
|
||||
</head>
|
||||
<body>
|
||||
<!--Begin Navbar-->
|
||||
<nav class="navbar navbar-expand-lg navbar-light bg-light">
|
||||
<div class="container">
|
||||
<a class="navbar-brand" href="./"
|
||||
><img
|
||||
src="./img/PfostenDynamics.png"
|
||||
style="max-height: 60px"
|
||||
class="d-inline-block align-top"
|
||||
alt=""
|
||||
loading="lazy"
|
||||
/></a>
|
||||
<button
|
||||
class="navbar-toggler"
|
||||
type="button"
|
||||
data-toggle="collapse"
|
||||
data-target="#navbarNavDropdown"
|
||||
aria-controls="navbarNavDropdown"
|
||||
aria-expanded="false"
|
||||
aria-label="Toggle navigation"
|
||||
>
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<div
|
||||
class="collapse navbar-collapse justify-content-end"
|
||||
id="navbarNavDropdown"
|
||||
>
|
||||
<ul class="navbar-nav">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="./"
|
||||
>Home <span class="sr-only">(current)</span></a
|
||||
>
|
||||
</li>
|
||||
<li class="nav-item dropdown">
|
||||
<a
|
||||
class="nav-link dropdown-toggle"
|
||||
href="#"
|
||||
id="navbarDropdownMenuLink"
|
||||
role="button"
|
||||
data-toggle="dropdown"
|
||||
aria-haspopup="true"
|
||||
aria-expanded="false"
|
||||
>
|
||||
Vehicles
|
||||
</a>
|
||||
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
|
||||
<a class="dropdown-item" href="./bobbycar">Bobbycar</a>
|
||||
<a class="dropdown-item" href="./bobbyquad">Bobbyquad</a>
|
||||
<a class="dropdown-item" href="./bobbybob">Bobbybob</a>
|
||||
<a class="dropdown-item" href="./bobbyklo">Bobbyklo</a>
|
||||
<a class="dropdown-item" href="./bobbyboot">Bobbyboot</a>
|
||||
<a class="dropdown-item" href="./bobbyhubschrauber"
|
||||
>Bobbyhubschrauber</a
|
||||
>
|
||||
<a class="dropdown-item" href="./raupenfahrzeug">Raupenfahrzeug</a>
|
||||
</div>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="./careers">Careers</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="./news">News</a>
|
||||
</li>
|
||||
<li class="nav-item active">
|
||||
<a class="nav-link" href="./about">About</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="./shop">Shop</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<!--End Navbar-->
|
||||
|
||||
|
||||
<nav class="navbar navbar-expand-lg navbar-light bg-light">
|
||||
<div class="container">
|
||||
<a class="navbar-brand" href="./"
|
||||
><img
|
||||
src="./img/PfostenDynamics.png"
|
||||
style="max-height: 60px"
|
||||
class="d-inline-block align-top"
|
||||
alt=""
|
||||
loading="lazy"
|
||||
/></a>
|
||||
<button
|
||||
class="navbar-toggler"
|
||||
type="button"
|
||||
data-toggle="collapse"
|
||||
data-target="#navbarNavDropdown"
|
||||
aria-controls="navbarNavDropdown"
|
||||
aria-expanded="false"
|
||||
aria-label="Toggle navigation"
|
||||
>
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<div
|
||||
class="collapse navbar-collapse justify-content-end"
|
||||
id="navbarNavDropdown"
|
||||
>
|
||||
<ul class="navbar-nav">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="./"
|
||||
>Home <span class="sr-only">(current)</span></a
|
||||
>
|
||||
</li>
|
||||
<li class="nav-item dropdown">
|
||||
<a
|
||||
class="nav-link dropdown-toggle"
|
||||
href="#"
|
||||
id="navbarDropdownMenuLink"
|
||||
role="button"
|
||||
data-toggle="dropdown"
|
||||
aria-haspopup="true"
|
||||
aria-expanded="false"
|
||||
>
|
||||
Vehicles
|
||||
</a>
|
||||
<div
|
||||
class="dropdown-menu"
|
||||
aria-labelledby="navbarDropdownMenuLink"
|
||||
>
|
||||
<a class="dropdown-item" href="./bobbycar">Bobbycar</a>
|
||||
<a class="dropdown-item" href="./bobbyquad">Bobbyquad</a>
|
||||
<a class="dropdown-item" href="./bobbybob">Bobbybob</a>
|
||||
<a class="dropdown-item" href="./bobbyklo">Bobbyklo</a>
|
||||
<a class="dropdown-item" href="./bobbyboot">Bobbyboot</a>
|
||||
<a class="dropdown-item" href="./bobbyhubschrauber"
|
||||
>Bobbyhubschrauber</a
|
||||
>
|
||||
<a class="dropdown-item" href="./raupenfahrzeug"
|
||||
>Raupenfahrzeug</a
|
||||
>
|
||||
</div>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="./careers">Careers</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="./news">News</a>
|
||||
</li>
|
||||
<li class="nav-item active">
|
||||
<a class="nav-link" href="./about">About</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="./shop">Shop</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<!--End Navbar-->
|
||||
|
||||
<div>
|
||||
<header
|
||||
@@ -127,16 +130,21 @@
|
||||
Pfostendynamics is a world leader in building electric bobbycars,
|
||||
tackling some of the toughest electronic and mechanical challenges. We
|
||||
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
|
||||
Microcontrollers. Pfostendynamics has an extraordinary and
|
||||
micro-controllers. Pfostendynamics has an extraordinary and
|
||||
fast-growing technical team of engineers and scientists who seamlessly
|
||||
combine next level bullshit with bold engineering and crashing into
|
||||
things.
|
||||
</p>
|
||||
</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>
|
||||
<a href="#Q1" class="text-decoration-none"
|
||||
@@ -169,13 +177,14 @@
|
||||
that we have invented techniques to make bobbycars work that you
|
||||
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
|
||||
around 100 Kilometers without something breaking or needing for repair.
|
||||
around 100 Kilometers without something breaking or needing for
|
||||
repair.
|
||||
</p>
|
||||
</div>
|
||||
<div id="Q3">
|
||||
<a>Q: When can I buy an electric bobbycar?</a>
|
||||
<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.
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -139,7 +139,7 @@
|
||||
build a truly great company. Why Pfostendynamics? At Pfostendynamics we
|
||||
create innovative machines, combining advanced control systems with
|
||||
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
|
||||
while chasing our ambitious goals. We have a highly collaborative
|
||||
atmosphere, and our bobbycar in academia combined with our
|
||||
|
Reference in New Issue
Block a user