Linted
This commit is contained in:
parent
5ec6a19f09
commit
2522551cde
7 changed files with 37 additions and 10 deletions
|
@ -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 />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue