-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (25 loc) · 1.45 KB
/
index.html
File metadata and controls
27 lines (25 loc) · 1.45 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
<!DOCTYPE html>
<html>
<head>
<title>Brazos Valley Makerspace</title>
<!--Google Analytics-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-31368185-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>
</head>
<body>
<p>Join the <a href="http://groups.google.com/group/brazos-valley-makerspace" target="_blank">mailing list</a>.</p>
<p>Find us on <a href="https://github.com/bvmake/" target="_blank">GitHub</a>.</p>
<p>Follow us on <a href="http://twitter.com/#!/bvmake" target="_blank">Twitter</a>.</p>
<p>Find us on <a href="https://www.facebook.com/BrazosValleyMakerspace" target="_blank">Facebook</a>.</p>
<p>Find us on <a href="https://plus.google.com/#110180387433868756771/posts" target="_blank">Google+</a></p>
<iframe src="https://www.google.com/calendar/embed?showTitle=0&showCalendars=0&mode=AGENDA&height=600&wkst=1&bgcolor=%23FFFFFF&src=kaeljq8j6cuoqek41k7m6cvdlg%40group.calendar.google.com&color=%232F6309&ctz=America%2FChicago" style=" border-width:0 " width="800" height="600" frameborder="0" scrolling="no"></iframe>
</body>
</html>