-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (56 loc) · 1.66 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- displays site properly based on user's device -->
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<link rel="stylesheet" href="style.css">
<title>Frontend Mentor | Intro section with dropdown navigation</title>
<!-- Feel free to remove these styles or customise in your own stylesheet 👍 -->
<style>
.attribution { font-size: 11px; text-align: center; }
.attribution a { color: hsl(228, 45%, 44%); }
</style>
</head>
<body>
<header>
<div class="header">
<h1 class="snap">snap</h1>
</div>
<button class="btn1" onclick="a()"> <img class ='none' src="icon-menu.svg"></button>
</div>
<ul>
<li><a href="">Features</a></li>
<li><a href="">Company</a></li>
<li><a href="">Careers</a></li>
<li><a href="">About</a></li>
</ul>
</div>
<div class="login" >
Login
<button>Register</button>
</div>
</header>
<div id='modal'class="modal"></div>
<div id="container">
<div class="container2">
<h1 class="width">Make</h1>
<h1 class="width"> remote work</h1>
<div class="flex">
<p class="light"> Get your team in sync, no matter your location. Streamline processes,
create team rituals, and watch productivity soar.
</p>
<button>Learn more</button>
<div class="flex4">
<img src="client-audiophile.svg">
<img src="client-databiz.svg">
<img src="client-maker.svg">
</div>
</div>
</div>
<img class='image'src="image-hero-desktop.png">
</div>
</div>
</div>
</body>
</html>