-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (45 loc) · 1.96 KB
/
index.html
File metadata and controls
54 lines (45 loc) · 1.96 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<link href="https://fonts.googleapis.com/css?family=PT+Sans:700" rel="stylesheet">
<link rel="stylesheet" href="vendor/font-awesome/css/font-awesome.css">
<link rel="stylesheet" href="vendor/normalize/normalize.css">
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="hack.carleton">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@hack_carleton">
<title>hack.carleton</title>
<meta name="description" content="The homepage for hack.carleton.">
<meta property="og:type" content="article" />
<meta property="og:title" content="hack.carleton">
<meta property="og:url" content="https://hack.carleton.team/index.html">
<meta property="og:description" content="The home page for hack.carleton.">
<meta name="twitter:title" content="hack.carleton">
<meta name="twitter:description" content="The home page for hack.carleton.">
</head>
<body>
<header>
<h1>hack.carleton</h1>
</header>
<nav>
<a href="https://twitter.com/hack_carleton" title="Follow us on Twitter."><span class="fa-stack fa-2x">
<i class="fa fa-square-o fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x"></i>
</span></a>
<a href="#" title="Check out our projects on GitHub."><span class="fa-stack fa-2x">
<i class="fa fa-square-o fa-stack-2x"></i>
<i class="fa fa-github-alt fa-stack-1x"></i>
</span></a>
<a href="#" title="Have your say on the forums."><span class="fa-stack fa-2x">
<i class="fa fa-square-o fa-stack-2x"></i>
<i class="fa fa-comments fa-stack-1x"></i>
</span></a>
</nav>
<footer>
Copyright © 2016 contributors of hack.carleton
</footer>
<script src="vendor/tota11y/build/tota11y.js"></script>
</body>
</html>