-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
52 lines (40 loc) · 1.62 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
<!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="vecties2jpg.jpg">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Poppins:200,400,600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Libre+Franklin:300,600,700&display=swap" rel="stylesheet">
<title>Vecties | Launching App</title>
</head>
<body>
<main class="container">
<div class="container__logo-box">
<img src="vecties2jpg.jpg" height="70%" width="70% alt="logo" class="logo">
</div>
<h1 class="container__heading--1">
We are launching <span class="container__heading--1 dark"> soon!</span>
</h1>
<h3 class="container__heading--2">
Subscribe and get notified
</h3>
<form class="container__form">
<input type="email" class="container__form--email" required aria-label="email" name="email" placeholder="Your email address...">
<button class="container__form--btn">Notify Me</button>
</form>
</main>
<main class="container-main">
<section class="container-1">
<h2 class="heading-1">
Find your Nearby places
<span class="heading-1 heading-2">
Powered by Vecties
</span>
</h2>
</section>
</main>
</body>
</html>