-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (36 loc) · 1.38 KB
/
index.html
File metadata and controls
38 lines (36 loc) · 1.38 KB
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
<!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="./css/main.css">
<title>Dive In</title>
</head>
<body>
<div class="column left">
<img src="./img/logo.webp" alt="#">
</div>
<div class="column middle">
<h1 class="header">Dive headfirst into success.</h1>
<p class="comment">You'll be on a luxury liner in no time. Get started with a free account. Sign up for a voyage of a lifetime.</p>
<div class="socials">
<button class="btn">
<img alt="#" src="./img/google.png"/></a>
<span>Sign up with Google</span>
</button>
<button class="btn" style="background-color: transparent; opacity: 0.4; cursor: no-drop;">
<img alt="#" src="./img/linkedin.png"/></a>
<span>Linkedin coming soon</span>
</button>
</div>
<div class="socials2">
<span>or</span>
</div>
</div>
<div class="column right">
<p>Already have an account ? <a href="#">Sign In</a></p>
</div>
</section>
</body>
</html>