-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (36 loc) · 1.35 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
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>WE ARE HX</title>
<link rel="stylesheet" href="css/soon.css" />
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Merriweather+Sans:light,extrabold">
</head>
<body>
<h1>We Are <strong>HX</strong></h1>
<h2> Home of Hackers </h2>
<p>
In order to better serve our community, we are currently taking time to restructure. <br/>
Your opinions matter greatly, to us. We would like to welcome your opinions, comments, questions, and concerns.<br/>
Please review our <a href="https://github.com/wearehx/policies">policies</a>, and tell us what you think.
</p>
<h5>Join the Movement</h5>
<div class="facebook-btn"><a href="https://www.facebook.com/groups/wearehx/">Join HX</a></div>
<footer>
<div class="shameless-irc-plug">
<p> Want to talk to us? Drop us a line: </p>
<div class="irc-btn-grp">
<a href="http://webchat.freenode.net/?channels##hx">HX Social</a> <a href="http://webchat.freenode.net/?channels##hx-admin">HX Admins</a>
</div>
</div>
<div class="shameless-irc-plug">
<p> Want to join our GitHub organization? </p>
<div class="irc-btn-grp">
<a href="https://hackers-github.herokuapp.com/">Join HX GitHub</a>
</div>
</div>
</div>
</footer>
</body>
</html>