forked from zhephree/saveyourlibraries
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_index.html
81 lines (80 loc) · 3.68 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="/css/reboot.css">
<link rel="stylesheet" href="https://use.typekit.net/jxw8ztc.css">
<link rel="stylesheet" type="text/css" href="/css/site.css">
<script src="https://kit.fontawesome.com/437c873b60.js" crossorigin="anonymous"></script>
<title>No on #2</title>
</head>
<body>
<header class="blue">
<nav>
<a href="/">Home</a>
<a href="/toolkit">Toolkit</a>
<a href="/comment">Public Comment</a>
<a href="/facts">Facts</a>
<!-- <a href="/resources">Resources</a> -->
<a href="/contact">Contact</a>
</nav>
<img src="/logo.png">
</header>
<main>
<section class="red">
<div class="bullet-item">
<i class="fad fa-person-booth"></i>
<p>A <span class="highlight">YES</span> vote on #2 means an immediate cut of 40% to our libraries' budget, locked in for 20 years.</p>
</div>
<div class="bullet-item right">
<i class="fad fa-stars"></i>
<p>Libraries are essential for many New Orleanians - the unhoused, those that do not have access to the internet, the elderly, families and children.</p>
</div>
<div class="bullet-item">
<i class="fad fa-users"></i>
<p>Libraries are for everyone. Our local libraries have high comparable usage to other cities.</p>
</div>
<div class="bullet-item right">
<i class="fad fa-chart-line-down"></i>
<p>This millage rate has already been reduced twice, from 4 mills in 1987 to the current rate, 2.85 last year. The library already does so much with less.</p>
</div>
<a class="btn btn-white text-red" href="/facts" id="btn-facts">Read More Facts</a>
</section>
<section class="white quote">
<i class="fad fa-quote-left text-blue"></i>
<p>“These are unique times with unprecedented challenges. The libraries have an important role to play ensuring that all citizens can benefit from economic development. Neighborhood libraries are uniquely positioned to connect all New Orleanians to critical resources that enable them to not just survive, but to craft productive and fulfilling lives.”</p>
<p>— Amy Hubbell</p>
</section>
<section class="blue">
<div class="bullet-item">
<i class="fad fa-vote-nay"></i>
<p>A <span class="highlight">NO</span> vote on #2 saves our library funding for the next year</p>
</div>
<div class="bullet-item right">
<i class="fad fa-life-ring"></i>
<p>A <span class="highlight">NO</span> vote can save library workers’ jobs. A YES vote will mean furloughs and layoffs starting in January</p>
</div>
</section>
<section class="red quote">
<i class="fad fa-quote-left"></i>
<p>“Libraries are a vital public institution, providing citizens of all ages access to knowledge, entertainment, and community. They are a cornerstone of a healthy city ... we are facing enormous challenges, but we need to spread our resources equitably across all of departments, not single out some for demolition”</p>
<p>— Andrew Strenio</p>
</section>
<section class="white text-blue">
<div id="sign-wrapper">
<h1><i class="fad fa-file-signature"></i> Make Yourself Heard!</h1>
<p class="pb-20">Not only is it important to vote NO on #2, but it’s important to let others know why you’re voting NO!</p>
<a class="btn btn-blue full-width" href="/comment">Leave a Public Comment</a>
</div>
<div id="toolkit-wrapper">
<h1><i class="fad fa-toolbox"></i> Learn How You Can Help</h1>
<p class="pb-20">We need as many people as possible to help spread he word........</p>
<a class="btn btn-blue full-width" href="/toolkit">Checkout Our Toolkit</a>
</div>
</section>
</main>
<footer class="blue">
footer
</footer>
</body>
</html>