navbar menu item highlighting and careers ported
This commit is contained in:
218
careers.html
218
careers.html
@@ -1,218 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" style="scroll-behavior: smooth">
|
||||
<head>
|
||||
<!-- Required meta tags -->
|
||||
<meta charset="utf-8" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1, shrink-to-fit=no"
|
||||
/>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="./darkmode.css"
|
||||
/>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="./style.css"
|
||||
/>
|
||||
<!-- Bootstrap CSS -->
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css"
|
||||
integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2"
|
||||
crossorigin="anonymous"
|
||||
/>
|
||||
|
||||
<title>Careers | Pfosten Dynamics</title>
|
||||
<link rel="icon" href="./img/favicon.png" />
|
||||
</head>
|
||||
<body onload="load()" class="couldDark">
|
||||
<!--Begin Navbar-->
|
||||
<nav
|
||||
class="navbar navbar-expand-lg navbar-light bg-light couldDark"
|
||||
id="navbar"
|
||||
>
|
||||
<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"
|
||||
id="pfostendynamics"
|
||||
/></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 home canactive">
|
||||
<a class="nav-link" href="./"
|
||||
>Home <span class="sr-only">(current)</span></a
|
||||
>
|
||||
</li>
|
||||
<li
|
||||
class="nav-item dropdown vehicles bobbycar bobbyquad bobbybob bobbyklo bobbyboot bobbyhubschrauber raupenfahrzeug canactive"
|
||||
>
|
||||
<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 careers canactive">
|
||||
<a class="nav-link" href="./careers">Careers</a>
|
||||
</li>
|
||||
<li class="nav-item news canactive">
|
||||
<a class="nav-link" href="./news">News</a>
|
||||
</li>
|
||||
<li class="nav-item about canactive">
|
||||
<a class="nav-link" href="./about">About</a>
|
||||
</li>
|
||||
<li class="nav-item shop canactive">
|
||||
<a class="nav-link" href="./shop">Shop</a>
|
||||
</li>
|
||||
<li class="nav-item impressum canactive">
|
||||
<a class="nav-link" href="./impressum">Impressum</a>
|
||||
</li>
|
||||
</ul>
|
||||
<a class="nav-link" href="#" onclick="darkMode()"
|
||||
><img
|
||||
id="darkModeImg"
|
||||
class="img-fluid"
|
||||
data-toggle="tooltip"
|
||||
data-placement="top"
|
||||
title="Toggle darkmode"
|
||||
src=""
|
||||
/></a>
|
||||
</div>
|
||||
</div>
|
||||
<script src="./js/navbar.js"></script>
|
||||
</nav>
|
||||
<!--End Navbar-->
|
||||
|
||||
|
||||
|
||||
<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>
|
||||
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>
|
||||
|
||||
<!-- Optional JavaScript; choose one of the two! -->
|
||||
|
||||
<!-- Option 1: jQuery and Bootstrap Bundle (includes Popper) -->
|
||||
<script
|
||||
src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
|
||||
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
|
||||
crossorigin="anonymous"
|
||||
></script>
|
||||
<script
|
||||
src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js"
|
||||
integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx"
|
||||
crossorigin="anonymous"
|
||||
></script>
|
||||
|
||||
<!-- Option 2: jQuery, Popper.js, and Bootstrap JS
|
||||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js" integrity="sha384-w1Q4orYjBQndcko6MimVbzY0tgp4pWB4lZ7lr30WKz0vr/aWKhXdBNmNb5D92v7s" crossorigin="anonymous"></script>
|
||||
-->
|
||||
<script src="./js/main.js"></script>
|
||||
|
||||
<script>
|
||||
$(function () {
|
||||
$('[data-toggle="tooltip"]').tooltip();
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
68
careers.php
Normal file
68
careers.php
Normal file
@@ -0,0 +1,68 @@
|
||||
<?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>
|
||||
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'); ?>
|
@@ -29,7 +29,7 @@
|
||||
id="navbarNavDropdown"
|
||||
>
|
||||
<ul class="navbar-nav">
|
||||
<li class="nav-item home canactive">
|
||||
<li class="nav-item home canactive <?php if (ACTIVE_MENUITEM == "home") { ?> active<?php } ?>">
|
||||
<a class="nav-link" href="./"
|
||||
>Home <span class="sr-only">(current)</span></a
|
||||
>
|
||||
@@ -65,19 +65,19 @@
|
||||
>
|
||||
</div>
|
||||
</li>
|
||||
<li class="nav-item careers canactive">
|
||||
<li class="nav-item careers canactive <?php if (ACTIVE_MENUITEM == "careers") { ?> active<?php } ?>">
|
||||
<a class="nav-link" href="./careers">Careers</a>
|
||||
</li>
|
||||
<li class="nav-item news canactive">
|
||||
<li class="nav-item news canactive <?php if (ACTIVE_MENUITEM == "news") { ?> active<?php } ?>">
|
||||
<a class="nav-link" href="./news">News</a>
|
||||
</li>
|
||||
<li class="nav-item about canactive">
|
||||
<li class="nav-item about canactive <?php if (ACTIVE_MENUITEM == "about") { ?> active<?php } ?>">
|
||||
<a class="nav-link" href="./about">About</a>
|
||||
</li>
|
||||
<li class="nav-item shop canactive">
|
||||
<li class="nav-item shop canactive <?php if (ACTIVE_MENUITEM == "shop") { ?> active<?php } ?>">
|
||||
<a class="nav-link" href="./shop">Shop</a>
|
||||
</li>
|
||||
<li class="nav-item impressum canactive">
|
||||
<li class="nav-item impressum canactive<?php if (ACTIVE_MENUITEM == "impressum") { ?> active<?php } ?>">
|
||||
<a class="nav-link" href="./impressum">Impressum</a>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -92,6 +92,5 @@
|
||||
/></a>
|
||||
</div>
|
||||
</div>
|
||||
<script src="./js/navbar.js"></script>
|
||||
</nav>
|
||||
<!--End Navbar-->
|
||||
|
Reference in New Issue
Block a user