-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (45 loc) · 1.73 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
<!DOCTYPE html>
<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">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="images/favicon-32x32.png">
<title>Snap</title>
</head>
<body>
<div class="hero">
<!-- Header Section-->
<header>
<div class="logo">
<a href=""><h1 class="header">Snap</h1></a>
</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 class="login-register">
<li><a href="">Login</a></li>
<li><a href="" class="btn">Register</a></li>
</div>
</header>
<!-- Main Section-->
<main>
<div class="section1">
<h1 class="make_remote_work">Make <br> remote work</h1>
<p class="paragraph">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Odit suscipit blanditiis dolores ipsam corporis perspiciatis! Ducimus possimus repellat reiciendis accusamus nihil modi! Earum, voluptate et.</p>
<br><br>
<a href="" class="btn1">Learn More</a>
</div>
<div class="section2">
<img src="images/image-hero-desktop.png" alt="" class="image-section-2">
</div>
</main>
<footer>
</footer>
</div>
</body>
</html>