-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (40 loc) · 2.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Zenith</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="design.css">
</head>
<body class="preload">
<nav>
<p>ZENITH</p>
</nav>
<nav id="account">
<button id="login" class="nav">Login</button>
<button id="signup" class="nav">Sign Up</button>
</nav>
<section>
<img src="https://images.unsplash.com/photo-1542053254535-def95e944232?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1500&q=80"
alt="Man in a blue pullover hoodie"><img
src="https://images.unsplash.com/photo-1598539962059-8f6198b30d64?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1498&q=80"
alt="Man in a black t-shirt sitting on a chair"><img
src="https://images.unsplash.com/photo-1594035795519-19274ae37f71?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1500&q=80"
alt="Two people standing near a yellow wall">
<img src="https://images.unsplash.com/photo-1566677914817-56426959ae9c?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1500&q=80"
alt="A girl posing in front of dry cleaning place"><img
src="https://images.unsplash.com/photo-1541275008629-6a857e5ab1ea?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1502&q=80"
alt="Three people sitting on the bench in front of a shop"><img
src="https://images.unsplash.com/photo-1492462543947-040389c4a66c?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=1500&q=80"
alt="A man. Smiling.">
<img src="https://images.unsplash.com/photo-1510424438866-c89c151b213b?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1500&q=80"
alt="Two women"><img
src="https://images.unsplash.com/photo-1565800489013-c64859d0c2d5?ixid=MXwxMjA3fDB8MHxzZWFyY2h8NzB8fGh1bWFufGVufDB8MHwwfA%3D%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60"
alt="A swimming woman"><img
src="https://images.unsplash.com/photo-1601758260820-6342add57279?ixid=MXwxMjA3fDF8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1500&q=80"
alt="A man sitting with a dog">
</section>
</body>
</html>