-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjoin.html
66 lines (55 loc) · 4.17 KB
/
join.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Joining DSA - 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="https://fonts.googleapis.com/css?family=Anton">
<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 blog-post">
<section class="clean-block clean-post dark">
<div class="container">
<div class="block-content">
<div class="post-body">
<h1 style="font-family: 'Manifold DSA Extra';">Interested in Joining?</h1>
<p style="font-family: 'Roboto Slab', serif;">DSA is funded by our membership — not corporate foundations or private companies. This ensures that DSA members are in full democratic and political control of our organization. Through national dues and local contributions, DSA members self-fund our own tools for liberation.</p>
<p style="font-family: 'Roboto Slab', serif;">If you are interested in learning more about GLDSA before joining our organization, fill out <a href="https://docs.google.com/forms/d/e/1FAIpQLSfwM_OGSpsUC5Mj1eTiYr466FCiHQjL4jazdl3xH7ieZR2kHQ/viewform">this interest form</a> and one of our members will get back to you.</p>
<h2 style="font-family: 'Manifold DSA Extra';">Becoming a DSA Member</h2>
<p style="font-family: 'Roboto Slab', serif;">Ready to join DSA? To become a DSA member you must pay dues to our national organization.
<a href="https://act.dsausa.org/donate/membership/">Click here</a> to become a member of the Democratic Socialists of America. Annual dues are an option, but we encourage everyone who is financially able to join as a monthly Movement Builder, since a greater proportion of those dues directly support GLDSA’s organizing work. If you are unable to pay dues to National you can fill out a Dues Waiver Form <a href="https://act.dsausa.org/survey/dueswaiver/">here.</a></p>
<p style="font-family: 'Roboto Slab', serif;">After joining, you will receive a confirmation from the national DSA office. Forward your confirmation email to [email protected] so we can verify your membership. You will then be onboarded to our Slack, which is our chapter’s primary internal communications platform.</p>
<h2 style="font-family: 'Manifold DSA Extra';">Got Questions?</h2>
<p style="font-family: 'Roboto Slab', serif;"><a href="/contact/contact-form.html">Contact us</a> and we'll do our best to get back to you as soon as we can!</br></br>
</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>