69 lines
3.1 KiB
PHP
69 lines
3.1 KiB
PHP
<?php
|
||
|
||
define('PAGE_TITLE', 'Careers');
|
||
define('ACTIVE_MENUITEM', 'careers');
|
||
|
||
require('includes/header.php');
|
||
?>
|
||
<div>
|
||
<header
|
||
style="
|
||
background-color: rgba(219, 219, 219, 0.448);
|
||
border-bottom-width: 3px;
|
||
border-bottom-style: solid;
|
||
border-top-width: 3px;
|
||
border-top-style: solid;
|
||
"
|
||
class="shadow p-10 mb-3"
|
||
>
|
||
<img
|
||
id="background-image"
|
||
src="./img/PfostenDynamics.png"
|
||
style="
|
||
display: block;
|
||
margin-left: auto;
|
||
margin-right: auto;
|
||
max-height: 5cm;
|
||
"
|
||
class="img-fluid"
|
||
/>
|
||
<h1 style="text-align: center; position: relative"></h1>
|
||
</header>
|
||
</div>
|
||
|
||
<div class="container">
|
||
<h2 class="mt-5 display-1">Careers</h2>
|
||
<p style="text-align: justify;">
|
||
Company Overview Remarkably capable electric bobbycars will soon be
|
||
commonplace in the real world. Pfostendynamics is working towards this
|
||
future through the development of electric bobbycars with advanced
|
||
mobility, dexterity, and no intelligence. We are providing cutting edge
|
||
chinese technology and solutions to our customers. We have an
|
||
established legacy and an experienced team of multi-disciplinary,
|
||
world-class professionals working every day to translate our dumbest
|
||
ideas into technology breakthroughs. We are entering new territory,
|
||
building a commercial company with new opportunities to create something
|
||
special from our core in bobbycar research and development. We want you
|
||
to be part of the effort - not just to build great products, but to
|
||
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 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
|
||
entrepreneurial mindset create the foundation for our vibrant culture.
|
||
You can be yourself. From dress code to desk decoration, we want people
|
||
to feel comfortable as themselves. We celebrate diverse backgrounds and
|
||
points of view. We believe diversity drives innovation, so we’re
|
||
building a culture where difference is valued. We foster both a top-down
|
||
and grassroots approach to solving problems. This gives us the freedom
|
||
to address the broadest set of technical challenges, furthering our
|
||
mission to change ideas about what idiots can do. Benefits We’re here to
|
||
not support you with medical coverage, dental & vision, health & flex
|
||
accounts, retirement savings, free lunch & snacks, competitive vacation
|
||
and holidays.
|
||
</p>
|
||
</div>
|
||
<?php require('includes/footer.php'); ?>
|