-
Notifications
You must be signed in to change notification settings - Fork 2
/
resources.html
44 lines (28 loc) · 1.05 KB
/
resources.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
<html>
<head>
<script src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<link href="http://fonts.googleapis.com/css?family=Raleway" rel="stylesheet" type="text/css" />
<link href="css/main.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="sitecontainer" class="sitecontainer">
<div id="header" class="header">
<div class="biglabel">Hacks/Hackers Rochester</div>
<div class="smalllabel">Our process is collaboration. Our goal is good journalism.</div>
</div>
<div id="nav" class="nav">
<a href="index.html">home</a>
<a href="projects.html">projects</a>
<a href="resources.html">resources</a>
<a href="http://www.meetup.com/HackshackersROC/">meetups</a>
<a href="about.html">about</a>
</div>
<div id="pagecontents" class="pagecontents">
Welcome to the Internet home of Hacks/Hackers Rochester!
</div>
<div id="footer" class="footer">
Hacks/Hackers Rochester | 2014 | <a href="https://github.com/hhroc/hhroc.github.com">Source Code</a>
</div>
</div>
</body>
</html>