-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
174 lines (135 loc) · 7.05 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8">
<title>Nerds for Nature · Home</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- OG Tags -->
<meta property="og:title"
content="Nerds For Nature" />
<meta property="og:site_name" content="Nerds for Nature"/>
<meta property="og:url"
content="http://nerdsfornature.org" />
<link rel="canonical" href="http://nerdsfornature.org" />
<meta property="og:description" content="Bringing together people with a passion for technology and the environment to understand, protect, and explore the natural world." />
<meta property="og:image"
content="http://nerdsfornature.org/img/who_or_what_is.png" />
<!-- Le styles -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<link href="css/magnific-popup.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link rel="shortcut icon" href="img/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="img/ico/apple-touch-icon-57-precomposed.png">
</head>
<body>
<!-- NAVBAR
================================================== -->
<div class="navbar navbar-static-top navbar-inverse">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="weare.html">We Are</a></li>
<li><a href="about.html">About</a></li>
<li><a href="http://blog.nerdsfornature.org">Blog</a></li>
<li class="dropdown">
<a data-toggle="dropdown" class="dropdown-toggle" href="#">Projects <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="/bioblitz">Bioblitz</a></li>
<li><a href="/monitor-change">Monitor Change</a></li>
<li><a href="/completenerd">Complete Nerd</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div><!-- /.navbar-inner -->
</div><!-- /.navbar -->
<a href="index.html"><div id="ball1" class="route"><h3 class="route-text">NERDS<br>FOR<br>NATURE</h3></div></a>
<!-- Content Area -->
<!-- ================================================== -->
<div id="wrap">
<!-- home page -->
<div id="home" class="load-wrap current">
<!-- {{> header}} -->
<section>
<div class="container-fluid">
<div class="row-fluid">
<div id="hero-text-wrap" class="offset1 span4">
<img class="leaf-logo" src="img/leaf-guy.png"><h1 id="hero-title">Nerds for Nature</h1>
<p class="lead"><small>From 2013 to 2017 or so, Nerds for Nature was an active group bringing together people with a passion for technology and the environment to understand, protect, and explore the natural world.</small></p>
<p class="lead"><small>Since 2017, we've been mostly inactive, though things may start up again in New York City. Or in SF should new leadership emerge. Until then, this website serves as an archive of the cool stuff we made happen!</small>
</p>
</div>
<div id="hero-image-wrap" class="span7">
<!-- <img id="placeholder" src="img/dynamicearth.png" alt=""> -->
<!-- Carousel
================================================== -->
<div id="myCarousel2" class="carousel slide">
<!-- Carousel items -->
<div id="hero-carousel" class="carousel-inner">
<div id="first-img" class="active item">
<img>
</div>
</div>
<!-- Carousel nav -->
<a class="carousel-control left" href="#myCarousel2" data-slide="prev">‹</a>
<a class="carousel-control right" href="#myCarousel2" data-slide="next">›</a>
</div><!-- #mycarousel -->
</div><!-- #hero-image-wrap -->
</div>
</div>
</section>
</div> <!-- .load-wrap -->
<!-- end home page -->
<div id="push"></div>
</div> <!-- #wrap -->
<div id="footer">
<div class="container">
<p class="muted credit">Twitter: <a href="http://twitter.com/nerds4nature">@nerds4nature</a>, <a href="http://www.facebook.com/NerdsForNature">Facebook</a>
<p class="muted credit">github: <a href="https://github.com/nerdsfornature">nerdsfornature</a>,</p>
<p class="muted credit">© 2016 Nerds for Nature. <a href="http://nerdsfornature.org/about.html#privacy">Privacy Policy</a></p>
</div>
</div>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if offline -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.7.1.min.js"><\/script>')</script>
<!-- <script src="js/handlebars.js"></script> -->
<script src="js/bootstrap.js"></script>
<script src="js/jquery.magnific-popup.js"></script>
<script src="js/scripts.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-37845814-1']);
_gaq.push(['_setDomainName', 'nerdsfornature.org']);
_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>