-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjohnny.html
More file actions
62 lines (50 loc) · 2.43 KB
/
Copy pathjohnny.html
File metadata and controls
62 lines (50 loc) · 2.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Jojo Part 7</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="grid-style.css">
<link href="https://fonts.googleapis.com/css?family=EB+Garamond&7cGFS+Didot&display=swap" rel="stylesheet">
</head>
<body>
<header>
<img id="Hotel_fasad" src="img/jojo-logo.png" alt="Jojo logo">
<div class="namn_bakgrund">
<div class="placering_logo">
<h1 id=namn> Jojo's Bizarre Adventure</h1>
</div>
</div>
</header>
<nav>
<div class="nav_center">
<a class="hem" href="index.html"><img src="img/part1.png" alt="stone mask"></a>
<a class="hitta" href="joseph.html"><img src="img/part2.png" alt="red stone of aja"></a>
<a class="boka" href="jotaro.html"><img src="img/part3.png" alt="jotaro hat pin"></a>
<a class="hotellet" href="josuke.html"><img src="img/part4.png" alt="josuke pin"></a>
<a class="hotellet" href="giorno.html"><img src="img/part5.png" alt="Giorno ladybug"></a>
<a class="hotellet" href="jolyne.html"><img src="img/part6.png" alt="Jolyne tatto"></a>
<a class="hotellet" href="johnny.html"><img src="img/part7.png" alt="Hores shoe"></a>
<a class="hotellet" href="josuke8.html"><img src="img/part8.png" alt="Ancher"></a>
</div>
<!--inte klar än-->
</nav>
<main>
<article class="rum 1">
<img class="bild_rum1" src="img/johnny.png" alt="johnny jostar">
<p>Johnny Joestar (ジョニィ・ジョースター Joni Jōsutā), born Jonathan Joestar (ジョナサン・ジョースター Jonasan Jōsutā,) is the protagonist of Steel Ball Run and a minor character in JoJolion. He is the seventh JoJo of the JoJo's Bizarre Adventure series.
A former horse-racingW prodigy turned paraplegicW, Johnny joins the SBR race to find out the secret behind Gyro Zeppeli's Steel Balls as they're the only thing capable of healing his legs.
Over the course of the race, Johnny becomes both a Spin User and a Stand User when he acquires Tusk.</p>
</article>
</main>
<section>
</section>
<footer>
<p> Bright Hotell | Storgatan 1 | 123 45 Storstad | 012 - 12 34 56
<br><a id="epostadress" href="mailto:testadress@mail.com">Brighthotell@mail.som</a>
</p>
<a href="tusk.html"><img class="arm" src="img/left-arm.png" alt="left arm"></a>
</footer>
</body>
</html>