-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
255 lines (196 loc) · 13.2 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
<!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, shrink-to-fit=no">
<title>Code Red: Baltimore’s Climate Divide | Howard Center for Investigative Journalism</title>
<meta name="description" content="Code Red: Baltimore’s Climate Divide">
<meta name="author" content="Howard Center for Investigative Journalism and Capital News Service at Merrill College of Journalism, University of Maryland">
<!-- Favicon -->
<link rel="icon" type="image/png" href="https://cnsmaryland.org/wp-content/uploads/2017/02/cns_favion-1.png">
<!-- Twitter Card data -->
<meta name="twitter:title" content="Code Red: Baltimore’s Climate Divide">
<meta name="twitter:description" content="The impacts of climate change, like extreme heat, disproportionately affect residents of low-income neighborhoods in Baltimore.">
<meta name="twitter:image" content="https://cnsmaryland.org/interactives/summer-2019/code-red/images/fb-thumb-splash.png">
<meta name="twitter:card" content="summary_large_image">
<!-- Open Graph data for Facebook -->
<meta property="og:title" content="Code Red: Baltimore’s Climate Divide" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://cnsmaryland.org/interactives/summer-2019/code-red/index.html" />
<meta property="og:image" content="https://cnsmaryland.org/interactives/summer-2019/code-red/images/fb-thumb-splash.png" />
<meta property="og:image:width" content="1200px" />
<meta property="og:image:height" content="630px" />
<meta property="og:description" content="The impacts of climate change, like extreme heat, disproportionately affect residents of low-income neighborhoods in Baltimore." />
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- c3.css -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/c3/0.6.13/c3.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<!-- d3.js and c3.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/5.9.1/d3.min.js" charset="utf-8"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/c3/0.6.13/c3.min.js"></script>
<!-- our CSS -->
<link rel="stylesheet" href="css/carousel.css">
<!-- Fontawesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous">
<!-- google fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,600,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900&display=swap" rel="stylesheet">
<!-- METRICS -->
<meta name="parsely-title" content="Red Alert Index" />
<meta name="parsely-link" content="https://cnsmaryland.org/interactives/summer-2019/code-red/index.html" />
<meta name="parsely-type" content="post" />
<meta name="parsely-image-url" content="https://cnsmaryland.org/interactives/summer-2019/code-red/images/splash-tracking.png" />
<meta name="parsely-pub-date" content="2019-08-15T12:00:00Z" />
<meta name="parsely-section" content="Red Alert" />
<meta name="parsely-author" content="CNS Maryland" />
<meta name="parsely-tags" content="climate, health, baltimore, journalism, interactives" />
</head>
<body>
<header>
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel" data-interval="5000">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="4"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="5"></li>
</ol>
<div class="carousel-inner" role="listbox">
<!-- Slide One - Set the background image for this slide in the line below -->
<div class="carousel-item active" style="background-image: url('images/alt-lead1.jpg')">
<div id="tophat">Howard Center for Investigative Journalism | CNS | NPR</div>
<div class="carousel-caption">
<div class="headline-container-slide">
<div id="social-bar-carousel">
<a href="#" id="facebook"><i class="fab fa-facebook-f icon-facebook"></i></a>
<a href="#" id="twitter"><i class="fab fa-twitter icon-twitter"></i></a>
</div>
<div class="background">
<div class="story-header-main">CODE <span class="red">RED</span></div>
<div class="hero-text-main"> Baltimore’s Climate Divide</div></div>
<a href="introduction.html#story" class="read-more no-context">Read More</a>
</div> <!-- This slideUp when scrolling down -->
</div>
</div>
<!-- Slide Two - Set the background image for this slide in the line below -->
<div class="carousel-item" style="background-image: url('images/SoniaHug_StreetView.jpg')">
<div id="tophat">Howard Center for Investigative Journalism | CNS | NPR</div>
<div class="carousel-caption">
<div class="headline-container-slide">
<div class="chapter-header">CODE <span class="red">RED</span></div>
<div class="story-header">Heat & Inequality</div>
<div class="hero-text">In Baltimore, the burden of rising temperatures isn’t shared.</div>
<a href="neighborhood-heat-inequality.html#story" class="read-more no-context">Read More</a>
</div> <!-- This slideUp when scrolling down -->
</div>
</div>
<!-- Slide Three - Set the background image for this slide in the line below -->
<div class="carousel-item" style="background-image: url('images/code-red.jpg')">
<div id="tophat">Howard Center for Investigative Journalism | CNS | NPR</div>
<div class="carousel-caption">
<div class="headline-container-slide">
<div class="chapter-header">CODE <span class="red">RED</span></div>
<div class="story-header"> Heat & Health</div>
<div class="hero-text">For people with chronic health conditions, heat and humidity are more than a summer nuisance.</div>
<a href="heat-health.html#story" class="read-more no-context">Read More</a>
</div> <!-- This slideUp when scrolling down -->
</div>
</div>
<!-- Slide Four - Set the background image for this slide in the line below -->
<div class="carousel-item" style="background-image: url('images/trees_main.jpg')">
<div id="tophat">Howard Center for Investigative Journalism | CNS | NPR</div>
<div class="carousel-caption">
<div class="headline-container-slide">
<div class="chapter-header">CODE <span class="red">RED</span></div>
<div class="story-header"> The Role of Trees</div>
<div class="hero-text">Poor neighborhoods in Baltimore have far less tree canopy than wealthier neighborhoods.</div>
<a href="role-of-trees.html#story" class="read-more no-context">Read More</a>
</div> <!-- This slideUp when scrolling down -->
</div>
</div>
<!-- Slide Five - Set the background image for this slide in the line below -->
<div class="carousel-item" style="background-image: url('images/looking-forward1.jpg')">
<div id="tophat">Howard Center for Investigative Journalism | CNS | NPR</div>
<div class="carousel-caption">
<div class="headline-container-slide">
<div class="chapter-header">CODE <span class="red">RED</span></div>
<div class="story-header"> Seeking Solutions</div>
<div class="hero-text">Are government leaders and residents ready to act?</div>
<a href="city-climate-future.html#story" class="read-more no-context">Read More</a>
</div> <!-- This slideUp when scrolling down -->
</div>
</div>
<!-- Slide Six - Set the background image for this slide in the line below -->
<div class="carousel-item" style="background-image: url('images/bts2.jpg')">
<div id="tophat">Howard Center for Investigative Journalism | CNS | NPR</div>
<div class="carousel-caption">
<div class="headline-container-slide">
<div class="chapter-header">CODE <span class="red">RED</span></div>
<div class="story-header"> Behind the Scenes</div>
<div class="hero-text">A look at how and why we reported the series.</div>
<a href="behind-scenes.html#story" class="read-more no-context">Read More</a>
</div> <!-- This slideUp when scrolling down -->
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</header>
<!-- JavaScript calls -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!-- Our custom Javascript -->
<script src="js/javascript.js"></script>
<!-- Variables for social media icon popups -->
<script type="text/javascript">
//Twitter variables
var tweet = "The impacts of climate change, like extreme heat, disproportionately affect residents of low-income neighborhoods in Baltimore."; //Tweet text
var url = "https://cnsmaryland.org/interactives/summer-2019/code-red/index.html"; //Interactive URL
//Facebook variables
var picture = "https://cnsmaryland.org/interactives/summer-2019/code-red/images/fb-thumb-splash.png"; //Picture URL
var title = "Code Red: Baltimore’s Climate Divide"; //Post title
var description = "The impacts of climate change, like extreme heat, disproportionately affect residents of low-income neighborhoods in Baltimore."; //Post description
var url = "https://cnsmaryland.org/interactives/summer-2019/code-red/index.html"; //Interactive URL
</script>
<!-- METRICS -->
<!-- START Parse.ly Include: Standard -->
<script id="parsely-cfg" src="//cdn.parsely.com/keys/cnsmaryland.org/p.js"></script>
<!-- END Parse.ly Include: Standard -->
<!-- BaltimoreSun METRICS -->
<script>
$(function() {
if(document.referrer.split('/')[2]=='www.baltimoresun.com'){
((((window.trb || (window.trb = {})).data || (trb.data = {})).metrics || (trb.data.metrics = {})).thirdparty = {
pageName: 'bs:dataproject:news:maryland:code-red-urban-heat-islands:dataproject.',
channel: 'news:maryland',
server: 'data.baltimoresun.com',
hier1: 'baltimoresun:news:maryland',
hier2: 'news:maryland',
prop1: 'D=pageName',
prop2: 'news',
prop38: 'dataproject',
prop57: 'D=c38',
eVar20: 'baltimoresun',
eVar21: 'D=c38',
eVar34: 'D=ch',
eVar35: 'D=pageName',
events:''
});
}
});
</script>
<script src="https://www.baltimoresun.com/thirdpartyservice?disablenav=true" async></script>
</body>
</html>