-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (69 loc) · 2.54 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 http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hosterr</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap"
rel="stylesheet"
/>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Serif&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<header>
<nav class="container">
<div class="logo">
<img src="img/Logo.svg" alt="" />
<p class="logo__texto">Hosterr is hiring asfsadfa sdf asd </p>
</div>
<div>
<a href="">Plans</a>
<a href="">Find Domain</a>
<a href="">Why Hosterr</a>
</div>
<div>
<a href="">Sign in</a>
<a href="" class="btn">Join Waitlist</a>
</div>
</nav>
<div class="container col-2 main">
<div>
<h1>Host your website in less than 5 minutes.</h1>
<p>With hosterr, get your website up and running in no less than 5 minutes with the most competitive pricing packages aviable online.</p>
<div class="margin1rem">
<input type="text" name="email" placeholder="Enter your email address"> <a href="" class="btn">Join Waitlist</a>
</div>
<div class="auto">
<i><img src="img/Checkmark.svg" alt="checkmark" class="checkmark"></i><span>No spam, ever. Unsuscribe anytime.</span>
</div>
</div>
<div class="center">
<img src="img/Hero Image (Model).png" class="uno">
<img src="img/Blue Shape.svg" alt="" class="dos">
<img src="img/Pink Shape.svg" alt="" class="tres">
<img src="img/Purple Shape.svg" alt="" class="cuatro">
<img src="img/Hero Image (Model).png" class="cinco">
</div>
</div>
</header>
<footer>
<div class="container footer">
<div>
<a href="">Facebook</a><a href="">Instagram</a><a href="">Twitter</a>
</div>
<div class="helpAvatar">
<img src="img/Help Avatar.svg" alt="">
<div>
<h3>Have any questions?</h3>
<p>Talk to a specialist</p>
</div>
</div>
</div>
</footer>
</body>
</html>