-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
86 lines (83 loc) · 3.11 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html>
<head>
<title>Dropdown Menu</title>
<link
href="https://api.fontshare.com/v2/css?f[]=boska@1&display=swap"
rel="stylesheet"
/>
<meta charset="UTF-8" />
</head>
<body>
<header>
<div class="nav-main">
<div class="nav-left">
<ul class="nav-links">
<li><a class="nav-link" href="#" data-link="Home">Home</a></li>
<li><a class="nav-link" href="#">About</a></li>
<li><a class="nav-link" href="#">Gallery</a></li>
<li><a class="nav-link" href="#">Contact</a></li>
<li><a class="nav-link" href="#">Checkout</a></li>
<li><a class="nav-link" href="#">Biography</a></li>
</ul>
</div>
<div class="nav-right">
<div class="content-img">
<img
src="https://images.unsplash.com/photo-1654498106073-fd0954011c2d?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=774&q=80"
alt=""
/>
</div>
<div class="content-img">
<img
src="https://images.unsplash.com/photo-1654492110412-f9c6103d4e03?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=774&q=80"
alt=""
/>
</div>
<div class="content-img">
<img
src="https://images.unsplash.com/photo-1650784422954-9e522e77f473?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=774&q=80"
alt=""
/>
</div>
<div class="content-img">
<img
src="https://images.unsplash.com/photo-1653991598123-9668a1614434?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80"
alt=""
/>
</div>
<div class="content-img">
<img
src="https://images.unsplash.com/photo-1653998042857-2f4ff7200a9f?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80"
alt=""
/>
</div>
<div class="content-img">
<img
src="https://images.unsplash.com/photo-1653908093988-5149d9159742?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHx0b3BpYy1mZWVkfDM5fHRvd0paRnNrcEdnfHxlbnwwfHx8fA%3D%3D&auto=format&fit=crop&w=500&q=60"
alt=""
/>
</div>
</div>
</div>
</header>
<div class="navbar">
<div><p>Inspired of <strong><a href="https://www.paulmccartney.com" target="blank">www.paulmccartney.com</a><strong><p></div>
<div class="trigger">
<svg
width="15"
height="15"
viewBox="0 0 15 15"
xmlns="http://www.w3.org/2000/svg"
class="sc-1fffa3e6-3 fILaKE"
>
<path
fill="#191919"
d="M.9 1.9 2.3.4 7.9 6 13.4.5l1.4 1.4-5.5 5.5 5.5 5.6-1.4 1.4-5.5-5.5-5.6 5.5L.9 13l5.6-5.6z"
></path>
</svg>
</div>
</div>
<script src="src/index.js"></script>
</body>
</html>