-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
351 lines (323 loc) · 20.1 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
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
<!DOCTYPE html>
<html lang="en">
<head>
<title>I Got Mine In KC - Free condoms and more from the Kansas City, MO Health Department</title>
<meta name="description" content="Get hooked up before you hook up. Get free condoms, get tested and/or treated for STDs, learn more about sexual health at events near you.">
<meta charset="utf-8">
<link href="images/favicon.png" rel="shortcut icon" type="image/png" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" href="../css/igotmine.css">
<link rel="stylesheet" href="../css/somemap.css">
<link href="http://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css">
<link type="text/css" rel="stylesheet" href="http://fonts.googleapis.com/css?family=Quicksand:400,300,700">
<!-- Google analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-80664608-1', 'auto');
ga('send', 'pageview');</script>
</head>
<body id="myPage" data-spy="scroll" data-target=".navbar" data-offset="60">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#myPage"><img src="images/igmikc-top-logo.png" width="80" height="48" alt="I Got Mine in KC"></a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<li><a class="l10n" data-lkey="FreeCondoms" href="#map">Free Condoms</a></li>
<li><a class="l10n" data-lkey="UpcomingEvents" href="#events">Events</a></li>
<li><a class="l10n" data-lkey="STDTreatment" href="#stdtreatment">STD Treatment</a></li>
<li><a class="l10n" data-lkey="STDSymptoms" href="#stdinfo">STD Symptoms</a></li>
<li><a href="#myth" class="l10n" data-lkey="MythNav">STD Myths</a></li>
<li><a class="l10n" data-lkey="About" href="#about">About</a></li>
</ul>
</div>
</div>
</nav>
<button id="scrollToTop" class="glyphicon glyphicon-chevron-up" title="Scroll to top of the page"></button>
<div class="jumbotron">
<div class="btn-group pull-right" data-toggle="buttons">
<label class="btn btn-secondary-outline active">
<input type="radio" name="language" id="english" class="language-btn" autocomplete="off" data-language="english" checked> English
</label>
<label class="btn btn-secondary-outline">
<input type="radio" name="language" id="spanish" class="language-btn"autocomplete="off" data-language="spanish"> Español
</label>
</div>
<h1><span class="l10n" data-lkey="IGotMine">I Got Mine</span> <span class="ok-highlight ok-nowrap l10n" data-lkey="InKC">in KC</span></h1>
<ul class="jumbotron">
<li class="l10n" data-lkey="GetYours">Get yours!</li>
<li><a href="#map" class="l10n" data-lkey="FreeCondoms">Free Condoms</a></li>
<li><a href="#events" class="l10n" data-lkey="UpcomingEvents">Upcoming Events</a></li>
<li><a href="#stdtreatment" class="l10n" data-lkey="STDTreatment">STD Treatment</a></li>
<li class="ok-view-on-mobile-only"><a href="#stdinfo">STD Symptoms</a></li>
<li><a href="#about" class="l10n" data-lkey="ByTheKansasCityMOHealthDepartment">By the Kansas City, MO Health Department</a></li>
</ul>
</div>
<div class="container-fluid bg-grey" id="map">
<div class="row">
<div class="col-sm-12">
<div class="section-header">
<h2 class="l10n" data-lkey="FreeCondoms">Free Condoms</h2>
<div id="map-scroll-position"></div>
<h3 class="l10n" data-lkey="FreeCondomsCaption">Get free condoms at distribution sites throughout Kansas City, at events and at STD treatment centers.</h3>
</div>
<div class="btn-group" role="group">
<button type="button" class="btn btn-secondary highlight-marker l10n" data-type="condom" data-lkey="Condoms">Condoms</button>
<button type="button" class="btn btn-secondary highlight-marker l10n" data-type="event" data-lkey="Events">Events</button>
<button type="button" class="btn btn-secondary highlight-marker l10n" data-type="treatment" data-lkey="STDTreatment">STD Treatment</button>
</div>
<div class="map-frame">
<div id="googleMap" class="googleMap"></div>
<div id="info-window" class="info-window"></div>
</div>
<p class="alert alert-success"><strong>Tip:</strong> Click an icon to view description of condom distribution site</p>
</div>
</div>
</div>
<div class="container-fluid" id="events">
<div class="row">
<div class="col-sm-12">
<div class="section-header">
<h2 class="l10n" data-lkey="UpcomingEvents">Upcoming Events</h2>
<h3 class="l10n" data-lkey="UpcomingEventsCaption">Get hooked up before you hook up. Attend a community event near you. Receive free condoms, get free STD testing, or learn more about STDs.</h3>
</div>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
</ol>
<!-- Wrapper for slides -->
<div id="event-carousel-inner" class="carousel-inner event-carousel-inner" role="listbox">
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only l10n" data-lkey="Previous">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only l10n" data-lkey="Next">Next</span>
</a>
</div>
</div>
</div>
</div>
<div class="container-fluid" id="stdtreatment">
<div class="row">
<div class="col-sm-12">
<h2 class="l10n" data-lkey="STDTreatmentCenters">STD Treatment Centers</h2>
<h3 class="l10n" data-lkey="STDTreatmentCentersCaption">Medical centers where STD testing and treatment is available.</h3>
<p class="ok-section-details l10n" data-lkey="STDResultTime">STD testing is free, quick and confidential. Walk-in or schedule an appointment to get a STD test for you and your partner. Get your STD test results in 10 days or less. Some results are available right away.</p>
<div id="std-treatment-list-section" class="row">
</div>
<h3>PrEP</h3>
<p class="ok-section-details">PrEP is intended for people who are at risk of getting HIV. The once daily pill reduces the risk of HIV by more than 90%. Ask your health care provider for more information.<br>
<a href="http://health.mo.gov/living/healthcondiseases/communicable/hivaids/pdf/ProvidersbyNamemergedtable6.16.pdf">Find a PrEP provider near you.</a></p>
</div>
</div>
</div>
<div class="container-fluid" id="stdinfo">
<div class="row">
<div class="col-sm-12">
<h2 class="l10n" data-lkey="STDSymptoms">STD Symptoms</h2>
<h3 class="l10n" data-lkey="STDSymptomsCaption">Symptoms of common sexually transmitted diseases</h3>
<h3 class="ok-warning-message"><span class="ok-warning l10n" data-lkey="Warning">Warning</span> <span class="l10n ok-nowrap" data-lkey="ExplicitImages">Explicit Images</span>
</h3>
<div id="std-card-list-section" class="row text-center">
</div>
</div>
</div>
</div>
<div class="container-fluid" id="myth">
<div class="row">
<div class="col-sm-12">
<h2 class="l10n" data-lkey="MythHeading">STD Myths and Facts</h2>
<h3 class="l10n" data-lkey="MythSubheading">Urban legends and facts about sexually transmitted diseases</h3>
<div class="row">
<dl class="ok-std-myths">
<dt><span class="l10n" data-lkey="MythEarwaxQ">If a woman feels burning when <strong>earwax</strong> is put in her vagina she has an STD.</span>
<hr /></dt>
<dd><span class="l10n" data-lkey="MythEarwaxA">This myth, known as the <strong>STD prison test, is FALSE</strong>.</span>
<a class="ok-myth-question l10n" data-lkey="trueq">True?</a>
<a class="ok-myth-question-false l10n" data-lkey="falsex">False!</a>
</dd>
<dt><span class="l10n" data-lkey="MythChlamydiaQ"><strong>Chlamydia</strong> is the most commonly reported STD infection in the USA.</span>
<hr /></dt>
<dd class="ok-std-myths-truth"><span class="l10n" data-lkey="MythChlamydiaA">The most commonly reported infection is indeed <strong>chlamydia</strong>. <strong>Gonorrhea</strong> is the second most commonly reported STD in the United States.</span>
<a class="ok-myth-question l10n" data-lkey="trueq">True?</a>
<a class="ok-myth-question-true l10n" data-lkey="truex">True!</a>
</dd>
<dt><span class="l10n" data-lkey="MythTwoCondomsQ">Using <strong>two condoms</strong> prevents STDs.</span>
<hr /></dt>
<dd><span class="l10n" data-lkey="MythTwoCondomsA">In this case, less is more. <strong>Use only one condom</strong> every time you engage in sex.</span>
<a class="ok-myth-question l10n" data-lkey="trueq">True?</a>
<a class="ok-myth-question-false l10n" data-lkey="falsex">False!</a>
</dd>
<dt><span class="l10n" data-lkey="MythBlueWaffleQ">An STD known as <strong>Blue Waffle Disease</strong> causes burning, itching, blue discoloration and discharge, and swelling of the vagina.</span>
<hr /></dt>
<dd><span class="l10n" data-lkey="MythBlueWaffleA">Blue Waffle Disease is many things, but real is not one of them. It is an urban legend about a <strong>fictional STD</strong>.</span>
<a class="ok-myth-question l10n" data-lkey="trueq">True?</a>
<a class="ok-myth-question-false l10n" data-lkey="falsex">False!</a>
</dd>
<dt><span class="l10n" data-lkey="MythNoParentsQ"><strong>Teenagers</strong> can receive testing and treatment for STDs without having their parents notified.</span>
<hr /></dt>
<dd class="ok-std-myths-truth"><span class="l10n" data-lkey="truex">True.</span> <span class="l10n" data-lkey="MythNoParentsA">In Missouri, minors 14 years and older can be tested and treated for STDs without a parent's permission or notification.</span>
<a class="ok-myth-question l10n" data-lkey="trueq">True?</a>
<a class="ok-myth-question-true l10n" data-lkey="truex">True!</a>
</dd>
<dt><span class="l10n" data-lkey="MythHIVQ">More than 1.2 million people in the US are living with <strong>HIV</strong>.</span>
<hr /></dt>
<dd class="ok-std-myths-truth"><span class="l10n" data-lkey="MythHIVA">More than 1.2 million people in the US are living with HIV, and <strong>1 in 8 of them don’t know it</strong>.</span>
<a class="ok-myth-question l10n" data-lkey="trueq">True?</a>
<a class="ok-myth-question-true l10n" data-lkey="truex">True!</a>
</dd>
<dt><span class="l10n" data-lkey="MythLookingQ">You can't tell if someone has an STD by <strong>looking at them</strong>.</span>
<hr /></dt>
<dd class="ok-std-myths-truth"><span class="l10n" data-lkey="truex">True.</span> <span class="l10n" data-lkey="MythLookingA">People can and do have STDs without having <strong>any symptoms</strong>.</span>
<a class="ok-myth-question l10n" data-lkey="trueq">True?</a>
<a class="ok-myth-question-true l10n" data-lkey="truex">True!</a>
</dd>
<dt><span class="l10n" data-lkey="MythTolietSeatsQ">STDs can be spread by sharing <strong>toilet seats</strong>.</span>
<hr /></dt>
<dd><span class="l10n" data-lkey="MythTolietSeatsA">STDs are contracted by <strong>sexual contact</strong> (generally speaking).</span>
<a class="ok-myth-question l10n" data-lkey="trueq">True?</a>
<a class="ok-myth-question-false l10n" data-lkey="falsex">False!</a>
</dd>
<dt><span class="l10n" data-lkey="MythAccurateQ">It's important to <strong>wait to have sex</strong> after getting tested until more accurate test results can be obtained.</span>
<hr /></dt>
<dd class="ok-std-myths-truth"><span class="l10n" data-lkey="MythAccurateA">It takes time for STDs to appear in the system. <strong>Chlamydia</strong> and <strong>Gonorrhea</strong> take 2-3 weeks, <strong>HIV</strong> and <strong>Syphilis</strong> take 12 weeks, and <strong>Herpes</strong> and <strong>Genital warts</strong> can only be tested during an outbreak.</span>
<a class="ok-myth-question l10n" data-lkey="trueq">True?</a>
<a class="ok-myth-question-true l10n" data-lkey="truex">True!</a>
</dd>
</dl>
</div>
</div>
</div>
</div>
<div class="container-fluid" id="about">
<div class="row">
<div class="col-sm-8 about-description">
<h2 class="l10n" data-lkey="About">About</h2>
<p class="l10n" data-lkey="AboutContent">The purpose of the I Got Mine in KC project is to get residents hooked up before they hook up. There has been an increase of sexually transmitted diseases in the Kansas City Metro area. With the help of Code for America, the Kansas City, MO Health Department developed the I Got Mine in KC project in 2016. I got mine in KC means I got mine, you should get yours too. This means you should get your free condoms, STD test, and accurate sexual health information. By receiving these free health resources offered by the Kansas City, MO Health Department and its partners, residents of Kansas City can get empowered, healthy, and be pro-active.</p>
<h2 class="l10n" data-lkey="Contact">Contact</h2>
<address>
<p>Eric Dean<br/>
HIV Prevention Specialist<br/>
Kansas City, MO Health Department<br/>
<a href="tel:8165136122" title="Call">(816) 513-6122</a><br/>
<a href="mailto:[email protected]?Subject=I%20Got%20Mine%20in%20KC%20website" title="Send email to Eric">[email protected]</a>
</p>
</address>
</div>
<div class="col-sm-4 about-logos">
<img src="images/logo-care-and-prevention.png" alt="Care and Prevention. HIV Programs." class="img-responsive center-block"></img><br />
<img src="images/logo-public-health.png" alt="City of Kansas City, MO Public Health Department" class="img-responsive center-block"></img>
</div>
</div>
</div>
</div>
</div>
<footer class="container-fluid text-center">
<a href="#myPage" title="To Top" class="">
<span class="glyphicon glyphicon-chevron-up"></span>
</a>
<div class="row">
<div class="col-sm-8 text-left">
<p class="l10n" data-lkey="Disclaimer">The contents of the I Got. Mine in KC website, such as text, graphics, images, and other material are for informational purposes only. This I Got Mine in KC website contains sexually explicit health-related material that may be offensive. If so, you may not want to visit this site. The content contained on the I Got Mine in KC site is not intended to substitute professional medical advice or diagnosis. Get advice from your doctor or healthcare provider as it regards your medical condition.</p>
<p><span class="l10n" data-lkey="IGotMine"></span>I Got Mine <span class="l10n" data-lkey="InKC">in KC</span> - <span class="l10n" data-lkey="ByTheKansasCityMOHealthDepartment"></span>By the Kansas City, MO Health Department.</p>
</div>
</div>
<a href="http://codeforkc.org" title="Website developed by Code for KC brigade" class="code-for-kc-logo pull-right"> </a>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script src="js/jquery.touchSwipe.min.js"></script>
<script src="js/tabletop.js"></script>
<script src="js/lodash.js"></script>
<script src="js/somemap.js"></script>
<!-- <script src="js/events.js"></script> -->
<!-- <script src="js/flipper.js"></script> -->
<script src="js/std-card.js"></script>
<script src="js/scroll-to-top.js"></script>
<script src="js/l10n.js"></script>
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAYZNai78yjsnVwXE8h96Lo-f7WSCDL-t0&libraries=visualization&callback=initialize">
</script>
<script>
$(document).ready(function(){
//close menu on select
$('.nav a').on('click', function(){
$('.navbar-toggle').click() //bootstrap 3.x by Richard
});
//bootstrap swipe fix
$(".carousel").swipe({
swipe: function(e, direction) {
if(direction === 'right'){
$(".carousel").carousel('prev');
}else if(direction === 'left'){
$(".carousel").carousel('next');
}
}
});
// Add smooth scrolling to all links in navbar + footer link
$(".navbar a, footer a[href='#myPage']").on('click', function(event) {
// Make sure this.hash has a value before overriding default behavior
if (this.hash !== "") {
// Prevent default anchor click behavior
event.preventDefault();
// Store hash
var hash = this.hash;
// Using jQuery's animate() method to add smooth page scroll
// The optional number (900) specifies the number of milliseconds it takes to scroll to the specified area
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 900, function(){
// Add hash (#) to URL when done scrolling (default click behavior)
window.location.hash = hash;
});
} // End if
});
// Toggle Myth answers on "True?" mobile touch
$('.ok-myth-question').on("touchstart", function (e) {
e.preventDefault();
});
$(window).scroll(function() {
$(".slideanim").each(function(){
var pos = $(this).offset().top;
var winTop = $(window).scrollTop();
if (pos < winTop + 600) {
$(this).addClass("slide");
}
});
});
//load google sheet data
Tabletop.init( { key: '1OsCBjUnhUYDjt86opGTe-iswhfSVC39d-9aRIKIzZI0',
callback: function(data, tabletop) {
//locations
var locations = data.Locations.elements;
var geoJs = location_data_to_geoJson(locations);
geoJson_data_init(geoJs);
//events
event_carousel_init();
//std cards
var stds = data.Stdtesting.elements;
init_std_cards(stds);
//localization
init_l10n(data.Localization.elements);
},
simpleSheet: false } );
})
</script>
</body>
</html>