forked from polyhack/polyhack.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
137 lines (110 loc) · 3.87 KB
/
index.html
File metadata and controls
137 lines (110 loc) · 3.87 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!DOCTYPE html>
<html>
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>#polyhack</title>
<meta name="description" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="./css/bootstrap.css">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans:700,400" />
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="./img/favicon.png">
</head>
<body>
<header>
<div class="container">
<div class="row">
<div class="col-md-6 col-xs-6">
<a id="logo" href="#"><h2>#polyhack</h2></a>
</div>
<div class="col-md-6 col-xs-6">
<div class="mobile-nav">h</div>
<ul class="main-nav">
<li class="nav-item"><a href="/">Home</a></li>
<li class="nav-item"><a href="https://github.com/polyhack">Github</a></li>
</ul>
</div>
</div>
</div>
</header>
<section id="content" class="container">
<div class="row">
<div class="col-md-12">
<p><strong>#polyhack</strong> is a community of programmers based on the IRC freenode network. It is specifically a polyglot group concerned to discuss programming ideas over the long-term.
<p>Its membership is predominantly from the Australian east coast but includes members from North America, New Zealand, and further. It was created in August, 2012.
<br><br>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h6>Members</h6>
<table>
<tr>
<th>Name</th>
<th>Location</th>
<th>Language Focus</th>
</tr>
<tr>
<td><a href='http://github.com/nicholasf'>nicholasf</a></td>
<td>Melbourne, Australia</td>
<td>Elixir, Javascript, post Ruby, post Java.</td>
</tr>
<tr>
<td><a href='http://github.com/rvagg'>rvagg</a></td>
<td>NSW, Australia</td>
<td>Node.js</td>
</tr>
<tr>
<td><a href='http://github.com/SomeoneWeird'>SomeoneWeird</a></td>
<td>Melbourne, Australia</td>
<td>Javascript, Go</td>
</tr>
<tr>
<td><a href='http://github.com/mwotton'>blackdog</a></td>
<td>Vietnam</td>
<td>Haskell, Ansible, not-Javascript, not-Go.</td>
</tr>
<tr>
<td><a href='http://github.com/eugeneware'>eugeneware</a></td>
<td>Melbourne, Australia</td>
<td>Node.js</td>
</tr>
<tr>
<td><a href='http://github.com/timoxley'>timoxley</a></td>
<td>Singapore</td>
<td>Node.js</td>
</tr>
<tr>
<td><a href='http://github.com/bulkan'>bulkan</a></td>
<td>Melbourne, Australia</td>
<td>Node.js</td>
</tr>
<tr>
<td><a href='http://github.com/ocke'>ocke</a></td>
<td>Melbourne, Australia</td>
<td>Front-end Javascript, PHP</td>
</tr>
</table>
</div>
</div>
</section>
<footer>
<div class="row">
<div class="col-md-12">
</div>
</div>
</footer>
<!-- Javascript
================================================== -->
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
<script src="js/nav.min.js"></script>
</body>
</html>