-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
113 lines (98 loc) · 5.91 KB
/
Copy pathindex.html
File metadata and controls
113 lines (98 loc) · 5.91 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Code for Houston</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Gerald Rich, Bootstrap">
<!-- Le styles -->
<link href="http://codeforhouston.com/assets/css/bootstrap.css" rel="stylesheet">
<link rel='stylesheet' type='text/css' href='css/style.css' />
<link rel='stylesheet' type='text/css' href='css/fullcalendar.css' />
<link rel='stylesheet' type='text/css' href='css/fullcalendar.print.css' media='print' />
<!-- 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="apple-touch-icon-precomposed" sizes="144x144" href="http://codeforhouston.com/assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://codeforhouston.com/assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://codeforhouston.com/assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="http://codeforhouston.com/assets/ico/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="http://codeforhouston.com/assets/ico/favicon.png">
<!-- Le magic -->
<script type='text/javascript' src='vendor/jquery-1.8.1.min.js'></script>
<script type='text/javascript' src='vendor/jquery-ui-1.8.23.custom.min.js'></script>
<script type='text/javascript' src='js/fullcalendar.min.js'></script>
<script type='text/javascript' src='js/gcal.js'></script>
<script type='text/javascript' src='js/calFeed.js'></script>
</head>
<body>
<div class="container-narrow">
<div class="masthead">
<!--
<ul class="nav nav-pills pull-right">
<li class="active"><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>
-->
<h3 class="muted">Code for Houston</h3>
</div>
<hr>
<div class="jumbotron">
<h1>Code for America's <br> Houston Brigade</h1>
<p class="lead">A citizen's initiative of programmers improving the Bayou City.<br/>IRC: #codeforhouston@freednode</p>
<a class="btn btn-success" href="https://docs.google.com/a/codeforhouston.com/spreadsheet/viewform?formkey=dG9MZk9ma2F1d1RjbklSbUtmR3FJeEE6MQ#gid=0" target="_blank">Subscribe</a>
<a class="btn btn-primary" href="https://www.facebook.com/CodeForHouston" target="_blank">Facebook</a>
<a class="btn btn-info" href="https://twitter.com/codeforhouston" target="_blank">Twitter</a>
<br>
<a class="btn btn-danger" href="https://plus.google.com/b/112841331678148012031/112841331678148012031/" target="_blank">Google+</a>
<a class="btn btn-warning" href="https://groups.google.com/forum/#!forum/code-for-houston" target="_blank">Forum</a>
<a class="btn btn-inverse" href="https://github.com/CodeForHouston" target="_blank">Github</a>
<a class="btn" href="mailto:hello@codeforhouston.com">Email</a>
</div>
<hr>
<div class="row-fluid marketing">
<div class="span4">
<h4>Know how to code?</h4>
<p>Let us know if you can deploy a civic <a href="http://brigade.codeforamerica.org/applications">app</a> or teach a course. We heart open-source and transparency advocates.</p>
</div>
<div class="span4">
<h4>Don't know code?</h4>
<p>Join our <a href="http://www.meetup.com/cfabrigade/Houston-TX/" target="_blank">Meetup</a> page and helps us plan future events. Let us know what you can contribute or if you'd like to sponsor an event.</p>
</div>
<div class="span4">
<h4>What is all this?</h4>
<p><a href="http://codeforamerica.org/">CFA</a> helps cities become more connected, lean, and participatory. Think public service 2.0.</p>
</div>
</div>
<hr>
<h2 id="cal-header">The Big Calendar</h2>
<div id='calendar'></div>
<!--Download doesn't go anywhere right now... <small id="foot"><a href="https://www.google.com/calendar/render" target="_blank">Download</a> this calendar or <a href="http://www.meetup.com/cfabrigade/Houston-TX/" target="_blank">RSVP</a> on Meetup.</small>-->
<br>
<small id="foot">Add any item to your calendar or <a href="http://www.meetup.com/cfabrigade/Houston-TX/" target="_blank">RSVP</a> on Meetup!</small>
<hr>
<div class="footer">
<p>© Code for Houston 2012.</p>
</div>
</div> <!-- /container -->
<!-- Le javascript
================================================== -->
<!--<script src="http://codeforhouston.com/assets/js/jquery.js"></script>-->
<script src="http://codeforhouston.com/assets/js/bootstrap-transition.js"></script>
<script src="http://codeforhouston.com/assets/js/bootstrap-alert.js"></script>
<script src="http://codeforhouston.com/assets/js/bootstrap-modal.js"></script>
<script src="http://codeforhouston.com/assets/js/bootstrap-dropdown.js"></script>
<script src="http://codeforhouston.com/assets/js/bootstrap-scrollspy.js"></script>
<script src="http://codeforhouston.com/assets/js/bootstrap-tab.js"></script>
<script src="http://codeforhouston.com/assets/js/bootstrap-tooltip.js"></script>
<script src="http://codeforhouston.com/assets/js/bootstrap-popover.js"></script>
<script src="http://codeforhouston.com/assets/js/bootstrap-button.js"></script>
<script src="http://codeforhouston.com/assets/js/bootstrap-collapse.js"></script>
<script src="http://codeforhouston.com/assets/js/bootstrap-carousel.js"></script>
<script src="http://codeforhouston.com/assets/js/bootstrap-typeahead.js"></script>
</body>
</html>