-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
211 lines (188 loc) · 8.34 KB
/
index.html
File metadata and controls
211 lines (188 loc) · 8.34 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
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="styles/styles.css">
<link rel="icon" href="favicon.ico">
<title>Willow - Home</title>
</head>
<body>
<div class="background">
</div>
<!-- expanding sidebar -->
<div id="side-menu" class="sidebar">
<a onclick="closeSlideMenu()">×</a>
<a href="index.html">Home</a>
<span id="drop-1" onmouseover="dropdown('general-dropdown')" onmouseout="dropup('general-dropdown')">
<a href="general.html">General</a>
<div id="general-dropdown">
<a href="databases.html">Databases</a>
<a href="support.html">Online Support Groups</a>
<a href="personal.html">Personal Coping</a>
</div>
</span>
<a href="map.html">Resources Near You</a>
<span id="drop-2" onmouseover="dropdown('religion-dropdown')" onmouseout="dropup('religion-dropdown')">
<a href="religion.html">Spiritual & Religious</a>
<div id="religion-dropdown">
<a href="christianity.html">Christianity</a>
<a href="judaism.html">Judaism</a>
<a href="islam.html">Islam</a>
</div>
</span>
<a href="gathering.html">Gathering</a>
<a href="planning.html">Planning Ahead</a>
<a href="kids.html">Kids & Young Adults</a>
<a href="voices.html">Voices</a>
<a href="about.php">About</a>
</div>
<div id="navbar">
<span id="left-navbar">
<span id="open-sidebar">
<a onclick="openSlideMenu()">
<svg width="20" height="20">
<path d="M0,5 20,5" stroke="#444" stroke-weight="3"/>
<path d="M0,10 20,10" stroke="#444" stroke-weight="3"/>
<path d="M0,15 20,15" stroke="#444" stroke-weight="3"/>
</svg>
</a>
</span>
<span id="willow-logo">
<a href="index.html">
<img src="images/willow.jpg" alt="">
</a>
</span>
<h3 id="willow-top-title">willow</h3>
</span>
<span id="right-navbar">
<a id="header-share-btn" href="https://docs.google.com/forms/d/e/1FAIpQLScyr3UbyTQbbWcXZtbDlFMhCTRMxw6XzWECs20eh39spCDFRA/viewform" target="_blank"><button type="button" name="button">Share a resource</button></a>
</span>
</div>
<div class="container" id="container">
<div id="main-header">
<div id="main-header-box">
<h1 id="main-title">willow</h1>
<h2 id="subtitle">resources for the bereaved during COVID-19</h2>
</div>
</div>
<div id="welcome">
<p>Welcome to Willow! This website compiles resources from people all over the U.S., consolidating sources of support into one accessible database. If you have lost a loved one during this time, whether to COVID or not, this site will help you find support, comfort, and community.</p>
<br>
<p>Willow is collaborative! Please help this site grow by contributing sources you have found valuable.</p>
<span id="button-span"><a href="https://docs.google.com/forms/d/e/1FAIpQLScyr3UbyTQbbWcXZtbDlFMhCTRMxw6XzWECs20eh39spCDFRA/viewform" target="_blank"><button type="button" name="button">Share a resource</button></a></span>
</div>
<div id="site-map">
<span class="wrap-map">
<div class="map-box" onmouseover="showDesc('map-desc-1')" onmouseout="hideDesc('map-desc-1')">
<a class="map-link" href="general.html"><img class="map-img" src="images/general.jpeg" alt="general image"></a>
<div id="map-desc-1" class="map-description">
<p>General support for those coping with loss.</p>
</div>
</div>
<div class="map-box" onmouseover="showDesc('map-desc-2')" onmouseout="hideDesc('map-desc-2')">
<a class="map-link" href="map.html">
<img class="map-img" src="images/map.jpeg" alt="map image">
</a>
<div id="map-desc-2" class="map-description">
<p>State-by-state funeral policies, digital estate laws, and more.</p>
<!-- <a id="map-link" href="#">
Click here for an interactive map
</a> -->
</div>
</div>
<div class="map-box" onmouseover="showDesc('map-desc-3')" onmouseout="hideDesc('map-desc-3')">
<a class="map-link" href="religion.html">
<img class="map-img" src="images/religion.jpeg" alt="spiritual image">
</a>
<div id="map-desc-3" class="map-description">
<p>Religious and spiritual talks, virtual faith communities, and more.</p>
</div>
</div>
</span>
<span class="wrap-map">
<div class="map-box" onmouseover="showDesc('map-desc-4')" onmouseout="hideDesc('map-desc-4')">
<a class="map-link" href="gathering.html">
<img class="map-img" src="images/gathering.jpeg" alt="gathering image">
</a>
<div id="map-desc-4" class="map-description">
<p>Help with planning virtual funerals and memorial services; creative ideas for mourning apart.</p>
</div>
</div>
<div class="map-box" onmouseover="showDesc('map-desc-5')" onmouseout="hideDesc('map-desc-5')">
<a class="map-link" href="planning.html">
<img class="map-img" src="images/planning.jpeg" alt="planning image">
</a>
<div id="map-desc-5" class="map-description">
<p>Advance planning, financial forms, legal guidance, and more.</p>
</div>
</div>
<div class="map-box" onmouseover="showDesc('map-desc-6')" onmouseout="hideDesc('map-desc-6')">
<a class="map-link" href="kids.html">
<img class="map-img" src="images/kids.jpeg" alt="kids image">
</a>
<div id="map-desc-6" class="map-description">
<p>Helping children and adolescents cope with loss.</p>
</div>
</div>
</span>
<span class="wrap-map">
<div class="map-box" onmouseover="showDesc('map-desc-7')" onmouseout="hideDesc('map-desc-7')">
<a class="map-link" href="voices.html">
<img class="map-img" src="images/voices.jpeg" alt="voices image">
</a>
<div id="map-desc-7" class="map-description">
<p>Articles, podcasts, commentaries, and conversations about living in isolation.</p>
</div>
</div>
<div class="map-box" onmouseover="showDesc('map-desc-8')" onmouseout="hideDesc('map-desc-8')">
<a class="map-link" href="about.php">
<img class="map-img" src="images/about.jpeg" alt="about image">
</a>
<div id="map-desc-8" class="map-description">
<p>More about this site: its creation and mission.</p>
</div>
</div>
</span>
</div>
<script>
// opening and closing side menu
function openSlideMenu(){
document.getElementById('side-menu').style.width = '250px';
}
function closeSlideMenu(){
document.getElementById('side-menu').style.width = '0';
document.getElementById('general-dropdown').style.height = "0";
}
// showing map descriptions
function showDesc(id){
document.getElementById(id).style.height = "100px";
}
function hideDesc(id){
document.getElementById(id).style.height = "0px";
}
function dropdown(id){
document.getElementById(id).style.height = "80px";
}
function dropup(id){
document.getElementById(id).style.height = "0";
}
</script>
<!-- container ends -->
</div>
<footer class="footer">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="general.html">General</a></li>
<li><a href="map.html">Resources Near You</a></li>
<li><a href="religion.html">Spiritual & Religious</a></li>
<li><a href="gathering.html">Gathering</a></li>
<li><a href="planning.html">Planning Ahead</a></li>
<li><a href="kids.html">Kids & Young Adults</a></li>
<li><a href="voices.html">Voices</a></li>
<li><a href="about.php">About</a></li>
</ul>
</footer>
</body>
</html>