forked from c0mpli/PiedPiper-TSEC-Hacks-2022
-
Notifications
You must be signed in to change notification settings - Fork 0
/
landing.html
45 lines (43 loc) · 1.47 KB
/
landing.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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href = "PiedPiper-TSEC-Hacks-2022/css/landing-styles.css" rel = "stylesheet" type= "text/css" >
</head>
<body>
<nav class="desktop-nav">
<img class="logo" src="images/allyshow_w_1x.png">
<h2 class="name">ALLY</h2>
<a href="/landing.html" class="Welcome nav-item"></a>
<a class="nav-item"> Pricing</a>
<a class="nav item"> About Us</a>
<a href="front/login7.html" class="nav-item">Login/SignUp </a>
<a class="contact us"> CONTACT US</a>
</nav>
<header>
<h1 class="bold message"> Never let your loved ones feel lonely again.</h1>
<p class="intro">
hi
</p>
<img class="intro_img" src="images/banner.jpg">
</header>
<div class="overlay hidden"></div>
<div class="Why us">
<h2 class="reasons">Why Choose Us?</h2>
<div class="doctor">
<h3 class="direct connect"> Direct connect with CareGivers</h3>
<p class="text"> Lorem ipsum dolor sit amet.
</p>
</div>
<div class="forget">
<h3 class="loved ones"> Never forget again</h3>
<p class="text"> Lorem ipsum dolor sit amet.
</p>
<div class="games">
<h3 class="puzzle">Engaging Games and Puzzles</h3>
<p class="text"> Lorem ipsum dolor sit amet.</p>
</div>
</div>
</div>
</body>
</html>