-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (69 loc) · 1.89 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="WALTER.jpg">
<title>Breaking Bad FanPage</title>
</head>
<body>
<div class="container">
<nav class="bx navbar">
<div class="header-logo">
<img src="LOGO.jpeg">
</div>
<div class="header-link">
<a href="#">Shop</a>
<a href="#">Contact</a>
<a href="#">About </a>
</div>
</nav>
<div class="bx hero">
<div class="hero-1 hero-cta">
<h1>Hey this is a breaking bad fanpage.</h1>
<p>The page is exclusively for men with taste so welcome to the club b!tch!
</p>
<button type="button">Sign Up</button>
</div>
<div class="hero-1 hero-image">
<img src="walter.webp"alt="cutu">
</div>
</div class="bx content">
<h2>Types of Chads</h2>
<div class="content-info">
<div>
<img src="JESSY.webp">
<p>Jessy</p>
</div>
<div>
<img src="Saul.webp">
<p>Saul</p>
</div>
<div>
<img src="Gus.webp">
<p>Gus</p>
</div>
<div>
<img src="jane.jpeg">
<p>Jane(the cutest)</p>
</div>
</div>
</div>
<div class="bx quote">
<p>"I am not in danger Skyler,I am the danger"</p>
<b>---Walter White</b>
</div>
<div class="bx sign-up">
<div class="sign-item signs-text">
<h3>Ready for some flashbacks?</h3>
<p>Relive your favourite breaking bad moments by clicking on the sign up button.</p>
</div>
<div class="sign-item signs-button">
<button type="button"><a href="https://youtu.be/dQw4w9WgXcQ">Sign Up</a></button>
</div>
</div>
<div class="bx footer">
<p>Copyright © The Odin Project</p>
</div>
</div>
</body>
</html>