-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (34 loc) · 1.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Investo</title>
</head>
<link rel="stylesheet" href="style.css">
<body>
<div class="image">
<img src="undraw_welcoming_re_x0qo.svg" alt="oops image not found" class="welcoming-image">
</div>
<div class="welcoming-text">
<h2 class="welcoming-text-decor">Track Your<br> Investment Progress <br>With Us</h2>
</div>
<div class="button-parent-div">
<a href="registration_page.html" class="button_link">
<div class="button">
<h3 class="register-decor">Register</h3>
<img src="arrow_right_alt_24dp_FILL0_wght400_GRAD0_opsz24.svg" alt="none" class="arrow">
</div>
</a>
</div>
<div class="login-text">
<h3 class="login-text-decor">Already have an accout?
<span>
<a href="login.html" class="login-span-text-decor">
Login
</a>
</span>
</h3>
</div>
</body>
</html>