-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
98 lines (88 loc) · 4.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<title>Fun PSRC Data</title>
<link rel="stylesheet" href="styles.css">
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,400;0,600;1,200;1,400;1,600&display=swap"
rel="stylesheet">
</head>
<body>
<div class="header">
<h1>Come explore PSRC's data!</h1>
<h1>Yes, we're talking to you standing in front of this monitor.</h1>
</div>
<main>
<section>
<div class="row1-container">
<div class="box cyan">
<div>
<h2>Puget Sound Trends</h2>
<div class="img-caption">
<div class="description">Brief data stories about population, transportation, economic and other trends in the central Puget Sound region.</div>
<a href="https://www.psrc.org/puget-sound-trends" target="_blank"><img src="images/housingprod.png" alt="PSRC Trends"></a><br/>
</div>
</div>
</div>
<div class = "box box-down red">
<div>
<h2>PSRC Data Portal</h2>
<div class="img-caption">
<div class="description">
PSRC's ArcGIS data catalog. Includes Interactive maps and other apps.
</div>
<figure>
<a href="https://psrc-psregcncl.hub.arcgis.com/" target="_blank"><img src="images/portal.jpg" alt="PSRC Data Portal"></a><br/>
<figcaption>
Photo by: <a href="https://www.flickr.com/photos/126654539@N08/" class="img-attrib" target="_blank">Phil Dolby</a>
</figcaption>
</figure>
</div>
</div>
</div>
<div class = "box blue">
<div>
<h2>Housing Permit Time - Hackathon</div></h2>
<div class="img-caption">
<div class="description">An award-winning dashboard created during the One Seattle Open Data Mini-Hackathon December 2022.</div>
<a href="https://psrcwa.shinyapps.io/seattle-hackathon/" target="_blank"><img src="images/hackathon.jpg" width="100%" height="100%" alt="Housing Permit Time"></a><br/>
</div>
</div>
</div>
</div>
<div class = "row2-container">
<div class = "box orange">
<div>
<h2>Community Profiles</h2>
<div class="img-caption">
<div class="description">A Shiny portal that includes demographic profiles on a variety of topics for all cities and towns in the PSRC region.</div>
<a href="https://psrcwa.shinyapps.io/community-profiles/" target="_blank"><img src="images/community-profiles.jpg" alt="Community Profiles"></a><br/>
</div>
</div>
</div>
<div class = "box box-down blue">
<div>
<h2>Legacy of Structural Racism </h2>
<div class="img-caption">
<div class="description">An interactive report designed to build an understanding of policies rooted in racism and to help inform and shape strategies.</div>
<a href="https://storymaps.arcgis.com/collections/22286877bbcd4a648250fa074b5003ea" target="_blank"><img src="images/legacy-structural-racism.jpg" alt="Legacy of Structural Racism"></a><br/>
</div>
</div>
</div>
<div class = "box red">
<div>
<h2>Regional Transportation Plan Dashboard</h2>
<div class="img-caption">
<div class="description">A resource to help the region understand how well it is meeting its long range goals. Includes trends on climate, safety, growth, and transit.</div>
<a href="https://psrcwa.shinyapps.io/development-rtp-dashboard/" target="_blank"><img src="images/street-intersection.jpg" alt="Regional Transportation Plan Dashboard"></a><br/>
</div>
</div>
</div>
</div>
</section>
</main>
</body>
</html>