forked from daattali/beautiful-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (58 loc) · 2.51 KB
/
index.html
File metadata and controls
68 lines (58 loc) · 2.51 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
---
layout: home
title: National 311 Day
subtitle: The movement to connect people with their city
share-img: assets/img/311benefits.jpg
---
<iframe src="/assets/map.html" style="overflow:hidden; width: 100%; height: 400px"></iframe>
<div style="display: flex; justify-content: space-evenly">
<span><img src="assets/marker-prev.svg" width="25px" style="fill: red"> 2023</span>
<span><img src="assets/marker-this.svg" width="25px" style="fill: red"> 2024</span>
</div>
<p>
On March 11th, join a local blitz to report mobility issues to 311, your city's non-emergency line.
</p>
<p>
National 311 Day is a movement to help cities understand where they need to improve walking, biking, and rolling infrastructure.
Report broken sidewalks, missing curb cuts, cars parked in bike lanes, and more using your city's 311 line.
</p>
<p>
Are you hosting a 311 Day event? <a href="https://docs.google.com/forms/d/1QTIbvoSKYTjw1BzTguUUmqkuDJxff0fcmxYqatvvUVM/">Fill out our form</a> to add your event to the map.
You don't need a big group -- just grab a couple friends and go for a walk, reporting the issues you see.
</p>
<center>
<p class="buttonrow">
<a href="https://docs.google.com/forms/d/1QTIbvoSKYTjw1BzTguUUmqkuDJxff0fcmxYqatvvUVM/viewform"><button class="buttonlink">Add your event to the map</button></a>
</p>
</center>
<center>
<figure class="snip1533">
<figcaption>
<blockquote>
<p>311 helps Pittsburgh's Department of Mobility and Infrastructure understand and address mobility issues throughout the city. I wholeheartedly support the National 311 Day effort to bring awareness to 311 systems in our city and across the nation.</p>
</blockquote>
<h3>Kim Lucas</h3>
<h4>Director, Pittsburgh Director of Mobilty and Infrastructure</h4>
</figcaption>
</figure>
</center>
<div id="faqs">
<h1>Frequently Asked Questions:</h1>
{% for faq in site.faqs %}
<button class="accordion">
{{ faq.title }}
</button>
<div class="panel">
{% for paragraph in faq.description %}
<p>
{% if forloop.index0 == 0 %}<b> {% endif %}
{{ paragraph }}
{% if forloop.index0 == 0 %}</b> {% endif %}
</p>
{% endfor %}
</div>
{% endfor %}
</div>
<h1>How to attend:</h1>
Find the event nearest you to see details on where to meet, and who to contact to let them know you'll be attending.
<script src="/assets/accordion.js"></script>