-
Notifications
You must be signed in to change notification settings - Fork 0
/
lr.html
38 lines (33 loc) · 1.59 KB
/
lr.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/lr.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/fontawesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/solid.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/brands.min.css">
<title>Document</title>
</head>
<body>
<header>
<img src="images/sustain3 2.png" alt="logo" id="logo">
</header>
<div id="container">
<img src="images/Group 11.png" alt="" id="bar">
<h3>You are at a <span id="green">low risk</span> for <span class="bold">diabetes</span> and <span class="bold">cardiovscular disease</span></h3>
<p>Right now, your risk is low. However, your risk changes over time. Fortnunately Sustain can help
you take healthy steps toward preventing or delaying diabetes and cardiovascular disease.an help
you develop healthy habits which reduces your risk.
</p>
<a href="https://sustain.lifebox.ng" id="btn-link">Get Started</a>
<footer>
<p>INVITE YOUR FAMILY AND FRIENDS TO TAKE THIS TEST</p>
<a href="#"><i class="fab fa-facebook-square"></i></a>
<a href="#"><i class="fab fa-instagram-square"></i></a>
<a href="#"><i class="fab fa-twitter-square"></i></a>
</footer>
</div>
</body>
</html>