This commit is contained in:
aronmal 2023-10-18 12:57:31 +02:00
parent 5ec6a19f09
commit 2522551cde
Signed by: aronmal
GPG key ID: 816B7707426FC612
7 changed files with 37 additions and 10 deletions

View file

@ -362,7 +362,7 @@ function UEberblickENG() {
</p>
</div>
<div style="padding-left: 3%" class="col-6">
<div style={{"padding-left":"3%"}} class="col-6">
<p class="imghover">
<b id="trolley">Trolley Handle</b>: an extendable handle for pushing the device, similar to a suitcase.
</p>
@ -699,7 +699,7 @@ function UEberblickENG() {
<div class="righties">
<img src="/images/solowheel-1.jpg" />
</div>
<img class="lefties" style="clear: none" src="/images/historieEUC.webp" />
<img class="lefties" style={{"clear":"none"}} src="/images/historieEUC.webp" />
<p>
The underlying technique came with the
<a href="https:/de.wikipedia.org/wiki/Segway_Personal_Transporter" target="_blank" rel="noreferrer noopener">
@ -806,7 +806,7 @@ function UEberblickENG() {
<DeviceTile name="Veteran Sherman S" src="/images/ShermanSepic.jpg" />
</div>
</article>
<footer></footer>
<footer />
</>
);
}