-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathindex.html
More file actions
211 lines (192 loc) · 8.83 KB
/
index.html
File metadata and controls
211 lines (192 loc) · 8.83 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>
<!-- 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">
<script src="js/headerTemplate.js" type="text/javascript" defer></script>
<script src="js/footerTemplate.js" type="text/javascript" defer></script>
</head>
<body>
<!--nav bar with header and tabs-->
<!-- nave bar should have click able drop downs-->
<header-component></header-component>
<!-- 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 -->
<footer-component></footer-component>
</body>
</html>