-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
77 lines (74 loc) · 2.4 KB
/
index.html
File metadata and controls
77 lines (74 loc) · 2.4 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
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
72
73
74
75
76
77
<!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/index.css">
<title>Homepage</title>
</head>
<body>
<header class="hero-Image">
<div class="nav-background">
<div class="logo">
<img src="./Images/Logo1.png" alt="Aphrodite logo">
</div>
<div class="btn-signIn">
<button><a href="login.html">Sign In</a></button>
</div>
</div>
<div class="hero-content">
<h1>
Meet new People and <br> explore the world <br> anytime, anywhere!
</h1>
<p>
Don't have an account yet? Sign Up now and <br> get up to meet your new partner.
</p>
<button> <a href="Sign-up.html">GET STARTED</a></button>
</div>
</header>
<section class="section-one">
<h2>
Strike a Conversation from <br> the comfort of your home
</h2>
<p>
Meeting People should not be a<br> very hard task
</p>
<div class="laptop-love-img">
<img src="./images/laptop.png" alt="love">
</div>
</section>
<section class="section-two"></section>
<section class="section-three">
<div class="left">
<div class="content-privacy">
<h1>
Say good-bye to other apps <br> that don't value privacy and <br> security
</h1>
</div>
</div>
<div class="right">
<div class="img-privacy">
</div>
</div>
</section>
<section class="section-four"></section>
<footer>
<div class="footer-one">
<div class="footer-one-content">
<a href="aboutus.html">About Us</a>
<a href="">Contact Us</a>
<a href="terms.html">Terms & Conditions</a>
<a href="">Privacy & Policy</a>
</div>
</div>
<div class="footer-two">
<div class="footer-two-content">
<p> ©2021</p>
<p style="color: red; font-size: 3rem;"> <b>Aphrodite</b></p>
<p> All Rights Reserved.</p>
</div>
</div>
</footer>
</body>
</html>