-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
166 lines (133 loc) · 5.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Maine COVID-19 Resources</title>
<link rel="icon" href="img/icon.5.png">
<!-- Bootstrap core CSS -->
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous">
<!--Custom fonts-->
<link rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf"
crossorigin="anonymous">
<!-- Custom styles for this template -->
<link href="css/modern-business.css" rel="stylesheet">
<link href="css/changes.css" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar fixed-top navbar-expand-lg navbar-dark fixed-top">
<div class="row align-items-center">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top"></a>
<a href="http://openmaine.org">
<img height="50" width="50" src="img/icon.5.png"
alt="OpenMaine logo"> <b>OpenMaine</b>
</a>
<button class="navbar-toggler navbar-toggler-right" type="button"
data-toggle="collapse" data-target="#navbarResponsive"
aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div></div>
</nav>
<!-- Page Content -->
<div class="container">
<header>
<div class="row align-items-center">
<div class="col-sm-1 ml-3 bgimg">
</div>
<div class="col-sm-7 text-wrap d-none d-sm-block">
<h1>Maine COVID-19 resources</h1>
<h2>An <a href="http://openmaine.org">OpenMaine</a> Project</h2>
</div>
</div>
</header>
<p>
Our goal with this project is to make more information about COVID-19
resources in Maine accessible.
</p>
<b>Resources:</b>
<ol>
<li>
<a href="food.html">
<b>Maine Public Schools Food Distribution</b> -- map and data<br>
<img src="img/maine.doe.map.png" height=150 alt="map icon" style="border:1px solid">
</a>
<br><br>
</li>
<li> <a href="https://docs.google.com/document/d/1adYdqIA_VXgyYW07nfmLZKAN3KZHBGrI-SyFVN8Mecw/edit">
<b>OpenMaine: Covid-19 Open Resources</b> (crowdsourced google doc -- you can edit!)</a>
<br><br>
</li>
<li> <a href="https://www.ccfoodsecurity.org/covid-19-coronavirus-information.html">
Covid-19 Information from Cumberland County</a>
<br><br>
</li>
<li> <a href="https://www.maine.gov/dhhs/mecdc/infectious-disease/epi/airborne/coronavirus.shtml">
Covid-19 Information from Maine Division of Disease Surveillance</a>
<br><br>
</li>
<li> <a href="http://www.darrenfishell.website/track-maine-coronavirus-cases-in-this-map/">
Track Maine COVID-19 cases by county</a>, from Darren Fishell
<br><br>
</li>
<li> <a href="https://www.portlandfoodmap.com/new-takeout-curbside-delivery-options/">
Takeout/Delivery list from Portland Food Map</a>
<br><br>
</li>
<li> <a href="https://docs.google.com/spreadsheets/d/e/2PACX-1vRyz12LHcoB1lMCC7HoyKtczwsC7ZCfFzk0Y5YqNeeC0iXH-_eYyTtvbveF2p0MCRm4QXhFvZ7Webzg/pubhtml?gid=0&single=true">Some
small Maine businesses you can buy gift cards from</a>
<br><br>
</li>
<li> ... more projects to come!
</li>
</ol>
<br><br>
More links we should add? More things we should create? Please email us:
<a href="mailto:[email protected]" target="_blank">[email protected]</a>
</div>
<!-- end of main content -->
<br><br>
<table>
<tr><td>
<img src="img/icon.5.png" height=40 style='float: left;'
alt="openmaine">
</td>
<td>
</td>
<td>
You can learn more about OpenMaine by going to our homepage
at <a href="http://openmaine.org">openmaine.org</a>, and from there, can join us
on MeetUp, join our Slack, find our GitHub repo, etc.
</td></tr>
</table>
<!-- /.container -->
<!-- Footer -->
<footer class="footer py-3">
<div class="container">
<p class="m-0 text-center text-white">
<small>
Copyright © OpenMaine 2020 <br>
<script>
document.write("This page was last modified on: " + document.lastModified +"");
</script>
</small>
</p>
</div>
<!-- /.container -->
</footer>
<!-- Bootstrap core JavaScript -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></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>
</body>
</html>