-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
39 lines (39 loc) · 1.42 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
---
layout: default
title: Home
---
{% include hero-banner.html %}
<div class="container">
<div class="row">
<div class="col-sm-3 thin-col">
<div data-icon="" class="icon hp-icon"></div>
<h2 class="hp-header">Manifesto</h2>
<p>The mission and purpose of the Coders For Labour community is to further the interests and values of the Labour Party and to help lead the Labour party to victory. <a href="manifesto">Read More...</a>
</p>
</div>
<div class="col-sm-3 thin-col">
<div data-icon="" class="icon hp-icon"></div>
<h2 class="hp-header">Projects</h2>
<p>Head on over to our <a href="projects">projects</a> page and see what we've been working on.</p>
</div>
<div class="col-sm-3 thin-col">
<div data-icon="4" class="icon hp-icon"></div>
<h2 class="hp-header">Contribute</h2>
<p>Take a look through our <a href="getting-started">getting started guide</a> and start coding for Labour today.</p>
</div>
<div class="col-sm-3 thin-col">
<div class="icon hp-icon icon-basic-message"></div>
<h2 class="hp-header">Chat</h2>
<p>Join us on <a href="https://discord.gg/F9GdXnJ">Discord</a>.</p>
</div>
</div>
</div>
<div class="discord-widget">
<iframe
src="https://discordapp.com/widget?id=584782223757279235&theme=dark"
width="350"
height="500"
allowtransparency="true"
frameborder="0"
></iframe>
</div>