-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdiscord.html
More file actions
31 lines (28 loc) · 860 Bytes
/
discord.html
File metadata and controls
31 lines (28 loc) · 860 Bytes
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
---
layout: default
title: Discord
permalink: /discord/
---
<div id="home">
<div class="page-display slider-display">
<h1 class="tagline centre">Discord</h1>
<h3 class="centre">Come chat with us.</h3>
</div>
</div>
<div class="page-container">
<div id="discord-panel" class="grid">
<div class="grid-8of12 centre">
<iframe src="https://discordapp.com/widget?id=120647928820924418&theme=dark" width="85%" height="450"
allowtransparency="true" frameborder="0"></iframe>
</div>
<div class="grid-4of12">
<h2 class="subtitle">Come chat with us</h2>
<p>
Interested in what we do? Want to talk with us?
<br />
Join our Discord and fire away ;)
</p>
</div>
</div>
</div>