-
Notifications
You must be signed in to change notification settings - Fork 0
/
sustain.html
125 lines (120 loc) · 4.71 KB
/
sustain.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
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>sustain</title>
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/v4-shims.css">
<link rel="stylesheet" href="css/sustain.css">
</head>
<body>
<div class="container">
<nav><img src="images/sustain 4.jpg" alt=""></nav>
<div class="box1">
<div>
<h2>Do you have type 2 diabetes or high blood pressure?</h2>
<h2>Have you been struggling with eating healthily and need a diet that's easy to follow? </h2>
<h2>Have you found yourself confused about steps to take to manage your condition?</h2>
</div>
</div>
<div class="box2">
<h5 class="int">INTRODUCING</h5>
<div class="flex-1">
<div class="sustain">
<h2>Sustain</h2>
<p>Sustain is a digital care program for people with diabetes and hypertension that helps them manage their
condition and prevent complications. It provides the education, resources and support you need to achieve
your health goals. <br> <br>
The program helps you develop and stick with healthy habits that can help you lose weight, lower your blood
pressure, control your blood sugar, reduce your medications, and increase your energy. </p>
</div>
<div class="img">
<img src="images/Pixel 4 XL.png" alt="">
</div>
</div>
<h5>SUSTAIN EQUIPS YOU WITH</h5>
<div class="flex-2">
<div class="product">
<h5>A health coach</h5>
<p>Your get paired with a health coach that answers your questions, helps your create an easy meal plan, helps
you form healthy habits, and keeps you accountable</p>
</div>
<div class="product">
<h5>Peer support</h5>
<p>You get tools to help to help you track your food, your blood pressure/blood glucose and your outcomes</p>
</div>
<div class="product">
<h5>Weekly lessons</h5>
<p>Your get weekly engaging lessons to educate and inspire you to make better choices</p>
</div>
<div class="product">
<h5>Health tracking tools</h5>
<p>Your get added to a peer group to keep you encouraged and keep you accountable</p>
</div>
</div>
</div>
<div class="box3">
<div class="flex-3">
<ul class="list1">
<h5>Get meaningful results</h5>
<li>Improve your blood pressure</li>
<li>Improve your blood sugar levels</li>
<li>Lose weight and keep it off</li>
<li>Save money on medicatons</li>
</ul>
<div class="pricing">
<ul>
<h5>PRICING</h5>
<li>Diabetes management</li>
<li>NGN 4,000 <span>per month</span></li>
</ul>
<ul>
<li>Hypertension management</li>
<li>NGN 4,000 <span>per month</span></li>
</ul>
</div>
</div>
</div>
<div class="box4">
<h1>Build healthy habits that lasts</h1>
<a href="#" class="signup">Sign Up</a>
</div>
<div id="box5">
<footer>
<div id="first-list" class="footer-content">
<ul>
<li class="highlight">Company</li>
<li><a href="about.html">About Us</a></li>
<li><a href="careers.html">Careers</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="https://blog.lifebox.ng">Blog</a></li>
</ul>
</div>
<div id="second-list" class="footer-content">
<ul>
<li class="highlight">Program</li>
<li><a href="https://sustain.lifebox.ng/">Sustain</a></li>
</ul>
</div>
<div id="footer-form" class="footer-content">
<p>Get the LifeBox newsletter to receive updates</p>
<div id="input">
<input type="text" placeholder="Enter Your Email">
<label for="email"><button class="btn">Subscribe</button></label>
<div id="social-md">
<a href="#"><i class="fab fa-facebook"></i></a>
<a href="#"><i class="fab fa-twitter-square"></i></a>
<a href="#"><i class="fab fa-instagram-square"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
</div>
</div>
</div>
</footer>
<hr>
<p class="inc">© 2019 LifeBox Labs, Inc | Privacy Policy</p>
</div>
</div>
</body>
</html>