-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (51 loc) · 2.65 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./styles.css">
<title>OnePieceFanPage</title>
</head>
<body>
<div class="header">
<div class="top">OnePiece</div>
<ul class="links">
<li><a href="#0">About OP</a></li>
<li><a href="#0">Main Cast</a></li>
<li><a href="#0">Contact</a></li>
</ul>
</div>
<div class="one">
<div class="main">
<div class="logo"> One Piece is awesome!</div>
<div> One Piece is a manga series with an anime adaptation that falls into the following genres: action, adventure, fantasy and comedy.</div>
<form action="https://youtu.be/dQw4w9WgXcQ">
<button type="submit" class="button-1" >Join the crew!</button>
</form>
</div>
<img class="crew" src="./images/crew.jpg" alt="The Straw Hat Pirates!">
</div>
<div class="text-1"> The initial crew!</div>
<ul class="list-1">
<li class="card"><img src="./images/luffy.jpg" alt="Moneky D. Luffy - The future Pirate King"> </li>
<li class="card"><img src="./images/zoro.jpg" alt="Roronoa Zoro - The future strongest swordsman"></li>
<li class="card"><img src="./images/nami.jpg" alt="Nami - The world's best navigator"></li>
<li class="card"><img src="./images/sanji.jpg" alt="Sanji - The best chef and the biggest simp"> </li>
<li class="card"><img src="./images/usopp.jpg" alt="Usopp - A brave warrior of the sea"> </li>
</ul>
<ul class="list-2">
<li class="card-txt"><div>This is Luffy, the protagonist and the next Pirate King!</div></li>
<li class="card-txt"><div>Zoro is Luffy's first mate and the future strongest swordsman!</div></li>
<li class="card-txt"><div>Nami is the crew's navigator!</div></li>
<li class="card-txt"><div>Sanji is the crew's cook and the drippiest out of them all</div></li>
<li class="card-txt"><div>Usopp is the crew's sniper and the Sogeking(King of Snipers)</div></li>
</ul>
<div class="quote">
<div class="quote-1">“Inherited Will, The Destiny Of Age, The Dreams Of Its People. As Long As People Continue To Pursue The Meaning Of Freedom,
These Things Will Never Cease!” </div>
<div class="quote-2"> -Gol D. Roger </div>
</div>
<div class="footer"> <a href="https://github.com/Gulin7/OnePiece_fan_page"> Webpage by: Gulin </a> </div>
</body>
</html>