-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
505 lines (433 loc) · 27.8 KB
/
index.html
File metadata and controls
505 lines (433 loc) · 27.8 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
<!DOCTYPE html>
<!--
Author: Giovanni Artavia, Brandon Lammey, Dylan Herrig, James Glass, Ashli Mosiman
Date Last Updated: 12 September 2018
File Name: index.html
Description: Basic webpage used to display information for the KU Web Design Club
-->
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel='shortcut icon' type='image/x-icon' href='img/favicon.ico' />
<link href="https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!-- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/fontstyle.css">
<script type="text/javascript" src="js/design.js"></script>
<title>KU Web Development Club</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
</head>
<body id = "top">
<!--navbar fixed to the top of the page-->
<!-- <nav class="navbar navbar-light navbar-fixed-top bg-light">
<a class="btn-animated logo-box" href="#top">
<img src="img/Jawhawk_Logo.png" alt="Logo" class="Logo">
</a>
</nav> -->
<!-- NAVBAR -->
<div id="custom-bootstrap-menu" class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-menubuilder">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse navbar-menubuilder">
<ul class="nav navbar-nav">
<li><a href="#top">Home</a>
</li>
<!-- <li><a href="#about">About</a>
</li>
<li><a href="#ourProjects">Projects</a>
</li>
<li><a href="#infoSessions">Info Sessions</a>
</li>
<li><a href="#meetingSlides">Slides</a>
</li> -->
<li><a href="#contactUs">Contact</a>
</li>
</ul>
</div>
</div>
</div>
<!-- END NAVBAR -->
<!-- top header of page-->
<header class="header" id="header">
<div class="textBox">
<h1 class="headingPrimary">
<span class="headingPrimaryMain">KU</span>
<span class="headingPrimarySub">Web Development Club</span>
</h1>
<!-- <ul id = "menuBarIndex">
<li><a href="#about" class="btn btn-white btn-animated"> About </a></li>
<li><a href="#ourProjects" class="btn btn-white btn-animated"> Projects </a></li>
<li><a href="#infoSessions" class="btn btn-white btn-animated"> Info Sessions </a></li>
<li><a href="#contact" class="btn btn-white btn-animated"> Contact </a></li>
</ul> -->
</div>
</header>
<!-- Web Page Sections -->
<div class="container-fluid">
<div class="informationBoxes">
<!-- About Us -->
<!-- <div class="row">
<div class="col-sm-12">
<div class="infoBox1">
<h1><strong id="about"> About Us </strong></h1>
<br><br>
<p>
We’re KU students interested in exploring web development and design. We welcome all KU students interested in the web development field regardless of experience. We offer info sessions to aid in full stack developoment skills. These skills will be used to develop individual and group based projects within the club ranging from beginner level to more advanced web development projects.
<br><br>
</p>
<div class="row">
<div class="col-md-4 col-xs-12">
<h3><strong><u>Where</u> We Meet</strong></h3>
<p>General: <br> Lab: <br>
</div>
<div class="col-md-4 col-xs-12">
<h3><strong> <u>When</u> We Meet</strong></h3>
<p> All officers have graduated and therefore this club is up for grabs. For more information contact Brandon Lammey @b827l697@ku.edu </p>
</div>
<div class="col-md-4 col-xs-12">
<h3><strong> <u>How</u> to Join </strong></h3>
<p>Attend our open meetings or notify us using the form in the contact section below.</p>
</div>
</div> -->
<!--Carousel: Images must have the same aspect ratio to maintain size (Current 605x520)-->
<!-- <div class="container">
<h3><strong><u>Officers & Advisor</u></strong></h3>
<div id="myCarousel" class="carousel slide" data-ride="carousel"> -->
<!-- Indicators -->
<!-- <ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
<li data-target="#myCarousel" data-slide-to="4"></li>
<li data-target="#myCarousel" data-slide-to="5"></li>
</ol> -->
<!-- Wrapper for slides -->
<!-- <div class="carousel-inner">
<div class="item active">
<img src="img/animal0.png" alt="Giovanni Artavia" style="width:100%;">
<div class="carousel-caption">
<h3><b>Giovanni A</b></h3>
<p>PRESIDENT<br> <br>giovaartavia@ku.edu </p>
</div>
</div>
<div class="item">
<img src="img/animal4.png" alt="Brandon Lammey" style="width:100%;">
<div class="carousel-caption">
<h3><b>Brandon L</b></h3>
<p>VICE PRESIDENT <br> <br> archerlammey@ku.edu</p>
</div>
</div>
<div class="item">
<img src="img/animal2.png" alt="Ashli Mosiman" style="width:100%;">
<div class="carousel-caption">
<h3><b>Asheli M</b></h3>
<p>EVENT COORDINATOR <br> <br> amosiman93@ku.edu</p>
</div>
</div>
<div class="item">
<img src="img/animal3.png" alt="James Glass" style="width:100%;">
<div class="carousel-caption">
<h3><b>James G</b></h3>
<p>SOCIAL CHAIR <br> About Page: <a href="url">James.Glass</a> <br>j234g594@ku.edu </p>
</div>
</div>
<div class="item">
<img src="img/animal1.png" alt="Dylan Herrig" style="width:100%;">
<div class="carousel-caption">
<h3><b>Dylan H</b></h3>
<p>CREATIVE DIRECTOR <br> <br> dylan.herrig@gmail.com</p>
</div>
</div>
<div class="item">
<img src="img/animal5.png" alt="Paul Kline" style="width:100%;">
<div class="carousel-caption">
<h3><b>Paul K</b></h3>
<p>ADVISOR <br> <br> p098k866@ku.edu</p>
</div>
</div>
</div> -->
<!-- Left and right controls -->
<!-- <a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div> -->
<!--End Carousel-->
<!-- </div>
</div>
</div> -->
<!--Our Projects-->
<!-- <div class="row">
<div class="col-sm-12">
<div class="infoBox2" id="projects">
<h1><strong id="ourProjects"> Our Current Projects </strong></h1>
<p>
</p>
<div class="row">
<div class="col-md-6 col-xs-12">
<div class="thumbnail projectLeft projectList">
<img src="img/heldhands.jpg">
<div class="projectDescriptionLayerLeft">
<h4 class="projectTitle lineBottom">And Then We Held Hands</h4>
<p class="projectDescription"> <br>Initially a unique non-verbal cooperative board game about finding balance. Now we turn this game into a web based app. <br>Project in production Fall 2018. </p>
<a class="projectAnchor" href="#" target="_blank">In Production</a>
</div>
<span class="projectsIcon projectsIconLeft">
<span class="glyphicon glyphicon-new-window">
<a class="projectAnchor" href="#" target="_blank">In Production</a>
</span>
</span>
</div>
</div>
<div class="col-md-6 col-xs-12">
<div class="thumbnail projectRight projectList">
<img src="img/filestorage.png">
<div class="projectDescriptionLayerRight">
<h4 class="projectTitle lineBottom">Secure File Storage</h4>
<p class="projectDescription">An encrypted file storage application using latest technologies for file security. <br>Project in production Fall 2018. </p>
<a class="projectAnchor" href="#" target="_blank">In Production</a>
</div>
<span class="projectsIcon projectsIconRight">
<span class="glyphicon glyphicon-new-window">
<a class="projectAnchor" href="#" target="_blank">In Production</a>
</span>
</span>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 col-xs-12">
<div class="thumbnail projectLeft projectList">
<img src="img/personal_website.png">
<div class="projectDescriptionLayerLeft">
<h4 class="projectTitle lineBottom">Personal About Page</h4>
<p class="projectDescription">Page that functions as an interactive resume. Each project is individual with the winner of best personal page linked here. <br>Project in production Fall 2018.</p>
<a class="projectAnchor" href="#" target="_blank">In Production</a>
</div>
<span class="projectsIcon projectsIconLeft">
<span class="glyphicon glyphicon-new-window">
<a class="projectAnchor" href="#" target="_blank">In Production</a>
</span>
</span>
</div>
</div>
<div class="col-md-6 col-xs-12">
<div class="thumbnail projectRight projectList">
<img src="img/searchstream.png">
<div class="projectDescriptionLayerRight">
<h4 class="projectTitle lineBottom"> Streaming Library Search </h4>
<p class="projectDescription"> <br> Web app used to search a title and determine which streaming services offer a desired title. <br>Project in production Fall 2018. </p>
<a class="projectAnchor" href="#" target="_blank">In Production</a>
</div>
<span class="projectsIcon projectsIconRight">
<span class="glyphicon glyphicon-new-window">
<a class="projectAnchor" href="#" target="_blank">In Production</a>
</span>
</span>
</div>
</div>
</div>
</div>
</div>
</div> -->
<!--Info Sessions-->
<!-- <div class="row">
<div class="infoBox3" id="tutorials">
<h1> <strong id="infoSessions"> Info Sessions </strong></h1><br>
<section class="section-tours" id="section-tours">
<div class="row tutorialRow">
<div class="col-md-4 col-sm-12 leftInfoSession">
<div class="card">
<div class="card__side card__side--front">
<div class="card__picture card__picture--1">
</div>
<h4 class="card__heading">
<span class="card__heading-span card__heading-span--1">Basic Web Languages</span>
</h4>
<div class="card__details">
<ul>
<li>HTML, CSS, and Javascript Basics</li>
<li>Design flow and best practices</li>
<li>Version control using GitHub</li>
<li><strong>Date: </strong>09/18/2018</li>
</ul>
</div>
</div>
<div class="card__side card__side--back card__side--back-1">
<div class="card__cta">
<div class="card__price-box">
<p class="card__price-value">Workspace:</p>
</div>
<a href="https://github.com/KUWebDevelopment/Personal-Page-Lab-Series" class="btn btn-white">Code</a>
<a href="https://drive.google.com/open?id=1rKsSOZjnLyVsms9DMfFNqK0RXTBKdEzfNOWfW28O82I" class="btn btn-white">Slides</a>
</div>
</div>
</div>
</div> -->
<!-- <div class="col-md-4 col-sm-12 ">
<div class="card">
<div class="card__side card__side--front">
<div class="card__picture card__picture--2">
</div>
<h4 class="card__heading">
<span class="card__heading-span card__heading-span--2">Front End Frameworks</span>
</h4>
<div class="card__details">
<ul>
<li>Bootstrap, Semantic UI, Foundation, Bulma</li>
<li>Quickly develop your front end with pre-built UI components</li>
<li>Responsive Design: Mobile First</li>
<li><strong>Date: </strong>10/01/2018</li>
</ul>
</div>
</div>
<div class="card__side card__side--back card__side--back-2">
<div class="card__cta">
<div class="card__price-box">
<p class="card__price-value">Workspace:</p>
</div>
<a href="https://github.com/KUWebDevelopment/Personal-Page-Lab-Series" class="btn btn-white">Code</a>
<a href="https://drive.google.com/open?id=1EIWK85MhK9jFr5TlT_XQsqnPrXY4UZeXILddnIax984" class="btn btn-white">Slides</a>
</div>
</div>
</div>
</div> -->
<!-- <div class="col-md-4 col-sm-12 rightInfoSession">
<div class="card">
<div class="card__side card__side--front">
<div class="card__picture card__picture--3">
</div>
<h4 class="card__heading">
<span class="card__heading-span card__heading-span--3">Back-End Development</span>
</h4>
<div class="card__details">
<ul>
<li>Relational VS Non Relational</li>
<li>Database Design</li>
<li>MySQL, MongoDB, Firebase</li>
<li><strong>Date: </strong>10/23/2018</li>
</ul>
</div>
</div>
<div class="card__side card__side--back card__side--back-3">
<div class="card__cta">
<div class="card__price-box">
<p class="card__price-value center">Workspace:</p>
</div>
<a href="https://github.com/KUWebDevelopment/Personal-Page-Lab-Series" class="btn btn-white">Code</a>
<a href="#" class="btn btn-white">Slides</a>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div> -->
<!-- BEGIN SLIDES -->
<!--Our Projects-->
<!-- <div class="row">
<div class="col-sm-12">
<div class="infoBox2" id="meeting">
<h1><strong id="meetingSlides"> Meeting Slides </strong></h1>
<p>
</p>
<div class="row">
</div>
</div>
</div>
</div> -->
<!-- END SLIDES -->
<!-- BEGIN CONTACT -->
<div class="row">
<div class="infoBox3" id="contact">
<h1> <strong id="contactUs"> Contact Us </strong></h1><br>
<section class="section-tours" id="section-tours">
<div class="row tutorialRow">
This club is currently up for grabs. For more information please contact Brandon Lammey: b827l697@ku.edu
</div>
</section>
</div>
</div>
<!-- END CONTACT -->
<!-- BEGIN FOOTER -->
<div class="row" id="footer-main">
<div class="side-content"></div>
<div class="main-content">
<div class="content-header">
</div>
<div class="content-body" id="footer">
<p>Copyright KU Web Development Club 2018</p>
</div>
</div>
<div class="side-content"></div>
</div>
<!-- END FOOTER -->
</div>
<!--End InfoBoxes-->
</div>
<!--End Fluid Container-->
<!--Old Contact Us-->
<!-- <div class="Last" id="contact">
<div class="bg-video">
<video class="bg-video__content" autoplay muted loop>
<source src="img/video.mp4" type="video/mp4">
<source src="img/video.webm" type="video/webm">
Your browser is not supported!
</video>
</div>
<div class="contactInfoHead">
<h1> <strong>Contact Us </strong></h1>
</div>
<div class="row">
<div class="contactInfo">
<p>
For more information or questions about attending a meeting or if you are a club or group at KU that would like a website built, feel free to contact us via email at:
<br>
Email: ku.webdesign@gmail.com
<br>
Slack: KUWebDevelopment.slack.com
<br>
<a href="https://join.slack.com/t/kuwebdesign/shared_invite/enQtMzExODM5MTQxNzMzLTJmNTkzMGE3NTJkODUwYTM3MWU3M2Y5ZmMxNjgwYTBhMWY5M2VkY2NhYjBlYzU1OGQwZDI1YzU3NTgyMzFiMTQ">Slack Group Invite</a>
</p>
</div>
</div>
</div> -->
<script src="https://www.gstatic.com/firebasejs/5.4.2/firebase.js"></script>
<script>
// Initialize Firebase
var config = {
apiKey: "AIzaSyB610sz3IOQxtjfSfoKyXTIy7UBPlWjpKk",
authDomain: "club-page.firebaseapp.com",
databaseURL: "https://club-page.firebaseio.com",
projectId: "club-page",
storageBucket: "club-page.appspot.com",
messagingSenderId: "139564749786"
};
firebase.initializeApp(config);
</script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</body>
</html>