-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
292 lines (272 loc) · 11.9 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
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
<!DOCTYPE html>
<!-- home page ?-->
<html>
<head>
<!-- probably on all pages -->
<link rel="stylesheet" href="bootstrap-5.0.1-dist/css/bootstrap.css">
<script src="bootstrap-5.0.1-dist/js/bootstrap.bundle.js"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--nav bar with header and tabs-->
<!-- nave bar should have click able drop downs-->
<header>
<a href="index.html">
<img class="img-logo" src="assets/logo.png" alt="Local Connectivity Lab Logo">
</a>
<h1>
<a id="landing-link" href="index.html"> Seattle Community Network </a>
</h1>
</header>
<!--NAV BAR CODE-->
<nav class="navbar navbar-expand-lg navbar-light bg-white">
<div class="container-fluid">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarText"
aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarText">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="aboutUs.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://docs.seattlecommunitynetwork.org/">Docs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="ourSites.html">Get Connected</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.google.com/maps/d/u/1/edit?mid=1xgICuEkAjJC35H_GXArqbcNVdcopq6k&usp=sharing">Map</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://docs.seattlecommunitynetwork.org/community/space/">Visit Our Space</a>
</li>
<li class="nav-item">
<a class="nav-link" href="donate.html">Donate</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://seattlecommunitynetwork.square.site/">Merch!</a>
</li>
<!--dropdown-->
</ul>
</div>
</div>
</nav>
<!-- BANNER -->
<!--
<div class = "wave-container">
<p> asdlf </p>
<p>Check out my awesome waves!</p>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path fill="#FFF" d="…"></path>
</svg>
</div>
-->
<!--<img id = "banner" src = "assets/landing page banner.png"
alt = "Seattle Community Network Banner">-->
<div class="img-wrapper">
<div class="parent">
<!--<img id="banner" src="assets/landing page banner.png" />-->
<div id="carouselExampleSlidesOnly" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="assets/carousel1.png" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="assets/carousel2.png" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="assets/carousel3.png" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="assets/carousel4.png" class="d-block w-100" alt="...">
</div>
</div>
</div>
<!--<img id="mask" src="assets/banner mask.png" />-->
</div>
<!--<div class="overlay2">
<img id = "city-graphic" src = "assets/City Graphic.png" alt = "image of buildings">
<h2 id="building-empowering"> Building. <br> Empowering.</h2>
</div>-->
</div>
<!--VOLUNTEER CAROSEL CODE
<h2> Our Volunteers </h2>
<div id="carouselExampleIndicators" class="carousel carousel-dark slide" data-bs-ride="carousel" carousel-control-color="#274B63">
<!--<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>--
<div class="carousel-inner">
<div class="carousel-item active">
<div class = "flex-container">
<div class = "flex-container-col">
<a class="flex-image-round" href=""><img src="assets/derp Timo.jpg" class="d-block flex-image-round" alt="spring bird"></a>
<p class="flex-image-round-text"> Volunteer </p>
</div>
<div class = "flex-container-col">
<a class="flex-image-round" href=""><img src="assets/derp Timo.jpg" class="d-block flex-image-round" alt="spring bird"></a>
<p class="flex-image-round-text"> Volunteer </p>
</div>
<div class = "flex-container-col">
<a class="flex-image-round" href=""><img src="assets/derp Timo.jpg" class="d-block flex-image-round" alt="spring bird"></a>
<p class="flex-image-round-text"> Volunteer </p>
</div>
</div>
</div>
<div class="carousel-item">
<div class = "flex-container">
<div class = "flex-container-col">
<a class="flex-image-round" href=""><img src="assets/derp Timo.jpg" class="d-block flex-image-round" alt="spring bird"></a>
<p class="flex-image-round-text"> Volunteer </p>
</div>
<div class = "flex-container-col">
<a class="flex-image-round" href=""><img src="assets/derp Timo.jpg" class="d-block flex-image-round" alt="spring bird"></a>
<p class="flex-image-round-text"> Volunteer </p>
</div>
<div class = "flex-container-col">
<a class="flex-image-round" href=""><img src="assets/derp Timo.jpg" class="d-block flex-image-round" alt="spring bird"></a>
<p class="flex-image-round-text"> Volunteer </p>
</div>
</div>
</div>
<div class="carousel-item">
<div class = "flex-container">
<div class = "flex-container-col">
<a class="flex-image-round" href=""><img src="assets/derp Timo.jpg" class="d-block flex-image-round" alt="spring bird"></a>
<p class="flex-image-round-text"> Volunteer </p>
</div>
<div class = "flex-container-col">
<a class="flex-image-round" href=""><img src="assets/derp Timo.jpg" class="d-block flex-image-round" alt="spring bird"></a>
<p class="flex-image-round-text"> Volunteer </p>
</div>
<div class = "flex-container-col">
<a class="flex-image-round" href=""><img src="assets/derp Timo.jpg" class="d-block flex-image-round" alt="spring bird"></a>
<p class="flex-image-round-text"> Volunteer </p>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
-->
<!-- city graphic-->
<div class="img-wrapper">
<img id="city-graphic" src="assets/City Graphic.png" alt="image of buildings">
<div class="overlay">
<button onclick="location.href='https://docs.seattlecommunitynetwork.org/community/join'" type="button"
id="get-involved-button">
Get Involved →
</button>
</div>
</div>
<!--about us section, tan background, -->
<div class="landing-tan" style="margin-top: 100px;">
<h2> Seattle Community Network </h2>
<p>
The Seattle Community Network (SCN) is a community-run cellular (4G LTE)
Internet access network dedicated to providing fair access to underserved
communities all across the Puget Sound.
<br><br>
Our project is firmly grounded in the principles of community empowerment.
The network is a participatory construction, where local residents and
institutions help each other in a collaborative and community-minded way.
<br><br>
To learn more, visit our
<a href="https://docs.seattlecommunitynetwork.org">docs site</a>,
read our most recent <a href="https://tinyurl.com/scn-blog-2">blog post</a>,
or follow us on social media @SeattleCommNet on Facebook, Twitter, LinkedIn,
and Instagram! Refer to our
<a href="https://tinyurl.com/SCNbrochureSPS5-4-22">brochure</a> or
<a href="https://tinyurl.com/SCNflyerSPS5-4-22">flyer</a>
for a printable version of our materials!
</p>
<button onclick="location.href='https://docs.seattlecommunitynetwork.org/'" type="button" id="learn-more-button">
About Us →
</button>
</div>
<!-- MAP GO HERE-->
<div>
<h2> Get Involved </h2>
<!--take breaks out later -->
<br><br>
<div class="flex-container">
<button onclick="location.href='https://docs.seattlecommunitynetwork.org/community/join'" type="button"
id="volunteer-learn-button">
Volunteer & Learn →
</button>
<button onclick="location.href='ourSites.html'" type="button" id="get-connected-button">
Get Connected →
</button>
</div>
<br>
</div>
<!--CALENDAR OF UPCOMING EVENTS-->
<div>
<h2> Upcoming Events </h2>
<iframe id="calendar"
src="https://calendar.google.com/calendar/embed?height=300&wkst=1&bgcolor=%23ffffff&ctz=America%2FLos_Angeles&src=Y19hMWhjOXVwMTBjOWs2YTNnNmYyb20zN2c2b0Bncm91cC5jYWxlbmRhci5nb29nbGUuY29t&color=%230B8043&showTitle=0&showPrint=0&showCalendars=0"></iframe>
</div>
<!-- PARTNER LOGOS -->
<div>
<h2> Our Partners </h2>
<p>
The Seattle Community Network is a collaboration between many local
organizations, sponsors, and collaborators throughout the Puget Sound
area.
</p>
<img id="partners-image" src="assets/scn-partner-logos.png" alt="partners logos">
</div>
<!-- FOOTER -->
<div class="footer">
<div class="flex-container">
<div class="flex-item-left">
<h3> Address </h3>
<p class="footer-text">
3800 E Stevens Way NE, Seattle, WA 98195
<br>
</p>
<a href="https://www.instagram.com/seattlecommnet/"><img class="logo" src="assets/IG_icon_circle.png"
alt="Instagram logo"></a>
<a href="https://twitter.com/SeattleCommNet"><img class="logo" src="assets/twitter_icon_circle.png"
alt="twitter logo"></a>
<a href="https://www.facebook.com/SeattleCommNet"><img class="logo" src="assets/facebook_icon_circle.png"
alt="Facebook logo"></a>
<br><br>
</div>
<div class="flex-item-left">
<h3> Mission </h3>
<p class="footer-text">
To facilitate community focused technology development and
research in support of low-income, marginalized populations
and groups.
</p>
</div>
<div class="flex-item-left">
<button onclick="location.href='https://discord.gg/gn4DKF83bP'" id="subscribe-button">
Join our Discord server
</button>
<br><br>
<button
onclick="location.href='https://groups.google.com/a/seattlecommunitynetwork.org/g/local-connectivity-lab/'"
id="subscribe-button">
Subscribe to Mailing List
</button>
</div>
</div>
</div>
</body>
</html>