-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjolyne.html
More file actions
75 lines (59 loc) · 3.39 KB
/
Copy pathjolyne.html
File metadata and controls
75 lines (59 loc) · 3.39 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
63
64
65
66
67
68
69
70
71
72
73
74
75
<!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 6</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/jolyne.jpeg" alt="Jolyne">
<p>Jolyne Cujoh (空条 徐倫 Kūjō Jorīn) is the protagonist of Stone Ocean and the sixth JoJo of the JoJo's Bizarre Adventure series.
Jolyne is the only female "JoJo" to date, and the daughter of Jotaro Kujo. Framed for a DUIW murder, she is sent to Green Dolphin Street Prison, where she investigates and battles DIO's most trusted disciple, Father Enrico Pucci. Initially an ordinary girl, Jolyne quickly awakens her string-based Stand, Stone Free, during her time in jail.</p>
<h1>Stand: Stone Free</h1>
<img class="bild_rum1" src="img/stone-free.png" alt="Gold Experinece">
<p>Stone Free is a humanoid Stand of a height and build similar to Jolyne's.
It wears what appear to be a pair of sunglasses varying in darkness, obscuring vertically ridged eyes. Four blade-like protrusions run over its head from the top of the jaw to the back of its neck, bordering the sides of both eyes. Cones truncated at a length of one-third the width of its head protrude from the region of the ears.
It wears elliptical shoulder pads with a snakeskin pattern, and hexagonal knee pads. Several patches of its lightly-shaded body reveal a fibrous interior, wound horizontally. Its forehead, neck, arms, and the area from its midriff to the top of its feet bear small, evenly spaced studs/bumps.
Composed of string, when unraveled its texture is like silk, apparently smelling of soap.[2]
Fandom may earn an affiliate commission on sales made from links on this page.
Stone Free is portrayed in most media featuring it as being cyan. The string itself is portrayed as white.</p>
<br><br><br>
<a class="the-world" href="index.html">Part 6 Anime</a>
<br>
</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>
</footer>
</body>
</html>