forked from Code4HR/previous-landing
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathlogo.html
More file actions
198 lines (165 loc) · 7.73 KB
/
logo.html
File metadata and controls
198 lines (165 loc) · 7.73 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
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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>Choose Our New Logo!</title>
<meta name="description" content="Select our next logo!">
<link rel="shortcut icon" href="favicon.ico" />
<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.0/css/bootstrap-combined.min.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<link rel="stylesheet" href="http://blueimp.github.io/Gallery/css/blueimp-gallery.min.css">
<link rel="stylesheet" href="assets/css/bootstrap-image-gallery.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- 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]-->
</head>
<body>
<!-- NAVBAR
================================================== -->
<div class="container">
<div class="navbar navbar-inverse">
<div class="navbar-inner">
<!-- Responsive Navbar Part 1: Button for triggering responsive navbar. Include responsive CSS to utilize. -->
<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>
<a class="brand" href="/">Code for Dayton</a>
<!-- Responsive Navbar Part 2: Place all navbar contents you want collapsed withing .navbar-collapse.collapse. -->
<div class="nav-collapse collapse">
<ul class="nav">
<li class="active"><a href="/">Home</a></li>
<li><a href="/#projects">Projects</a></li>
<li><a href="/#contact">Contact</a></li>
<!-- Read about Bootstrap dropdowns at http://twitter.github.com/bootstrap/javascript.html#dropdowns -->
<li class="dropdown" id="menu1">
<a href="#menu1" class="dropdown-toggle" data-toggle="dropdown">
Resources
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="http://www.meetup.com/Code-for-Dayton/">
<i class=icon-user icon-white></i>
Our Gatherings on Meetup</a>
</li>
<li>
<a href="https://github.com/codefordayton">
<i class=icon-wrench icon-white></i>
Our Code on GitHub</a>
</li>
<li>
<a href="http://codefordayton.uservoice.com/">
<i class=icon-thumbs-up icon-white></i>
Idea List for Civic Apps and Open Data</a>
</li>
<li class="divider"></li>
<li>
<a href="https://twitter.com/search?q=%23cfabrigade">
<i class=icon-retweet icon-white></i>
#cfabrigade - National Tweets</a>
</li>
<li>
<a href="http://codeforamerica.tumblr.com/">
<i class=icon-bullhorn icon-white></i>
Brigade's Tumblr</a>
</li>
</ul>
</li>
</ul>
</div><!--/.nav-collapse -->
</div><!-- /.navbar-inner -->
</div><!-- /.navbar -->
</div> <!-- /.container -->
<!-- fork me banner, top right
================================================== -->
<a class="forkme" href="https://github.com/codefordayton/codefordayton.github.io"><img style="position: absolute; top: 0; right: 0; border: 0; z-index: 100;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a>
<div class="container">
<h1> Select Code for Dayton's New Logo</h1>
<h3> A big thanks to <a href="https://www.linkedin.com/in/aaronglett">Aaron Glett</a> for the awesome designs</h3>
<!-- The Bootstrap Image Gallery lightbox, should be a child element of the document body -->
<div id="blueimp-gallery" class="blueimp-gallery">
<!-- The container for the modal slides -->
<div class="slides"></div>
<!-- Controls for the borderless lightbox -->
<h3 class="title"></h3>
<a class="prev">‹</a>
<a class="next">›</a>
<a class="close">×</a>
<a class="play-pause"></a>
<ol class="indicator"></ol>
<!-- The modal dialog, which will be used to wrap the lightbox content -->
<div class="modal fade">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" aria-hidden="true">×</button>
<h4 class="modal-title"></h4>
</div>
<div class="modal-body next"></div>
<div class="modal-footer">
<button type="button" class="btn btn-default pull-left prev">
<i class="glyphicon glyphicon-chevron-left"></i>
Previous
</button>
<button type="button" class="btn btn-primary next">
Next
<i class="glyphicon glyphicon-chevron-right"></i>
</button>
</div>
</div>
</div>
</div>
</div>
<div id="set1" class="row-fluid">
<ul class="thumbnails">
<li class="span3">
<a href="assets/images/logo/image1.png" title="Image1" data-gallery class="thumbnail"><img src="assets/images/logo/image1.png" alt="hat logo"></a>
</li>
<li class="span3">
<a href="assets/images/logo/image2.png" title="Image2" data-gallery class="thumbnail">
<img src="assets/images/logo/image2.png" alt="gem logo">
</a>
</li>
<li class="span3">
<a href="assets/images/logo/image3.png" title="Image3" data-gallery class="thumbnail">
<img src="assets/images/logo/image3.png" alt="gem on banner logo">
</a>
</li>
<li class="span3">
<a href="assets/images/logo/image4.png" title="Image4" data-gallery class="thumbnail">
<img src="assets/images/logo/image4.png" alt="feather laptop + banner logo"></a>
</li>
</ul>
</div>
<div id="set2" class="row-fluid">
<ul class="thumbnails">
<li class="span3">
<a href="assets/images/logo/image5.png" title="Image5" data-gallery class="thumbnail">
<img src="assets/images/logo/image5.png" alt="winged laptop logo">
</a>
</li>
<li class="span3">
<a href="assets/images/logo/image6.png" title="Image6" data-gallery class="thumbnail">
<img src="assets/images/logo/image6.png" alt="rocket laptop logo">
</a>
</li>
<li class="span4">
<a href="assets/images/logo/image7.png" title="Image7" data-gallery class="thumbnail">
<img src="assets/images/logo/image7.png" alt="4 over CD logo">
</a>
</li>
</ul>
</div>
<div class="fluid-row">
<iframe class="container" src="https://docs.google.com/a/fogmine.com/forms/d/1EmpQ8PifXZadGfJX_HzGt0Yw_mIatyy_ly-cMFPGZok/viewform?embedded=true" width="760" height="700" frameborder="0" marginheight="0" marginwidth="0" scrolling="no">Loading...</iframe>
</div>
</div>
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="http://blueimp.github.io/Gallery/js/jquery.blueimp-gallery.min.js"></script>
<script src="assets/js/bootstrap-image-gallery.min.js"></script>
</body>
</html>