-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
538 lines (509 loc) · 26.7 KB
/
index.html
File metadata and controls
538 lines (509 loc) · 26.7 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
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
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Home - App Dev Club - Cal Poly SLO</title>
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="http://polyappdev.club/img/icons/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://polyappdev.club/img/icons/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://polyappdev.club/img/icons/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://polyappdev.club/img/icons/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="http://polyappdev.club/img/icons/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="http://polyappdev.club/img/icons/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="http://polyappdev.club/img/icons/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="http://polyappdev.club/img/icons/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="http://polyappdev.club/img/icons/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="http://polyappdev.club/img/icons/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="http://polyappdev.club/img/icons/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="http://polyappdev.club/img/icons/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="http://polyappdev.club/img/icons/favicon-128.png" sizes="128x128" />
<meta name="application-name" content="Cal Poly App Dev Club" />
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="http://polyappdev.club/img/icons/mstile-144x144.png" />
<meta name="msapplication-square70x70logo" content="http://polyappdev.club/img/icons/mstile-70x70.png" />
<meta name="msapplication-square150x150logo" content="http://polyappdev.club/img/icons/mstile-150x150.png" />
<meta name="msapplication-wide310x150logo" content="http://polyappdev.club/img/icons/mstile-310x150.png" />
<meta name="msapplication-square310x310logo" content="http://polyappdev.club/img/icons/mstile-310x310.png" />
<link rel="shortcut icon" href="http://www.iconj.com/ico/3/n/3n49gs1j8g.ico" type="image/x-icon" />
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<!-- Plugin CSS -->
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet">
<!-- Theme CSS -->
<link href="css/creative.min.css" rel="stylesheet">
<!-- 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]-->
</head>
<body id="page-top">
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" href="#page-top">Cal Poly App Dev Club</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a class="page-scroll" href="#signup">Sign Up</a>
</li>
<li>
<a class="page-scroll" href="#about">About</a>
</li>
<li>
<a class="page-scroll" href="#projects">Projects</a>
</li>
<li>
<a class="page-scroll" href="#resources">Resources</a>
</li>
<li>
<a class="page-scroll" href="#calendar">Calendar</a>
</li>
<li>
<a class="page-scroll" href="#media">Media</a>
</li>
<li>
<a class="page-scroll" href="#officers">Officers</a>
</li>
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<header>
<div class="header-content">
<div class="header-content-inner">
<center>
<img class="img-custom" src="img/logo_medium.png" alt="">
</center>
<br />
<h1 id="homeHeading">Your ideas.</h1>
<h1 id="homeHeading">Our community.</h1>
<br />
<a href="#signup" class="btn btn-primary btn-xl page-scroll">Sign up for our mailing list</a>
</div>
<br />
<br />
<br />
<center>
<a class="btn btn-primary" href="https://www.facebook.com/groups/polyappdev/"><i class="fa fa-4x fa-facebook-square" style="color:white"></i></a>
<a> </a>
<a class="btn btn-primary" href="https://calpolyappdevclub.slack.com/"><i class="fa fa-4x fa-slack" style="color:white"></i></a>
<a> </a>
<a class="btn btn-primary" href="https://github.com/CalPolyAppDevClub"><i class="fa fa-4x fa-github" style="color:white"></i></a>
</center>
</div>
</header>
<section class="bg-primary" id="signup">
<div class="container">
<div class="row">
<center>
<h2 class="section-heading">Sign up for our mailing list</h2>
</center>
<hr class="light">
<form action="//club.us12.list-manage.com/subscribe/post?u=cceeb76ee4cb3389a811e9583&id=7d33ca4533" method="post" class="form" role="form" id="contactForm" name="sentMessage">
<div id="mc_embed_signup_scroll">
<div class="form-group col-lg-4">
<label for="mce-EMAIL">Email Address </label>
<input type="email" class="form-control required email" placeholder="Required" id="mce-EMAIL" name="EMAIL" required
data-validation-required-message="Please enter your email" />
</div>
<div class="form-group col-lg-4">
<label for="mce-FNAME">First Name </label>
<input type="text" class="form-control" placeholder="Optional" id="mce-FNAME" name="FNAME" />
</div>
<div class="form-group col-lg-4">
<label for="mce-LNAME">Last Name </label>
<input type="text" class="form-control" placeholder="Optional" id="mce-LNAME" name="LNAME" />
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_cceeb76ee4cb3389a811e9583_7d33ca4533" tabindex="-1" value=""></div>
<div class="form-group col-lg-12">
<div id="success"></div>
<!-- For success/fail messages -->
<br />
<center>
<div class="clear">
<input type="submit" value="Submit" name="subscribe" id="mc-embedded-subscribe" class="btn btn-default btn-xl sr-button">
</div>
</center>
</div>
</div>
</form>
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script>
<script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
<!--End mc_embed_signup-->
</div>
</div>
</section>
<section class="bg-light" id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">What we do</h2>
<hr class="primary">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-mobile-phone text-primary sr-icons"></i>
<h3>App Development</h3>
<p class="text-muted">We build apps, and we help you build apps - no experience necessary!</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-wrench text-primary sr-icons"></i>
<h3>Resources</h3>
<p class="text-muted">You'll get the latest, best tools to help you in your app development.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-user text-primary sr-icons"></i>
<h3>Industry Speakers</h3>
<p class="text-muted">We frequently invite professionals to share their industry experiences.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-users text-primary sr-icons"></i>
<h3>Community</h3>
<p class="text-muted">The App Dev Club community is a friendly environment - ask (for help) and you shall receive!</p>
</div>
</div>
</div>
</div>
</section>
<section class="bg-transparent-3" id="projects">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Introducing the PROJECTS Page</h2>
<hr class="primary">
</div>
</div>
</div>
<div class="container">
<div class="col-lg-12">
<center>
<p class="text-faded">Want to join a project for an innovative idea?<br /><br />
The PROJECTS page is for our members to discover new opportunities where they <br />
can gain more experience with app development and be part of something bigger.</p>
<br />
<a href="http://www.polyappdev.club/projects" class="btn btn-primary btn-xl">Go to the PROJECTS page</a>
</center>
</div>
</div>
</section>
<section class="bg-dark" id="resources">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Resources</h2>
<hr class="primary">
</div>
</div>
</div>
<div class="container">
<div class="row">
<p>Here are some helpful links you can use to learn more about app development. If you have any questions or need guidance, you're always welcome to join our weekly project meetings! Sign up for our mailing list or check the calendar below for meeting times.</p>
<table>
<tr>
<th width=25% >Title</th>
<th width=50% >Description</th>
<th width=25% > Link<th>
</tr>
</table>
<br />
<table id="candidateList">
<tr>
<td width=25% >Ray Wenderlich</td>
<td width=50% >RayWenderlich.com features tutorials and videos that covers anything iOS (and more). We recommend their iOS Apprentice series to get started.</td>
<td width=25% ><a href="https://www.raywenderlich.com/category/ios" class="btn">Resource Link</a></td>
</tr>
<tr>
<td width=25%>Apple API Reference</td>
<td width=50%>Keep this handy - you'll be referring to the reference often to look up Apple's frameworks. You might even find a fun toolkit you'll want to play with!</td>
<td width=25%><a href="https://developer.apple.com/reference/" class="btn">Resource Link</a></td>
</tr>
<tr>
<td width=25%>Awesome iOS</td>
<td width=50%>"A curated list of awesome iOS frameworks, libraries, tutorials, Xcode plugins, components and much more."</td>
<td width=25%><a href="https://github.com/vsouza/awesome-ios" class="btn">Resource Link</a></td>
</tr>
<tr>
<td width=25%>Apple Design Principles</td>
<td width=50%>Learn how Apple designs and recommends iOS applications to look, feel, and operate; incredibly design-centric.</td>
<td width=25%><a href="https://developer.apple.com/ios/human-interface-guidelines/overview/design-principles/" class="btn">Resource Link</a></td>
</tr>
</table>
</div>
</div>
</section>
<section class="bg-transparent-1" id="calendar">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Keep track of what's next</h2>
<hr class="primary">
</div>
</div>
</div>
<div class="container">
<div class="col-lg-12 text-center">
<div class="responsive-iframe-container">
<iframe src="https://www.google.com/calendar/embed?showTitle=0&showCalendars=0&height=600&wkst=1&hl=en&bgcolor=%23cccccc&src=calpolyappdev%40gmail.com&color=%231B887A&ctz=America%2FLos_Angeles" style=" border:solid 1px #777 width="100%" height="500" frameborder="0" scrolling="no"></iframe>
</div>
</div>
</div>
</section>
<section class="upper-padding" id="media">
<div class="col-lg-12">
<center>
<h2 class="section-heading" style="color: white">Media archive of events</h2>
</center>
<hr class="light">
</div>
<div class="container-fluid">
<div class="row no-gutter popup-gallery">
<div class="col-lg-4 col-sm-6">
<a href="img/portfolio/fullsize/1.jpg" class="portfolio-box">
<img src="img/portfolio/thumbnails/1.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
10.06.16
</div>
<div class="project-name">
Android Workshop #1
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a href="img/portfolio/fullsize/2.jpg" class="portfolio-box">
<img src="img/portfolio/thumbnails/2.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
10.06.16
</div>
<div class="project-name">
Android Workshop #1
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a href="img/portfolio/fullsize/3.jpg" class="portfolio-box">
<img src="img/portfolio/thumbnails/3.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
10.03.16
</div>
<div class="project-name">
iOS Workshop #1
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a href="img/portfolio/fullsize/4.jpg" class="portfolio-box">
<img src="img/portfolio/thumbnails/4.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
10.03.16
</div>
<div class="project-name">
iOS Workshop #1
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a href="img/portfolio/fullsize/5.jpg" class="portfolio-box">
<img src="img/portfolio/thumbnails/5.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
09.26.16
</div>
<div class="project-name">
First General Meeting: Idea Incubator
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a href="img/portfolio/fullsize/6.jpg" class="portfolio-box">
<img src="img/portfolio/thumbnails/6.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
09.26.16
</div>
<div class="project-name">
First General Meeting: Idea Incubator
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<section class="bg-light" id="officers">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Meet the team</h2>
<hr class="primary">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-user-circle text-primary sr-icons"></i>
<h3>Ethan Abrams</h3>
<p class="text-muted">President</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-user-circle-o text-primary sr-icons"></i>
<h3>Eric Babajanian</h3>
<p class="text-muted">Vice President</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-connectdevelop text-primary sr-icons"></i>
<h3>Garrett Wayne</h3>
<p class="text-muted">Corporate Relations Officer</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-money text-primary sr-icons"></i>
<h3>Quinn Coleman</h3>
<p class="text-muted">Treasurer</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-users text-primary sr-icons"></i>
<h3>Caoimhe Gallahue</h3>
<p class="text-muted">Communications Officer</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-laptop text-primary sr-icons"></i>
<h3>Namjoon Joo</h3>
<p class="text-muted">Webmaster</p>
</div>
</div>
</div>
</div>
</section>
<section class="bg-transparent-2" id="contact">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="section-heading">Have any questions or comments?</h2>
<hr />
<p>Email us or use the contact form below.</p>
</div>
<div class="col-lg-12 text-center">
<i class="fa fa-envelope-o fa-3x sr-contact text-primary"></i>
<p><a href="mailto:calpolyappdev@gmail.com">calpolyappdev@gmail.com</a></p>
<br />
</div>
<div class="col-lg-12">
<!--
<form class="form" role="form" method="post" id="contactForm" name="sentMessage" action="bin/contact.php">
-->
<form class="form" role="form" method="post" id="contactForm" name="sentMessage" action="https://formspree.io/calpolyappdev@gmail.com">
<div class="row">
<div class="form-group col-lg-6">
<row>
<label>Name</label>
<input type="text" class="form-control" placeholder="Required" id="name" name="name"
required data-validation-required-message="Please enter your name" />
</row>
<br />
<row>
<label>Email Address</label>
<input type="email" class="form-control" placeholder="Required" id="email" name="email"
required data-validation-required-message="Please enter your email" />
</row>
</div>
<div class="form-group col-lg-6">
<label>Message</label>
<textarea rows="5" cols="100" class="form-control" placeholder="Required" id="message" name="message"
required data-validation-required-message="Please enter your message" minlength="10"
data-validation-minlength-message="Min 10 characters" maxlength="999" style="resize:none"></textarea>
</div>
<div class="clearfix"></div>
<div class="form-group col-lg-12">
<div id="success"></div>
<!-- For success/fail messages -->
<br />
<br />
<center>
<button class="btn btn-primary btn-xl sr-button" type="submit">Submit</button>
</center>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<script src="js/jqBootstrapValidation.js"></script>
<!-- jQuery -->
<script src="vendor/jquery/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="vendor/scrollreveal/scrollreveal.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Theme JavaScript -->
<script src="js/creative.min.js"></script>
</body>
</html>