-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (55 loc) · 2.45 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>shuprog</title>
<link rel="stylesheet" href="css/normalize.css" media="all">
<link rel="stylesheet" href="css/skeleton.css" media="all">
<link href='https://fonts.googleapis.com/css?family=Source+Code+Pro:400' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/style.css" media="all">
</head>
<body>
<a href="https://github.com/shuprog"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"></a>
<div class="container">
<header class="row">
<h1 class="logo">shuprog</h1>
<p>
We are a group of students at Sheffield Hallam University looking to share
knowledge about all things programming.
</p>
<p>
Programmers could never get anywhere without each others help. Resources
like Stack Overflow and massively successful open source projects such
as the Linux Kernel prove that. shuprog tries to embody the idea that
everyone can learn from everyone.
</p>
</header>
<h4>What?</h4>
<p>
Most of our sessions are members doing talks on technologies they are passionate
about but we also do coding challenges (such as coding golf), hackathons and play with the
universities new tech. We also like going to the pub for a good chinwag.
</p>
<h4>When, where, how?</h4>
<p>
We currently meet on Tuesday evenings at 6pm.
Want to find out where? Email <a href="mailto:[email protected]">[email protected]</a>
and someone will get back to you and let you know. We only require you to be a
SHU student and tell us a little about yourself.
</p>
<h4>In the wild</h4>
<ul>
<li><a href="https://github.com/shuprog">GitHub Org</a></li>
<li><a href="https://gitter.im/shuprog">Gitter</a></li>
</ul>
<p>
Quick question? Tweet <a href="https://twitter.com/benjaminparnell">
@benjaminparnell</a> or <a href="https://twitter.com/swapnull">@swapnull</a>
and they will be happy to help.
</p>
<p>
Also, check out our <a href="/links/">link dump</a>!
</p>
</div>
</body>
</html>