-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcaseStudies.html
More file actions
67 lines (54 loc) · 2.33 KB
/
caseStudies.html
File metadata and controls
67 lines (54 loc) · 2.33 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>VERSION 1 USER TEST</title>
<meta charset="UTF-8">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;1,300&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/dc.css"/>
<script src='https://api.mapbox.com/mapbox.js/v3.1.1/mapbox.js'></script>
<script src="https://api.mapbox.com/mapbox-gl-js/v1.10.1/mapbox-gl.js"></script>
<link href='https://api.mapbox.com/mapbox-gl-js/v1.10.1/mapbox-gl.css' rel='stylesheet' />
<link href='https://api.mapbox.com/mapbox.js/v3.1.1/mapbox.css' rel='stylesheet' />
<script src="https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v4.5.1/mapbox-gl-geocoder.min.js"></script>
<link
rel="stylesheet"
href="https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v4.5.1/mapbox-gl-geocoder.css"
type="text/css"
/>
<link href="https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@700&family=Coda+Caption:wght@800&family=Hammersmith+One&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style_07142020.css"/>
<script src="https://cdn.jsdelivr.net/npm/es6-promise@4/dist/es6-promise.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/es6-promise@4/dist/es6-promise.auto.min.js"></script>
<!--
<script type="text/javascript" src="js/mapbox-gl.js"></script>
-->
<style>
#about{
margin-top:120px;
font-size:16px;
padding:20px;
}
</style>
</head>
<body>
<div id="head">
<span id="brand">MAPPING THE NEW POLITICS OF CARE</span><br>
<span id="title">Allocating Community Health Workers for COVID-19 in the Context of Scarcity and Social Vulnerability</span>
</div>
<div id="date">07/07/2020</div>
<div id="mainMenu">
<a href="index.html">ALLOCATIONS</a>
<a href="compare.html">COMPARISONS</a>
<strong>CASE STUDIES</strong>
<a href="about.html"> ABOUT</a>
</div>
<div id="about">
Our case study for Census Tract level allocation in the 5 boroughs(counties) of New York City is coming soon.
</div>
<div id="FAQ">
</div>
</div>
</body>
</html>