-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
101 lines (95 loc) · 4.46 KB
/
about.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<head>
<title>Salem City Democratic Committee, Salem, Virginia</title>
<meta name="description" content="Salem City Democratic Committee strives to improve our community through service projects and working to elect Democrats.">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/7.2.0/mdb.min.css" rel="stylesheet" />
<link href="/css/main.css" rel="stylesheet" />
</head>
<body>
<!--<div class="notice sticky-top">
<div class="container-fluid text-center">
<p class="mb-0 p-2">Early Voting Has Started! <a href="/posts/early-voting-has-started.html">Click here for more information.</a></p>
</div>
</div>-->
<!-- navigation -->
<div class="navbar sticky-top shadow-0">
<div class="container-fluid">
<div class="social-links">
<!--<a href="https://www.facebook.com/SalemVADems/" class="me-3 social-link"><i class="fab fa-facebook-f"></i></a>
<a href="" class="me-3 social-link"><i class="fab fa-instagram"></i></a>
<a href="" class="me-2 social-link"><i class="fab fa-linkedin"></i></a>-->
</div>
<a href="/"><img class="logo" src="/images/vadems.svg" alt="va Democrats logo"></a>
<button data-mdb-button-init class="navbar-toggler" type="button" data-mdb-collapse-init data-mdb-target="#navbarToggleContent" aria-controls="navbarToggleContent" aria-expanded="false" aria-label="Toggle navigation">
<i class="fas fa-bars hamburger"></i>
</button>
</div>
</div>
<div class="collapse" id="navbarToggleContent">
<div class="p-4">
<a href="/" class="btn btn-link btn-block m-0">Home</a>
<a href="/posts.html" class="btn btn-link btn-block m-0">Posts</a>
<a href="/about.html" class="btn btn-link btn-block m-0">About</a>
</div>
</div>
<!-- navigation -->
<!-- CTA -->
<div class="cta bg-image p-5 text-center text-white"
style="background-image: url(/images/brmount.jpeg)" alt="blue ridge mountains">
<div class="justify-content-center align-items-center">
<h1 class="pt-5 pb-2">Protect Our Democracy!</h1>
<a href="mailto:[email protected]?subject=Get Involved" class="btn btn-lg mt-3 mb-5">Get Involved</a>
</div>
</div>
<!-- CTA -->
<div class="col-12 d-flex justify-content-center posts">
<div class="col-8 p-5">
<!-- breadcrumbs -->
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="/">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">About</li>
</ol>
</nav>
<!-- breadcrumbs -->
<h4 class="headline mb-3">About</h4>
<p>The Salem City Democratic Committee strives to improve our community through service projects and working to elect Democrats.</p>
<p class="mb-4">We believe the economy should work for everyone, healthcare is a right, our diversity is our strength, science is real, strong public education is a necessity, love is love, and democracy is worth defending.</p>
<h5 class="mb-3">Officers</h5>
<p class="mb-1">Chair - Katrina Hill</p>
<p class="mb-1">Vice Chair - Robert Willingham</p>
<p class="mb-1">Treasurer - Teresa Auldridge</p>
<p class="mb-1">Secretary - Blaine Motsinger (interim)</p>
</div>
</div>
<div class="text-center text-lg-start footer">
<div class="container text-center text-md-start pt-5 pb-4">
<div class="row mt-3">
<div class="col-md-3 mx-auto mb-4 p-0">
<a href="/"><h6 class=mb-2">Salem City Democratic Committee</h6></a>
<p>Salem, VA, United States, 24153</p>
</div>
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-3 p-0">
<h6 class="mb-2">Friends of SCDC</h6>
<a href="https://vademocrats.org/">VADEMS</a>
<a href="https://www.vayd.org/">Virginia Young Democrats</a>
</div>
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4 p-0">
<h6 class="mb-2">Get Involved</h6>
<a href="https://vademocrats.org/voting-in-virginia/">Vote</a>
<a href="https://www.mobilize.us/dpva/?event_type=1">Volunteer</a>
<a href="https://secure.actblue.com/donate/salem-va-democratic-committee-1">Donate</a>
</div>
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4 p-0">
<h6 class="mb-2">Social Links</h6>
<a href="https://www.facebook.com/SalemVADems/">Facebook</a>
<!--<a href="">Instagram</a>-->
<!--<a href="">Linkedin</a>-->
</div>
</div>
</div>
</div>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/7.2.0/mdb.umd.min.js"></script>
</body>
</html>