-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
283 lines (254 loc) · 9.83 KB
/
Copy pathabout.html
File metadata and controls
283 lines (254 loc) · 9.83 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
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
<!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" />
<title>OATH</title>
<link href="css/bootstrap.min.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="font/css_root/flaticon.css">
<link rel="icon" type="image/x-icon" href="apple-touch-icon.png" />
</head>
<div id = "body">
<nav class="navbar navbar-inverse navbar-static-top">
<div class="container">
<div class="navbar-header">
<button
type="button"
class="navbar-toggle collapsed"
data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1"
aria-expanded="false"
>
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Obesity Awareness Together Healthy</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="about.html" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Our Campaign<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="about.html">About us</a></li>
<li><a href="locations.html">Locations</a></li>
</ul>
</li>
<li><a href="whyoath.html">Why OATH?</a></li>
<!--<li><a href="actionableitems.html">Actionable Items</a></li>-->
<li><a href="taketheoath.html">Take the OATH</a></li>
<li class="dropdown">
<a href="about.html" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Additional Info<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href = "costbenefit.html">Costs and Benefits</a></li>
<li><a href = "howandwhen.html">How and When</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<div class = "jumbotron">
<div class = "container">
<h1> About Us</h1>
<p>
<!--<a class="ct-btn-scroll ct-js-btn-scroll" href="#call-to-action"><img alt="Arrow Down Icon" src="https://www.solodev.com/assets/anchor/arrow-down.png"></a>-->
<a class="ct-btn-scroll ct-js-btn-scroll" href="#call-to-action"><span class="glyphicon glyphicon-menu-down" aria-hidden="true" style="color:white"></span></a>
</p>
<!-- <p>
<a class="ct-btn-scroll ct-js-btn-scroll" href="#scroll"><img alt="Arrow Down Icon" src="https://www.solodev.com/assets/anchor/arrow-down.png"></a>
</p> -->
</div>
</div>
<section id = "scroll">
<section id = "call-to-action">
<div class = "headerspace">
<h1 class = "bluetext"> Our Mission </h1>
<p> _________________________ </p>
<p class = "bodytext"> The four pillars of OATH form the basis of our mission statement </p>
<div class = "smallspace"> </div>
<div class = "headerspace">
<div class = "container">
<div class = "row">
<div class="col-md-3">
<img src = "pillar (1).png" style="width:60px;height:60px;">
<h3>Recognize adolescent obesity as a disease</h3>
<br></br>
</div>
<div class="col-md-3">
<img src = "pillar (1).png" style="width:60px;height:60px;">
<h3>Advocate for treatment options</h3>
<br></br>
</div>
<div class="col-md-3">
<img src = "pillar (1).png" style="width:60px;height:60px;">
<h3>Educate society on the health risks and costs of adolescent obesity</h3>
<br></br>
</div>
<div class="col-md-3">
<img src = "pillar (1).png" style="width:60px;height:60px;">
<h3>Fight stigmas surrounding adolescent obesity</h3>
<br></br>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
</section>
<section id = "grayblocksmall">
<section id = "call-to-action">
<div class = "smallspace"> </div>
<h1 class = "bluetext"> Must Win Battles </h1>
<p> _________________________ </p>
<p class = "bodytext"> By the end of 2020... </p>
</section>
<div class = "smallspace"> </div>
<li class = "oathbullet"> Get 50,000 people to take the OATH </li>
<li class = "oathbullet"> Create a positive environment in homes, schools and online </li>
<li class = "oathbullet"> Send obesity educators to 100 hospitals</li>
</section>
</section>
<div class = "headerspace"> </div>
<section id = "call-to-action">
<p class = "bodytext"> The OATH Campaign aims to target... </p>
<section id = "blueblock">
<div class = "headerspace">
<div class = "container">
<div class = "row">
<div class="col-md-4">
<h3 class = "boxtext" >Adolescents and Parents</h3>
<br></br>
</div>
<div class="col-md-4">
<h3 class = "boxtext">Health Care Providers</h3>
<br></br>
</div>
<div class="col-md-4">
<h3 class = "boxtext">Organizations</h3>
<br></br>
</div>
<!-- <div class="col-md-3">
<h3 class = "boxtext">HCPs</h3>
<br></br>
</p>
</div> -->
</div>
</div>
</div>
</section>
</section>
<!-- <section id = "call-to-action">
<div class = "headerspace">
<h2 id = "headerformat"> Our Sponsors </h2>
</div>
<p class = "bullets"> List sponsors </p>
<p class = "bullets"> List sponsors </p>
<p class = "bullets"> List sponsors </p>
</section> -->
<section id = "grayblock">
<div class = "smallspace"> </div>
<div class="container">
<section id = "call-to-action">
<h1 class = "bluetext"> Our Partners </h1>
<p> _________________________ </p>
<p class = "bodytext"> Hover to see more information </p>
</section>
<hr class="mt-2 mb-5">
<div class="row text-center text-lg-left">
<div class="col-lg-3 col-md-4 col-6">
<a href="https://www.obesityaction.org/" target="_blank" class="d-block mb-4 h-100">
<div class = "imgcontainer">
<img class="img-fluid img-thumbnail" src="https://www.obesityaction.org/wp-content/uploads/oac-logo-1920x1080.jpg" alt="">
<div class = "overlay">
<div class = "hovertext"> Obesity Action Coalition </div>
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-6">
<a href="https://www.obesitycareweek.org/" target="_blank" class="d-block mb-4 h-100">
<div class = "imgcontainer">
<img class="img-fluid img-thumbnail" src="https://www.obesitycareweek.org/wp-content/uploads/2017/04/nocw-logo.png" alt="">
<div class = "overlay">
<div class = "hovertext"> National Obesity Care Week </div>
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-6">
<a href="https://myhealthyweight.org/" target="_blank" class="d-block mb-4 h-100">
<div class = "imgcontainer">
<img class="img-fluid img-thumbnail" src="https://myhealthyweight.org/wp-content/uploads/2018/11/heartscale.svg" alt="">
<div class = "overlay">
<div class = "hovertext"> My Healthy Weight Pledge </div>
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-6">
<a href="https://obesitycareadvocacynetwork.com/" target="_blank" class="d-block mb-4 h-100">
<div class = "imgcontainer">
<img class="img-fluid img-thumbnail" src="https://www.obesitycareweek.org/wp-content/uploads/2017/09/OCAN-Champion-Logo-02.png" alt="">
<div class = "overlay">
<div class = "hovertext"> Obesity Care Advocacy Network </div>
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-6">
<a href="https://www.aap.org/en-us/Pages/Default.aspx" target="_blank" class="d-block mb-4 h-100">
<div class = "imgcontainer">
<img class="img-fluid img-thumbnail" src="http://toosmall.org/partners/logo/partner-aap.png" alt="">
<div class = "overlay">
<div class = "hovertext"> The American Academy of Pediatrics </div>
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-6">
<a href="http://www.njhcn.org/readyset-healthy/" target="_blank" class="d-block mb-4 h-100">
<div class = "imgcontainer">
<img class="img-fluid img-thumbnail" src="https://upload.wikimedia.org/wikipedia/en/thumb/1/1b/Novo_Nordisk.svg/1200px-Novo_Nordisk.svg.png" alt="">
<div class = "overlay">
<div class = "hovertext"> Ready Set Healthy! (Sponsored by Novo Nordisk) </div>
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-6">
<a href="http://www.nfl.com/play60" target="_blank" class="d-block mb-4 h-100">
<div class = "imgcontainer">
<img class="img-fluid img-thumbnail" src="https://res.cloudinary.com/nflclubs/image/private/t_q-best/chiefs/jmnjzxfm8qm1fzytooan" alt="">
<div class = "overlay">
<div class = "hovertext"> Play60 </div>
</div>
</div>
</a>
</div>
</div>
</div>
<div class = "footer-margin">
<footer class = "footer">
<section id="call-to-action">
<p class = "text-muted">© 2019 OATH</p>
<div class = "icons">
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-instagram"></a>
<a href="#" class="fa fa-youtube-play"></a>
</div>
</section>
</footer>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="scroll-down.js"></script>
</div>
</html>