-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·323 lines (278 loc) · 17.4 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
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon"
type="image/png"
href="../img/favicon.png" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Khushi Baby</title>
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
<!-- Custom Fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css" type="text/css">
<!-- KB Custom Fonts -->
<!-- Raleway -->
<link href='http://fonts.googleapis.com/css?family=Raleway:500,600,700,100,800,900,400,200,300' rel='stylesheet' type='text/css'>
<!-- Other fonts -->
<link href='http://fonts.googleapis.com/css?family=Raleway+Dots' rel='stylesheet' type='text/css'>
<!-- Plugin CSS -->
<link rel="stylesheet" href="css/animate.min.css" type="text/css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/creative.css" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top">
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href = '#page-top' class = "page-scroll"><div id = "branding"></div></a> <!--OG code included navbar-brand as link class -->
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a class="page-scroll" href="#theproblem">The Problem</a>
</li>
<li>
<a class="page-scroll" href="#whatwedo">What We Do</a>
</li>
<li>
<a class="page-scroll" href="#helpus">Help Us</a>
</li>
<li>
<a class="page-scroll" href="#contactus" >Get In Touch</a>
</li>
<li>
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LQP7NUJ9WVXXU" class = "donate"> DONATE </a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<header>
<div class="header-content text-right right-align pull-right">
<div class="header-content-inner pull-right">
<h1 id = "banner-text">We <br/> <b>believe</b> <br/> that no child <br/> should suffer from <br/> vaccine-preventable <br/> diseases.</h1>
<br/>
<p id = "banner-text-small">That's why we built an inexpensive <br/>digital necklace that makes<br/>medical history wearable.</p>
<a href="#theproblem" class="btn btn-custom btn-primary btn-xl page-scroll learn-more pull-right">Learn More</a>
</div>
</div>
</header>
<section class="bg-secondary theproblem">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="section-heading the-problem" id = "theproblem">THE PROBLEM</h2>
<hr class="light">
<!-- 3 column -->
<div class = "row problems">
<div class = "col-md-4 custom-pad">
<img src = "img/vacines2.jpg" class = "img-responsive vaccine-img center-block">
<br/>
<p class = "custom-pad">Clinical decision making in the field is both difficult and inefficient. <br class = "text-break"/>Community health workers don't have a good way of knowing which vaccines to bring with them to immunization camps, which makes it difficult to get every child their required vaccine on time.</p>
</div>
<div class = "col-md-4 custom-pad">
<img src = "img/mother.jpg" class = "img-responsive mother-img center-block">
<br/>
<p class = "custom-pad">Many mothers don't understand the importance of vaccines and choose not to take their children to immunization clinics.<br class = "text-break"/>Many times mothers also forget about camps or do not realize the number of shots required for full immunization.</p>
</div>
<div class = "col-md-4 custom-pad">
<img src = "img/data_book.jpg" class = "img-responsive missing-img center-block">
<br/>
<p class = "custom-pad">NGOs are missing real-time, actionable data. Current data collection methods are outdated and time-consuming.<br class= "text-break"/>This means that NGOs can't tell which babies are missing their vaccines, and also can't judge the efficacy of intervention methods.</p>
</div>
</div>
<!-- <p class="text-faded">No string attached</p>
<a href="#" class="btn btn-default btn-xl">Get Started!</a> -->
</div>
</div>
</div>
</section>
<section id="whatwedo" class = "bg-primary whatwedo">
<div class="container ">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading" style = "font-weight: 800;">WHAT WE DO</h2>
</div>
</div>
</div>
</section>
<section id = "whatwedo-content" class = "bg-secondary whatwedo-content">
<div class="container container-custom">
<div class="row">
<h2 class = "larger-bolder-text padding-bottom-custom">We provide real-time data collection and decision making at points of care in even the most remote locations.</h2>
<img src = "img/app_necklace.jpg" alt = "KB App & NFC Chip" class = "app-necklace-img img-responsive"/>
<br/>
<br/>
<!-- CAROUSEL -->
<div id="myCarousel" class="carousel slide"> <!-- slider -->
<div class="carousel-inner">
<div class="active item"> <!-- item 1 -->
<div style="background:url(../img/black_bg.gif) center center; background-size:cover;" class="slider-size">
<div class="carousel-caption">
<h2>Headline</h2>
<p>Content text to go here. </p>
</div>
</div>
</div> <!-- end item -->
<div class="item"> <!-- item 2 -->
<div style="background:url(../img/black_bg.gif) center center; background-size:contain;" class="slider-size">
<div class="carousel-caption">
<h2>Headline</h2>
<p>Content text to go here. </p>
</div>
</div>
</div> <!-- end item -->
<div class="item"> <!-- item 3 -->
<div style="background:url(../img/black_bg.gif) center center; background-size:contain;" class="slider-size">
<div class="carousel-caption">
<h2>Headline</h2>
<p>Content text to go here. </p>
</div>
</div>
</div> <!-- end item -->
</div> <!-- end carousel inner -->
<!--CONTROLS-->
<a class="carousel-control left hidden-md" href="#myCarousel" data-slide="prev">
<span class="glyphicon custom glyphicon-chevron-left"></span>
</a>
<a class="carousel-control right hidden-md" href="#myCarousel" data-slide="next">
<span class="glyphicon custom glyphicon-chevron-right"></span>
</a>
</div> <!-- end slider -->
<!-- End carousel -->
<div class = "container text-wrapper">
<p>With our app, community health workers can create vaccine records and store them on a small near-field communication (NFC) chip in the Khushi Baby necklace. NFC is a form of short-range communication that enables the wireless transfer of data. Clinicians can simply scan the chip with a mobile phone to see which vaccinations the baby needs.</p>
<p>They don’t even need an Internet connection.</p>
<p>As soon as the phone enters an area with cellular service, it uploads all vaccine data to the cloud. Back at the office, health workers can monitor it in real time. With highly specific and accurate data at their fingertips, they have a better sense of the needs of the surrounding communities. </p>
</div>
</div>
</div>
</section>
<section id="helpus" class = "bg-primary helpus whatwedo"> <!--What we do is added for styling-->
<div class="container ">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading" style = "font-weight: 800;">HOW CAN YOU HELP?</h2>
</div>
</div>
</div>
</section>
<section id = "helpus-content" class = "bg-secondary whatwedo-content padding-top-custom">
<div class = "row limit-size text-center">
<img src = "img/infograph.jpg" alt = "Help Us" class = "infograph img-responsive">
<h2 class = "larger-bolder-text padding-bottom-custom padding-top-custom">With only 8 smartphones, we'll be able to ensure <br/>that more than 4,000 children in 100 immunization clinics <br/>get the vaccinations they need.</h2>
<br/>
<br/>
<p>Help us help these children today.</p>
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LQP7NUJ9WVXXU" class="btn btn-primary btn-xl" id= "donate-btn">DONATE</a>
</div>
</section>
<section id="contactus" class = "bg-primary contactus whatwedo" style = "padding-top: 40px"> <!--What we do is added for styling-->
<div class="container ">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading" style = "font-weight: 800;">GET IN TOUCH</h2>
<p>We'd love to hear from you.</p>
<!-- Contact form -->
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="well well-sm">
<form class="form-horizontal" id= "contactform" method="post" action="//formspree.io/[email protected]">
<fieldset>
<legend class="text-center header">Contact us</legend>
<div class="form-group">
<span class="col-md-1 col-md-offset-2 text-center"><i class="fa fa-user bigicon fa-3x wow bounceIn" data-wow-delay=".1s"></i></span>
<div class="col-md-8">
<input id="fname" name="name" type="text" placeholder="First Name" class="form-control" name = "name">
</div>
</div>
<div class="form-group">
<span class="col-md-1 col-md-offset-2 text-center"><i class="fa fa-user bigicon fa-3x wow bounceIn" data-wow-delay=".11s"></i></span>
<div class="col-md-8">
<input id="lname" name="name" type="text" placeholder="Last Name" class="form-control" name = "name">
</div>
</div>
<div class="form-group">
<span class="col-md-1 col-md-offset-2 text-center"><i class="fa fa-envelope-o bigicon fa-3x wow bounceIn" data-wow-delay=".12s"></i></span>
<div class="col-md-8">
<input id="email" name="email" type="text" placeholder="Email Address" class="form-control" name = "_replytp">
</div>
</div>
<div class="form-group">
<span class="col-md-1 col-md-offset-2 text-center"><i class="fa fa-pencil-square-o bigicon fa-3x wow bounceIn" data-wow-delay=".13s"></i></span>
<div class="col-md-8">
<textarea class="form-control" id="message" name="message" placeholder="Enter your massage for us here. We will get back to you within a few business days." rows="7"></textarea>
</div>
</div>
<div class="form-group">
<div class="col-md-12 text-center">
<button type="submit" class="btn btn-primary btn-lg" value = "Send">Submit</button>
</div>
</div>
<input type="text" name="_gotcha" style="display:none" />
<input type="hidden" name="_next" value="//google.com" />
</fieldset>
</form>
</div>
</div>
</div>
</div>
<script>
var contactform = document.getElementById('contactform');
contactform.setAttribute('action', '//formspree.io/' + 'anayar2' + '@' + 'gmail' + '.' + 'com');
</script>
<style>
.header {
color: #14c269 !important;
font-size: 27px;
padding: 10px;
}
.bigicon {
font-size: 35px;
color: #14c269 !important;
}
</style>
</div>
</div>
</div>
</section>
<footer>
<section class = "footer-custom center-block text-center" id = "footer">
<a href = "https://www.facebook.com/pages/Khushi-Baby/1506641406249673" class = "btn-facebook"></a>
</section>
</footer>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.fittext.js"></script>
<script src="js/wow.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/creative.js"></script>
</body>
</html>