-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevents.html
executable file
·192 lines (164 loc) · 5.97 KB
/
events.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
<!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>About - VRS</title>
<link rel="icon" href="/img/vr_icon_1.png">
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/font-awesome.css" rel="stylesheet">
<link href="css/frontpage.css" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
Menu <i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="/">
<img alt="Brand" src="/img/vrs_trans.png" style="height: 40px; display: inline-block; margin-top: -5px"></a>
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<!-- Hidden li included to remove active class from about link when scrolled up past about section -->
<li class="hidden">
<a href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="/events">Events</a>
</li>
<li>
<a class="page-scroll" href="/about">About</a>
</li>
<li>
<a class="page-scroll" href="/team">Team</a>
</li>
<li>
<a class="page-scroll" href="/apply">Apply</a>
</li>
<li>
<a class="page-scroll" href="/join">Join</a>
</li>
<li>
<a class="page-scroll" href="/contact">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Image Background Page Header -->
<header class="vrs-header">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1 class="tagline">Virtual Reality Society</h1>
</div>
</div>
</div>
</header>
<!-- Page Content -->
<br>
<div class="container">
<div class="row">
<div class="col-sm-8 col-md-offset-2">
<div class="panel panel-info">
<div class="panel-heading">
<h4>Outreach Camp</h4>
</div>
<div class="panel-body">
<label>Date and Location:</label><br>
March 9-10
<br>
<a href="http://tagmagnet.org/" target="_blank">School for the Talented and Gifted (TAG)</a>
<hr>
We will be collaborating with the Artificial Intelligence Society at UTD to host a two-day camp at TAG, the
#1 high school in America according to U.S. News & World Report. Our team is excited to inspire students
with topics ranging from machine learning to Vive game development.
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-8 col-md-offset-2">
<div class="panel panel-info">
<div class="panel-heading">
<h4>VR Industry Talk</h4>
</div>
<div class="panel-body">
<label>Date and Location:</label><br>
March; day & time TBD
<br>
Location TBD
<hr>
For the second VR talk, we will bring in a VR industry representative. Stay tuned for further details!
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-8 col-md-offset-2">
<div class="panel panel-info">
<div class="panel-heading">
<h4>VR Demo at the Plinth</h4>
</div>
<div class="panel-body">
<label>Date and Location:</label><br>
February; day & time TBD
<br>
The Plinth outside the Student Union
<hr>
Our first public VR demo will showcase a popular game on the HTC Vive. Stay tuned for further details!
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-8 col-md-offset-2">
<div class="panel panel-info">
<div class="panel-heading">
<h4>Kickoff Event</h4>
</div>
<div class="panel-body">
<label>Date and Location:</label><br>
January 31, 2017 - 7:00 PM
<br>
<a href="https://www.utdallas.edu/locator/ECSS_2#!/ECSS_2.102">TI Auditorium</a>
<hr>
For anyone interested in virtual reality, we're hosting our kickoff event on Tuesday, January 31 in the TI Auditorium.
You'll get to listen to an Intro to VR talk, and a few people will get to try VR out for themselves. All majors, years,
backgrounds, and experience levels are welcome!
</div>
</div>
</div>
</div>
-->
</div>
<footer class="footer">
<div class="container">
<br>
<div class="footerTitle">Follow:
<a href="https://www.facebook.com/Virtual-Reality-at-UTD-377261775949195/?ref=aymt_homepage_panel" target="_blank"><i class="fa fa-facebook fa-1x"></i></a>
<a href="https://twitter.com/UTDVRSociety" target="_blank"><i class="fa fa-twitter fa-1x"></i></a>
</div>
<p>© 2017 Virtual Reality Society</p>
</div>
</footer>
<!-- /.container -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<script src="js/vrs.js"></script>
</body>
</html>