-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (50 loc) · 2.47 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 dir="ltr" lang="en-US">
<head>
<title>Tractor Feed - Hackers for the common good</title>
<meta charset="utf-8" />
<meta name="description" content="Tractor Feed is a non-profit that aims to improve life for Nebraska citizens through the use of technology." />
<meta name="keywords" content="Tractor Feed, hackers, nebraska, USA, heartland, silicon prairie" />
<meta name="author" content="Nate and Ross" />
<meta name="robots" content="index, follow"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png" />
<link rel="Shortcut Icon" href="/images/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="/css/reset.css" type="text/css" media="screen" />
<link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
<script type="text/javascript" src="js/jquery-1.6.2.min.js"></script>
<script type="text/javascript" src="js/modernizr.js"></script>
<script type="text/javascript" src="js/jquery.vegas.js"></script>
</head>
<body>
<div id="about">
<div id="logo">
<h1><img src="images/logo.png" alt="Tractor Feed - Logo"/></h1>
</div>
<p class="big">Hi! We're Tractor Feed, and we ♥ Nebraska.</p>
<p>We're a family of geeks focused on making our state a better place through the use of technology and raising a new generation of competitive, tech-savvy Nebraskans.</p>
<p>We work on all sorts of projects; whether it's educating students, or volunteering our time for other local non-profits, or making our government more accessible to its citizens.</p>
<p class="small">Got a project or an idea in mind, or just feel like saying hi? Our ears are always open. (<a href="mailto:[email protected]?subject=Hey%20There!" title="Drop me a line">email</a>, <a href="http://twitter.com/tractorfeedorg">twitter</a>)</p>
</div>
<script type="text/javascript">
$( function() {
$.vegas({
src:'/images/bg.jpg'
});
$.vegas('overlay', {
src:'/images/overlay.png'
});
});
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-18026762-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>