-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
679 lines (444 loc) · 22.1 KB
/
index.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
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
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
<!DOCTYPE html>
<html lang="en-us">
<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="The University of Maryland’s Virtual Reality Club is composed of students who share an interest in virtual and augmented reality. Come join us today!">
<meta name="author" content="UMD VR Club">
<meta name="generator" content="Hugo 0.25.1" />
<title>UMD VR</title>
<!-- Stylesheets -->
<link href="http://www.vr.umd.edu/css/bootstrap-v3.3.7/bootstrap.min.css" rel="stylesheet">
<link href="http://www.vr.umd.edu/css/main.css" rel="stylesheet">
<link href="http://www.vr.umd.edu/css/jquery.form-validator-v2.3.44/theme-default.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="http://www.vr.umd.edu/font-awesome-v4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Kaushan+Script" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css">
<link rel="shortcut icon" type="image/x-icon" href="http://www.vr.umd.edu/favicon.ico">
<link rel="icon" type="image/x-icon" href="http://www.vr.umd.edu/favicon.ico">
<!-- 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" class="index">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-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 page-scroll" href="/#page-top">
UMD VR
</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 class="hidden">
<a href="/#page-top"></a>
</li>
<li>
<a class="page-scroll" href="http://www.vr.umd.edu#lab">Lab</a>
</li>
<li>
<a class="page-scroll" href="http://www.vr.umd.edu#projects">Classes</a>
</li>
<li>
<a class="page-scroll" href="http://www.vr.umd.edu#about">About</a>
</li>
<li>
<a class="page-scroll" href="http://www.vr.umd.edu#team">Team</a>
</li>
<li>
<a class="page-scroll" href="http://www.vr.umd.edu#contact">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Hero -->
<header class = "bg-navy-trans">
<div id="particles-js"></div>
<div class="container">
<div class="intro-text">
<div class="intro-lead-in">The University of Maryland, College Park</div>
<div class="intro-heading">Virtual Reality Club</div>
<a href="https://orgsync.com/124056/chapter" class="page-scroll btn btn-xl">Join Now</a>
</div>
</div>
</header>
<!-- lab -->
<section id="lab" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">The Lab</h2>
<h3 class="section-subheading text-muted" id="lab_row">Our lab has tons of cool gear, including Oculus Rifts, and the HTC vive. Find us on the fourth floor of A.V Williams!</h3>
</div>
</div>
<div class="row text-center">
<div class="col-md-4">
<h4 class="service-heading"><a href="https://www.facebook.com/groups/UMDVRClub/">Hours</a></h4>
<p class="text-muted">Our lab hours change every day, so for now you can find out if we’re open on our <a href="https://www.facebook.com/groups/UMDVRClub/">Facebook page.</a> A lab hours module will be coming to this site soon!</p>
</div>
<div class="col-md-4">
<h4 class="service-heading"><a href="https://www.google.com/maps/dir//A.V.+Williams+Bldg,+8223+Paint+Branch+Dr,+College+Park,+MD+20740/">Location</a></h4>
<p class="text-muted">Find us at Room 4176 of the A.V Williams Building at the University of Maryland, College Park. Here are the <a href="https://www.google.com/maps/dir//A.V.+Williams+Bldg,+8223+Paint+Branch+Dr,+College+Park,+MD+20740/">directions on Google Maps.</a></p>
</div>
<div class="col-md-4">
<h4 class="service-heading"><a href="https://holobuilder.com/app/index.html?e=0&p=5277973575892992#player/5277973575892992?options=17">Virtual Tour</a></h4>
<p class="text-muted">Check out a 360 <a href="https://www.flickr.com/photos/151895069@N03/32653511931/in/dateposted-public/">holo-view of our lab!</a> This was taken with the Ricoh 360° camera, which is available for use at the lab.</p>
</div>
</div>
</div>
</section>
<!-- projects Grid Section -->
<section id="projects" class="bg-light-gray-trans">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">classes</h2>
<h3 class="section-subheading text-muted">Here are our courses for the Spring 2017 semester!</h3>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-6 projects-item">
<a href="#projectsModal1" class="projects-link" data-toggle="modal">
<div class="projects-hover">
<div class="projects-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="http://www.vr.umd.edu/img/projects/unity-preview.png" class="img-responsive" alt="">
</a>
<div class="projects-caption">
<h4>Unity for Beginners</h4>
<p class="text-muted">Game Programming</p>
</div>
</div>
<div class="col-md-4 col-sm-6 projects-item">
<a href="#projectsModal2" class="projects-link" data-toggle="modal">
<div class="projects-hover">
<div class="projects-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="http://www.vr.umd.edu/img/projects/paint.jpg" class="img-responsive" alt="">
</a>
<div class="projects-caption">
<h4>Creating Textures for VR</h4>
<p class="text-muted">Art & Design (TBA)</p>
</div>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class ="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">About Us</h2>
<p class="section-subheading text-muted">The University of Maryland’s Virtual Reality Club was founded in 2014, and has since grown to an organization with over 500+ student members. We have VR resources including Oculus Rifts and the HTC Vive, available to all members in the lab. We host VR development classes, as well as smaller workshops where you can learn about VR in our newly launched small-group mentorship program. We cover topics in our classes like learning to use Unity and Unreal, as well as creating art optimized for VR. Our ultimate mission is to work with the community to develop a great VR culture for students, research, and startups at the University of Maryland.</p>
<br><br>
</div>
</div>
<div class="container">
<ul class="timeline">
<li>
<div class="timeline-badge"></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">Student Milestone</h4>
</div>
<div class="timeline-body">
<p>Over 25% of all undergraduate computer science students at UMD are members of the VR club. Although we've only been around a year, we are now the third largest computer science club here!</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-badge warning"></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">Sponsored Equipment</h4>
</div>
<div class="timeline-body">
<p>We would like to thank <a href="www.oculus.com">Oculus</a> and <a href="www.lockheedmartin.com">Lockheed Martin</a> for their generous donations to the VR club! Without our sponsors, we would not be able to develop with the incredibly array of VR equipment we have.</p>
</div>
</div>
</li>
<li>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">Review of 2016</h4>
</div>
<div class="timeline-body">
<p>In 2016, we hosted a panel with prominent VR specialists in the Greater Washington area. We also became SGA recognized and upgraded our equipment to include multiple Oculus Rifts, Dell Optiplexes, an HTC vive, touch controllers and monitors.</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-badge danger"></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">Technica</h4>
</div>
<div class="timeline-body">
<p>In 2016, for the second year in a row, our members helped mentor Technica, the University of Maryland's first all-women hackathon.</p>
</div>
</div>
</li>
<li>
<div class="timeline-badge info"></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">Iribe Center Groundbreaking</h4>
</div>
<div class="timeline-body">
<p>Several members created group projects over the course of the year. A notable one was a groundbreaking virtual reality demo that a large portion of faculty and students at UMD went to see. Some of the notable people who tried the demo were President Wallace Loh, Governor Larry Hogan, and Brendan Iribe. <a href="https://www.youtube.com/watch?v=L3Ff3SrXs8g">Here is a link to the video</a></p>
</div>
</div>
</li></li>
<li>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">Plans for 2017</h4>
</div>
<div class="timeline-body">
<p>Our main goals for 2017 include: massively improving the quantity and quality of our course offerings, seeking additional funding for the lab and semesterly events, beginning to host an annual VR-themed hackathon, expanding our member pool, and continuing to collaborate with other UMD organizations (e.g Bitcamp, AR club).</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">Mentorship Program</h4>
</div>
<div class="timeline-body">
<p>The VR mentorship program will begin in February after our general body meeting. Groups of VR club members with varying levels of VR experience will be assigned a VR mentor and will undergo a semester-long project (including VR club workshops and classes), culminating in a feature exhibit at Bitcamp for the top team).</p>
</div>
</div>
</li>
<li>
<div class="timeline-badge success"></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">RealityHacks Hackathon</h4>
</div>
<div class="timeline-body">
<p>This Spring, the VR club and the AR club held <a href="https://rhacks.com">RealityHacks</a>, the University of Maryland's first joint VR/AR hackathon-- sponsored by Oculus, Unity, Unreal, and Microsoft. Prizes ranged from four Oculus Rifts to Microsoft Bands.<a href="https://realityhacks.devpost.com/">Here is a link to the submissions.</a></p>
</div>
</div>
</li>
</ul>
</div>
</div>
</section>
<!-- Team Section -->
<section id="team" class="bg-light-gray-trans">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Our team</h2>
<br>
<br>
</div>
</div>
<div class="row flexbox">
<div class="col-sm-4 col">
<div class="team-member">
<h3>Harrison Linowes</h3>
<h4>President</h4>
<ul class="list-inline social-buttons">
<li><a href="https://github.com/hlino"><i class="fa fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/harrison-linowes"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
<div class="col-sm-4 col">
<div class="team-member">
<h3>Eashaan Kumar</h3>
<h4>Vice President</h4>
<ul class="list-inline social-buttons">
<li><a href="https://github.com/eashaank"><i class="fa fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/eashaan-kumar/"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
<div class="col-sm-4 col">
<div class="team-member">
<h3>Kevin Chen</h3>
<h4>Director of Technology and Design</h4>
<ul class="list-inline social-buttons">
<li><a href="https://github.com/kevchn"><i class="fa fa-github"></i></a></li>
<li><a href="https://linkedin.com/in/kevchn"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
<div class="col-sm-4 col">
<div class="team-member">
<h3>Richard Vook</h3>
<h4>Treasurer</h4>
<ul class="list-inline social-buttons">
</ul>
</div>
</div>
<div class="col-sm-4 col">
<div class="team-member">
<h3>Darpan Shah</h3>
<h4>Outreach Treasurer</h4>
<ul class="list-inline social-buttons">
</ul>
</div>
</div>
<div class="col-sm-4 col">
<div class="team-member">
<h3>Raghav Gupta</h3>
<h4>Secretary</h4>
<ul class="list-inline social-buttons">
</ul>
</div>
</div>
<div class="col-sm-4 col">
<div class="team-member">
<h3>Abhinav Bahl</h3>
<h4>Resource Manager</h4>
<ul class="list-inline social-buttons">
</ul>
</div>
</div>
<div class="col-sm-4 col">
<div class="team-member">
<h3>Mike Bartner</h3>
<h4>Social Media Director</h4>
<ul class="list-inline social-buttons">
</ul>
</div>
</div>
<div class="col-sm-4 col">
<div class="team-member">
<h3>Amitabh Varshney</h3>
<h4>Advisor</h4>
<ul class="list-inline social-buttons">
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="bg-navy-trans">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Contact us</h2>
<h3 class="section-subheading text-muted">Get in touch with us at [email protected]!</h3>
</div>
</div>
</div>
</div>
</section>
<!-- Footer section -->
<footer class="bg-light-gray-trans">
<div class="container">
<div class="row">
<div class="col-md-4">
<span class="copyright"></span>
</div>
<div class="col-md-4">
<ul class="list-inline social-buttons">
<li><a href="https://twitter.com/UMDVRClub"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.facebook.com/umdvrclub/"><i class="fa fa-facebook"></i></a></li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-inline quicklinks">
<li><a href="#">Member Policy</a></li>
<li><a href="https://undergrad.cs.umd.edu/clubs-and-organizations">Other CS Clubs</a></li>
</ul>
</div>
</div>
</div>
<script src=https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js></script>
</footer>
<!-- projects Modals -->
<div class="projects-modal modal fade" id="projectsModal1" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Unity for Beginners</h2>
<p class="item-intro text-muted">Taught by Eashaan Kumar</p>
<img class="img-responsive img-centered" src="http://www.vr.umd.edu/img/projects/unity-fb.jpg" alt="">
<p>Unity is one of most commonly used game engines for VR content and is an invaluable piece of software to learn if you intend on making VR projects of your own. The class will be held in the VR Lab, AVW room 4176 (room may change; see <a href="https://www.facebook.com/groups/UMDVRClub/">Facebook</a> for more details), every Friday. Hope to see you guys there! <a href="https://github.com/umdVR/UnityClassUMD">Course Github</a></p>
<ul class="list-inline">
<li>Status: </li>
<li>Prerequisites: <a href="#">None</a></li>
<li>Category: Game Programming</li>
</ul>
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Exit class</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="projects-modal modal fade" id="projectsModal2" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Creating Textures for VR</h2>
<p class="item-intro text-muted">TBA</p>
<img class="img-responsive img-centered" src="http://www.vr.umd.edu/img/projects/paint.jpg" alt="">
<p>TBA</p>
<ul class="list-inline">
<li>Status: TBA</li>
<li>Prerequisites: <a href="#">TBA</a></li>
<li>Category: Art & Design (TBA)</li>
</ul>
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Exit class</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- jQuery -->
<script src="http://www.vr.umd.edu/js/jquery-v3.3.1/jquery.min.js"></script>
<!-- Bootstrap Core -->
<script src="http://www.vr.umd.edu/js/bootstrap-v3.3.7/bootstrap.min.js"></script>
<!-- Form Validation -->
<script src="http://www.vr.umd.edu/js/jquery.form-validator-v2.3.44/jquery.form-validator.min.js"></script>
<!-- Custom Theme -->
<script src="http://www.vr.umd.edu/js/main.js"></script>
</body>
</html>