-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (21 loc) · 907 Bytes
/
index.html
File metadata and controls
25 lines (21 loc) · 907 Bytes
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
<html lang="en">
<head>
<title>C4RVA: Home</title>
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script src="static/c4rva.js"></script>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic' rel='stylesheet' type='text/css'>
<link href="static/c4rva.css" rel="stylesheet">
</head>
<body>
<header class="home">
<div class="container">
<h1>Code for RVA</h1>
<p>We are a Code for America Brigade, which means we're volunteers that contribute our talents toward improving the way our local governments and community organizations use the web!</p>
<a href="#" class="button header">Meetup.com</a>
<a href="#" class="button header">Our Projects</a>
<a href="#" class="button header">Join the discussion</a>
</div>
</header>
</body>
</html>