-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (21 loc) · 803 Bytes
/
index.html
File metadata and controls
27 lines (21 loc) · 803 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
---
layout: blank
permalink: /temp
style: ponydev
title: "Soon!"
description: "Stay tuned for updates! :)"
thumbnail: "https://developer.horse/media/swag/bc16thumbnail.jpg"
---
<header id="welcome" class="masthead text-center">
<container>
<h1 class="title no-margin-bottom">Coming Soon!</h1>
<br>
<p class="lead text-left">We are updating this site in the next week with some more information. Our next meetup with be at BronyCon 2017 in Baltimore, Maryland. In the meantime, check out our sweet Discord:</p>
</container>
</header>
<section id="connect" class="text-center">
<container>
<h1 class="title">Chat with Us</h1>
<a href="{{ site.discord }}" class="button" target="_blank"><icon class="icon-chat"></icon> Join #ponydev on Discord</a>
</container>
</section>