-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (39 loc) · 1.22 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
<!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">
<title>Document</title>
</head>
<body>
<header>
<div class="container">
<div class="logo">
<h1>Logo</h1>
</div>
<div class="links">
<a href="">FAQ</a>
<a href="">USE CASES</a>
<a href="">BLOG</a>
<a href="">NEWSLETTER</a>
<a href="" id="signButton">SIGN UP FOR FREE</a>
</div>
</div>
</header>
<div class="line"></div>
<main>
<div class="containerMain">
<div class="texts">
<h1 id="mainTitle">Wherever you <br> are, you're better <br> togheter.</h1>
<p id="paragraphMainTitle"><strong>Vitural office for remote teams</strong></p>
<a href="" class="signButtonMain">SIGN UP FOR FREE</a>
</div>
<div class="img">
<img src="mainimage.svg" alt="" class="image">
</div>
</div>
</main>
</body>
</html>