Replace class with className
This commit is contained in:
parent
d496796a4c
commit
979436374e
8 changed files with 192 additions and 192 deletions
|
@ -91,9 +91,9 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<div className="container">
|
||||
<img id="cover" src="images/Gear3.webp" />
|
||||
<div class="centered"><h1>Wanna try something new?</h1></div>
|
||||
<div className="centered"><h1>Wanna try something new?</h1></div>
|
||||
</div>
|
||||
|
||||
<h1 id="gone">Wanna try something new?</h1>
|
||||
|
@ -103,18 +103,18 @@
|
|||
unicycles:
|
||||
</p>
|
||||
|
||||
<div class="righties"><img src="images/ShermanStanding.jpg" /></div>
|
||||
<div className="righties"><img src="images/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="images/UltimativeSport.jpg" /></div>
|
||||
<div className="righties"><img src="images/UltimativeSport.jpg" /></div>
|
||||
|
||||
<p>Meanwhile climbing 50° steep walls and taking MTB trails with ease.</p>
|
||||
|
||||
<div class="righties">
|
||||
<div className="righties">
|
||||
<video width="auto" height="auto" autoplay muted loop>
|
||||
<source src="videos/MTBtrailsEase.mp4" type="video/mp4" />
|
||||
</video>
|
||||
|
@ -122,7 +122,7 @@
|
|||
|
||||
<p>Taking every path and never get stuck in traffic again.</p>
|
||||
|
||||
<div class="righties">
|
||||
<div className="righties">
|
||||
<video width="auto" height="auto" autoplay muted loop>
|
||||
<source src="videos/traffic.mp4" type="video/mp4" />
|
||||
</video>
|
||||
|
@ -130,7 +130,7 @@
|
|||
|
||||
<p>But still being easy to carry and store just under your desk.</p>
|
||||
|
||||
<div class="righties"><img src="images/KidsKS16X.jpg" /></div>
|
||||
<div className="righties"><img src="images/KidsKS16X.jpg" /></div>
|
||||
|
||||
<p>Interested? Then take a deep dive into PEV's and EUC's:</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue