-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcampaigns.html
More file actions
82 lines (73 loc) · 4.62 KB
/
campaigns.html
File metadata and controls
82 lines (73 loc) · 4.62 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Campaigns - Greater Lafayette DSA</title>
<meta property="og:type" content="website">
<meta name="description" content="Organizing with the Working Class of Tippecanoe County, Indiana">
<meta property="og:image" content="/assets/img/logo-dsa-br-transparent.png">
<link rel="stylesheet" href="/assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i,600,600i">
<link rel="stylesheet" href="/assets/css/Manifold%20DSA.css">
<link rel="stylesheet" href="/assets/css/Manifold%20DSA%20Demi.css">
<link rel="stylesheet" href="/assets/css/Manifold%20DSA%20Extra.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Permanent+Marker">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Slab">
<link rel="stylesheet" href="/assets/fonts/ionicons.min.css">
<link rel="stylesheet" href="/assets/css/Footer-Basic.css">
</head>
<body>
<div id="navigation"></div>
<main class="page service-page">
<section class="clean-block clean-services dark">
<div class="container">
<div class="block-heading navbar-buffer">
<h2 style="font-family: 'Manifold DSA Extra';color: #ec1f27;">Campaigns</h2>
</div>
<div class="row justify-content-center">
<!--Medicare 4 All Campaign Card-->
<div class="col-md-6 col-lg-4">
<div class="card"><img class="card-img-top w-100 d-block" src="/assets/img/banner-m4a.png">
<div class="card-body">
<h4 class="card-title" style="font-family: 'Manifold DSA Extra';">Medicare for All</h4>
<p class="card-text" style="font-family: 'Manifold DSA';">We, the residents of Tippecanoe County, urge our elected officials to support a universal, single-payer healthcare plan, such as proposed by the “Medicare for All Act of 2019” (H.R. 1384, S. 1129).</p>
</div>
<div style="height: 50px;">
<a class="btn btn-outline-primary btn-sm" role="button" href="https://actionnetwork.org/petitions/support-the-medicare-for-all-act-of-2019/" style="color: #ec1f27;border-color: #ec1f27;font-family: 'Manifold DSA';">Sign the petition!</a>
</div>
</div>
</div>
<!--Living Wage Campaign Card-->
<div class="col-md-6 col-lg-4">
<div class="card"><img class="card-img-top w-100 d-block" src="/assets/img/fairwagecampaignposter.png">
<div class="card-body" style="height: 157px;">
<h4 class="card-title" style="font-family: 'Manifold DSA Extra';">Purdue Wage Campaign</h4>
<p class="card-text" style="font-family: 'Manifold DSA';">GLDSA is rallying together the working class of Purdue to demand a fair and livable wage of $15/hr now, and $20/hr by 2026. Sign this petition to join us in the fight for reasonable pay!</p>
</div>
<div style="height: 50px; padding-top: 10px;">
<a class="btn btn-outline-primary btn-sm" role="button" href="https://actionnetwork.org/petitions/living-wage-campaign-at-purdue-petition" style="color: #ec1f27;border-color: #ec1f27;font-family: 'Manifold DSA';">Join the Campaign!</a>
</div>
<div style="height: 50px; padding-top: 10px;">
<a class="btn btn-outline-primary btn-sm" role="button" href="/campaigns/es-living-wage.html" style="color: #ec1f27;border-color: #ec1f27;font-family: 'Manifold DSA';">En Español</a>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<div id="footer"></div>
<script src="/assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/theme.js"></script>
<script>
$(function() {
$("#navigation").load("/assets/modules/navbar.html");
});
$(function() {
$("#footer").load("/assets/modules/footer.html");
});
</script>
</body>
</html>