Format files
This commit is contained in:
parent
4b5a56afe6
commit
e8bcda2db8
13 changed files with 3016 additions and 2467 deletions
|
@ -1,86 +1,95 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="Favicon/apple-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="Favicon/apple-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="Favicon/apple-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="Favicon/apple-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="Favicon/apple-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="Favicon/apple-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="Favicon/apple-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="Favicon/apple-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="Favicon/apple-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="Favicon/android-icon-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="Favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="Favicon/favicon-96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="Favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="Favicon/manifest.json">
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
<meta name="msapplication-TileImage" content="Favicon/ms-icon-144x144.png">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="author" content="Julian Gerhardt">
|
||||
<meta name="keywords" content="Elektrische einräder, EUC, Monowheels, Kingsong, Inmotion, Gotway">
|
||||
|
||||
<title>Start</title>
|
||||
<link rel="stylesheet" href="Start.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="container">
|
||||
<img id="cover" src="Alle Bilder/Gear3.webp" />
|
||||
<div class="centered"><h1>Wanna try something new?</h1></div>
|
||||
</div>
|
||||
|
||||
<h1 id="gone">Wanna try something new?</h1>
|
||||
|
||||
<p>Flexible - Modern - Faster then law it self. These are modern electric unicycles: </p>
|
||||
|
||||
<div class="righties"><img src="Alle Bilder/ShermanStanding.jpg"/></div>
|
||||
|
||||
<p>From 0 auf 50kmh in 3s, 100kmh top speed and 230km range make these devices the ultimate sport.</p>
|
||||
|
||||
<div class="righties"><img src="Alle Bilder/UltimativeSport.jpg"/></div>
|
||||
|
||||
<p>Meanwhile climbing 50° steep walls and taking MTB trails with ease.</p>
|
||||
|
||||
<div class="righties"><video width=auto height=auto autoplay muted loop>
|
||||
<source src="Alle Videos/MTBtrailsEase.mp4" type="video/mp4">
|
||||
</video></div>
|
||||
|
||||
<p>Taking every path and never get stuck in traffic again.</p>
|
||||
|
||||
<div class="righties"><video width=auto height=auto autoplay muted loop>
|
||||
<source src="Alle Videos/traffic.mp4" type="video/mp4">
|
||||
</video></div>
|
||||
|
||||
<p>But still being easy to carry and store just under your desk.</p>
|
||||
|
||||
<div class="righties"><img src="Alle Bilder/KidsKS16X.jpg"/></div>
|
||||
|
||||
<p>Interested? Then take a deep dive into PEV's and EUC's:</p>
|
||||
|
||||
<a href="EUC Überblick ENG.html">
|
||||
<div id="MoreButton">
|
||||
<p>I want to read everything about it!</p>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a href="https://youtube.com/playlist?list=PLfoxTRt1qLuAg-Al9JNHrl_7KVl-uSxwV">
|
||||
<div id="MoreButton">
|
||||
<p>Na, videos are just fine</p>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a href="StartDE.html">
|
||||
<div id="MoreButton">
|
||||
<p>Sprache</p>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="Favicon/apple-icon-57x57.png" />
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="Favicon/apple-icon-60x60.png" />
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="Favicon/apple-icon-72x72.png" />
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="Favicon/apple-icon-76x76.png" />
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="Favicon/apple-icon-114x114.png" />
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="Favicon/apple-icon-120x120.png" />
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="Favicon/apple-icon-144x144.png" />
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="Favicon/apple-icon-152x152.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="Favicon/apple-icon-180x180.png" />
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="Favicon/android-icon-192x192.png" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="Favicon/favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="Favicon/favicon-96x96.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="Favicon/favicon-16x16.png" />
|
||||
<link rel="manifest" href="Favicon/manifest.json" />
|
||||
<meta name="msapplication-TileColor" content="#ffffff" />
|
||||
<meta name="msapplication-TileImage" content="Favicon/ms-icon-144x144.png" />
|
||||
<meta name="theme-color" content="#ffffff" />
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="author" content="Julian Gerhardt" />
|
||||
<meta name="keywords" content="Elektrische einräder, EUC, Monowheels, Kingsong, Inmotion, Gotway" />
|
||||
|
||||
<title>Start</title>
|
||||
<link rel="stylesheet" href="Start.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<img id="cover" src="Alle Bilder/Gear3.webp" />
|
||||
<div class="centered">
|
||||
<h1>Wanna try something new?</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h1 id="gone">Wanna try something new?</h1>
|
||||
|
||||
<p>Flexible - Modern - Faster then law it self. These are modern electric unicycles:</p>
|
||||
|
||||
<div class="righties">
|
||||
<img src="Alle Bilder/ShermanStanding.jpg" />
|
||||
</div>
|
||||
|
||||
<p>From 0 auf 50kmh in 3s, 100kmh top speed and 230km range make these devices the ultimate sport.</p>
|
||||
|
||||
<div class="righties">
|
||||
<img src="Alle Bilder/UltimativeSport.jpg" />
|
||||
</div>
|
||||
|
||||
<p>Meanwhile climbing 50° steep walls and taking MTB trails with ease.</p>
|
||||
|
||||
<div class="righties">
|
||||
<video width="auto" height="auto" autoplay muted loop>
|
||||
<source src="Alle Videos/MTBtrailsEase.mp4" type="video/mp4" />
|
||||
</video>
|
||||
</div>
|
||||
|
||||
<p>Taking every path and never get stuck in traffic again.</p>
|
||||
|
||||
<div class="righties">
|
||||
<video width="auto" height="auto" autoplay muted loop>
|
||||
<source src="Alle Videos/traffic.mp4" type="video/mp4" />
|
||||
</video>
|
||||
</div>
|
||||
|
||||
<p>But still being easy to carry and store just under your desk.</p>
|
||||
|
||||
<div class="righties">
|
||||
<img src="Alle Bilder/KidsKS16X.jpg" />
|
||||
</div>
|
||||
|
||||
<p>Interested? Then take a deep dive into PEV's and EUC's:</p>
|
||||
|
||||
<a href="EUC Überblick ENG.html">
|
||||
<div id="MoreButton">
|
||||
<p>I want to read everything about it!</p>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a href="https://youtube.com/playlist?list=PLfoxTRt1qLuAg-Al9JNHrl_7KVl-uSxwV">
|
||||
<div id="MoreButton">
|
||||
<p>Na, videos are just fine</p>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a href="StartDE.html">
|
||||
<div id="MoreButton">
|
||||
<p>Sprache</p>
|
||||
</div>
|
||||
</a>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue