-
Notifications
You must be signed in to change notification settings - Fork 1
/
benefitconcert.html
265 lines (225 loc) · 11.7 KB
/
benefitconcert.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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>FASTER</title>
<!-- CSS -->
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:400,100,300,500">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Montserrat:400,700">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/elegant-font/code/style.css">
<link rel="stylesheet" href="assets/css/animate.css">
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<link rel="stylesheet" href="assets/css/superslides.css">
<link rel="stylesheet" href="assets/css/form-elements.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/media-queries.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]-->
<!-- Favicon and touch icons -->
<link rel="shortcut icon" href="assets/ico/favicon.png">
<!-- Scripts -->
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o), m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-84644258-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!-- Top menu -->
<nav class="navbar navbar-fixed-top navbar-no-bg navbar-inverse" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="btton" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#top-navbar-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">FASTER</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="top-navbar-1">
<ul class="nav navbar-nav navbar-right">
<li class="nav-item">
<a href="index.html#top-content">Home</a>
</li>
<!--<li><a href="archive.html">Archive</a></li> -->
<li class="nav-item dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
About
<span class="caret"></span>
</a>
<ul class="dropdown-menu navbar-nav">
<li><a href="index.html#mission">Mission + Vision</a></li>
<li><a href="index.html#goals">Goals</a></li>
<li><a href="index.html#team">Team</a></li>
<li><a href="index.html#conduct">Conduct Code</a></li>
<li><a href="index.html#contact">Contact</a></li>
<li><a href="faq.html#FAQ">FAQ</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="index.html">
Components
<span class="caret"></span>
</a>
<ul class="dropdown-menu navbar-nav">
<li class="dropdown-submenu">
<a class="drop" href="#">
Education
<span class="fa fa-caret-right"></span>
</a>
<ul class="dropdown-menu navbar-nav">
<li class="dropdown-submenu">
<a class="drop" href="#">
Fastercon
<span class="fa fa-caret-right"></span>
</a>
<ul class="dropdown-menu navbar-nav">
<li class="dropdown-submenu">
<a class="drop" href="#">
Fastercon 2018
<span class="fa fa-caret-right"></span>
</a>
<ul class="dropdown-menu navbar-nav">
<li><a href="fastercon18.html">Event Page</a></li>
<li><a href="agenda.html">Agenda</a></li>
<li><a href="speakers18.html">Speakers</a></li>
</ul>
</li>
<li class="dropdown-submenu">
<a class="drop" href="#">
Archive
<span class="fa fa-caret-right"></span>
</a>
<ul class="dropdown-menu navbar-nav">
<li><a href="archive/FASTER17/fastercon17.html">2017 site</a></li>
<li><a href="archive/FASTER16/fastercon16.html">2016 site</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="mentorship.html">Mentorship</a></li>
<li><a href="techincolor.html">TechInColor</a></li>
</ul>
</li>
<li><a href="pinaysintech.html">Pinays In Tech</a></li>
<li><a href="pros.html">PROS</a></li>
<li class="dropdown-submenu">
<a class="drop" href="#">
Community
<span class="fa fa-caret-right"></span>
</a>
<ul class="dropdown-menu navbar-nav">
<li class="dropdown-submenu">
<a class="drop" href="#">
Partnerships
<span class="fa fa-caret-right"></span>
</a>
<ul class="dropdown-menu navbar-nav">
<li><a href="benefitconcert.html">Benefit Concert</a></li>
</ul>
</li>
<li><a href="community.html">Online Database</a></li>
</ul>
</li>
<li><a href="partners.html">Partners</a></li>
</ul>
</li>
<!--<li><a href="join.html">Join</a></li> -->
<li class="nav-item dropdown ">
<a class="dropdown-toggle" data-toggle="dropdown" href="#mission">
Events
<span class="caret"></span>
</a>
<ul class="dropdown-menu navbar-nav">
<li><a href="calendar.html">Calendar</a></li>
<!--<li><a href="archive.html">FASTERCON</a></li>-->
<!--<li><a href="events.html">Events Info</a></li>-->
</ul>
</li>
<li class="nav-item dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="">
Media
<span class="caret"></span>
</a>
<ul class="dropdown-menu navbar-nav">
<li><a href="media.html">Media Releases</a></li>
<li><a href="media-faster18.html">FASTERCON 2018</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a href="blog.html">
Blog
</a>
</li>
<li class="nav-item">
<a href="index.html#suggest">
Suggestion Box
</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="block-3-container section-container what-we-do-container">
<div class="container">
<div class="row">
<div class="col-sm-12 block-3 section-description wow fadeIn">
<h2>Benefit Concert</h2>
<div class="divider-1 wow fadeInUp"><span></span></div>
<h3></h3>
<p></p>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="scroll-to-top"> <a href="#"><i class="fa fa-chevron-up"></i></a> </div>
</div>
</div>
<div class="row">
<div class="col-sm-12 footer-copyright"> © FASTER 2017 </div> Logo created by <a href="http://www.fredmadrid.com">Fred Madrid</a> </div>
</div>
</footer>
<!-- Javascript -->
<script src="assets/js/jquery-1.11.1.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/jquery.backstretch.min.js"></script>
<script src="assets/js/jquery.superslides.min.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/retina-1.1.0.min.js"></script>
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script src="assets/js/waypoints.min.js"></script>
<script src="assets/js/masonry.pkgd.min.js"></script>
<script src="assets/js/scripts.js"></script>
<!--[if lt IE 10]> <script src="assets/js/placeholder.js"></script> <![endif]-->
<script>
$(document).ready(function(){
$('.dropdown a.drop').on("click", function(e){
$(this).next('ul').toggle();
e.stopPropagation();
e.preventDefault();
});
});
</script>
</body>
</html>