-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlatest.html
More file actions
79 lines (76 loc) · 4.46 KB
/
Copy pathlatest.html
File metadata and controls
79 lines (76 loc) · 4.46 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
76
77
78
79
<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">
<title>Document</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1"crossorigin="anonymous"/>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/js/bootstrap.bundle.min.js"integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW"crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script>
<script src="https://kit.fontawesome.com/5daa8eb347.js"crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"rel="stylesheet">
<script src="https://kit.fontawesome.com/5daa8eb347.js"crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/5aea3a3495.js" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300&family=Roboto&display=swap" rel="stylesheet">
<link rel="stylesheet" href="CSS/style.css">
<link rel="stylesheet" href="CSS/nav.css">
<link rel="stylesheet" href="/CSS/shop-style/shop.css">
<link rel="stylesheet" href="/CSS/product-details.css">
<link rel="stylesheet" href="/CSS/about.css">
<link rel="stylesheet" href="/CSS /blog.css">
<link rel="stylesheet" href="/CSS/login.css">
<link rel="stylesheet" href="/CSS/contact.css">
<script src="product-details.js"></script>
</head>
<nav class="navbar navbar-expand-sm navbar-expand-md fixed-top d-flex justify-space-between my-nav">
<div class="container-fluid">
<div class="brand-logo navbar-brand">
<h1>Time<span>Zone</span></h1>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"> <i class="fa-solid fa-bars"></i></span>
</button>
<div class="collapse navbar-collapse " id="collapsibleNavbar">
<ul class="nav-bar navbar-nav mx-auto justify-content-center ">
<li class="nav-item"><a class="active nav-link nav-item" href="index.html">Home</a></li>
<li class=" nav-item"><a class="nav-link" href="shop.html">Shop</a></li>
<li class=" nav-item"><a class="nav-link" href="about.html">about</a></li>
<li class="nav-item dropdown"><a href="#" class="nav-link " href="latest.html" role="button" data-bs-toggle="dropdown">latest <sup>New</sup></a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">product list</a></li>
<li><a class="dropdown-item" href="product-details.html">product details</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link " href="blog.html" role="button" data-bs-toggle="dropdown">Blog</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="blogdetails.html">blog details</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link" href="pages.html" role="button" data-bs-toggle="dropdown">Pages</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">register</a></li>
<li><a class="dropdown-item" href="login.html">log In</a></li>
<li><a class="dropdown-item" href="#">shop Cart</a></li>
<li><a class="dropdown-item" href="product-details.html">product checkOut</a></li>
</ul>
</li>
<li class="nav-item"><a class="nav-link" href="contact.html">Contact</a></li>
</ul>
</div>
<div class="nav-end">
<a href="#"><i class="fa-regular fa-user"></i></a>
<a href="#"><i class="fa-regular fa-bell"></i></a>
<a href="#"><i class="fa-solid fa-magnifying-glass"></i></a>
</div>
</div>
</nav>
<body>
<div id="hero" class="hero">
<h1>Watch shop</h1>
</div>
</body>
</html>