-
Notifications
You must be signed in to change notification settings - Fork 14
/
states.html
45 lines (31 loc) · 1.1 KB
/
states.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
---
title: State Branch, Party, and Election Info
permalink: "/states/"
layout: default
dark-theme: true
group: navigation
nav-title: States
nav-order: 22
---
{% include navbar.html %}
<div id="fb-root"></div>
<div class="bg-near-white dark-gray py4 ">
<!-- Use provided imagery here -->
<div class="bg-near-black height-40vh absolute z1 left-0 top-0 col-12 texture-bg-img"></div>
<div class="mx-auto max-width-3 px2 sm-px4 pt4 pb3 bg-white relative mt5 z2">
<!-- <div class="max-width-3 mx-auto px2 sm-px3 pt4 pb3 bg-white"> -->
{% include components/main-heading.html
text="State / Branch / Election Info"
font-size="h0"
font-weight="bold"
line="true" %}
<div class="mb3 pb3 border-bottom">
<h2><a href="/branches/">State Party and Branch Info / Status</a></h2>
<h2><a href="/election-calendar/">Election Calendar</a></h2>
</div>
</div>
<div class="max-width-3 mx-auto">
<div class="mt4"><i class="material-icons mr1">arrow_back</i><a href="{{site.baseurl}}/" class="inline-block">Back to home page</a></div>
</div>
</div>
{% include footer.html %}