-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (52 loc) · 1.84 KB
/
Copy pathindex.html
File metadata and controls
53 lines (52 loc) · 1.84 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
href="https://cdn.jsdelivr.net/npm/remixicon@4.2.0/fonts/remixicon.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css" />
<title>Hasan Hadba | Porsche</title>
</head>
<body>
<div class="container">
<!-- ______________navbar____________ -->
<nav>
<ul class="nav__links nav__left">
<li><a href="#" class="logo">Diesel</a></li>
<li><a href="#">Store</a></li>
<li><a href="#">Shop</a></li>
<li><a href="#">Collection</a></li>
</ul>
<ul class="nav__links nav__right">
<li><a href="#">Cart</a></li>
<li><a href="#">login/Register</a></li>
<li><a href="#">Profile</a></li>
</ul>
</nav>
<span class="letter-s">S</span>
<img src="header.png" alt="header">
<h4 class="text__left">PRO</h4>
<h4 class="text__right">CHE</h4>
<button class="btn explore">EXPLORE MORE</button>
<button class="btn print">PRINT</button>
<button class="btn catalog">CATALOG</button>
<h5 class="feature-1">Diesel</h5>
<h5 class="feature-2">Watches</h5>
<h5 class="feature-3">Tough</h5>
<h5 class="feature-4">Modern</h5>
<footer class="footer">
<p>© 2026 Hasan Hadba. All rights reserved.</p>
<div class="footer__links">
<li><a href="#">Facebook</a></li>
<li><a href="#">Instagram</a></li>
<li><a href="#">Twitter</a></li>
</div>
</footer>
</div>
<script src="https://unpkg.com/scrollreveal"></script>
<script src="main.js"></script>
</body>
</html>