-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcontact.html
362 lines (279 loc) · 10.9 KB
/
contact.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
<!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">
<meta name="description" content="">
<meta name="author" content="">
<title style="font-family:Roboto Slab;">Contact</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/scrolling-nav.css" rel="stylesheet">
<!-- IMPLEMENTATION OF FULLPAGE.JS -->
<link rel="stylesheet" type="text/css" href="css/fullPage.css">
<link rel="stylesheet" type="text/css" href="css/jquery.fullPage.css" />
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!-- This following line is optional. Only necessary if you use the option css3:false and you want to use other easing effects rather than "linear", "swing" or "easeInOutCubic". -->
<script src="js/vendors/jquery.easings.min.js"></script>
<!-- This following line is only necessary in the case of using the plugin option `scrollOverflow:true` -->
<script type="text/javascript" src="js/vendors/jquery.slimscroll.min.js"></script>
<script type="text/javascript" src="js/jquery.fullPage.js"></script>
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<div class="navbar navbar-inverse navbar-static-top" role="navigation">
<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>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!--<a class="navbar-brand" href="#">VR Club @ UCSD</a>-->
<a href="index.html" class="pull-left"><img src="img/VR_ClubLogo.png" height = "50" width = "75"></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" style="font-family:Roboto Slab;">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li class = "active" ><a href="contact.html">Contact</a></li>
<li><a href="media.html">Media</a></li>
<li><a href = "opportunities.html">Opportunities</a><li>
</ul>
</div>
<!--.navbar-collapse -->
</div>
</div>
<nav class="secondnavbar flex ">
<div class="flex-row ">
<span class="flex-item ">
<i class="fa fa-map-o fa-2x" style="vertical-align: middle;">
<a class="page-scroll" href="#location" style="color:#d3d3d3;font-family:Roboto Slab;">Location</a>
</i>
</span>
<span class="flex-item">
<i class="fa fa-user-plus fa-2x" style="vertical-align: middle;">
<a class="page-scroll" href="#getInvolved" style="color:#d3d3d3;font-family:Roboto Slab;">Get Involved </a>
</i>
</span>
<span class="flex-item">
<i class="fa fa-envelope-o fa-2x" style="vertical-align: middle;">
<a class="page-scroll" href="#contact" style="color:#d3d3d3;font-family:Roboto Slab;">Contact Us </a>
</i>
</span>
</div>
</nav>
<script src="js/jq-sticky-anything.min.js"></script>
<script type="text/javascript">
$('.secondnavbar').stickThis({
top: 0, // top position of sticky element, measured from 'ceiling'
minscreenwidth: 0, // element will not be sticky when viewport width smaller than this
maxscreenwidth: 999999, // element will not be sticky when viewport width larger than this
zindex: 1, // z-index value of sticky element
debugmode: false // when true, errors will be logged to console
});
</script>
<!-- Images
feet.jpeg
sphere.jpeg
tree.jpeg
pc map.jpeg
virtual-reality-lab.jpeg
milkyway.jpeg
pokemon.jpeg -->
<div class = "jumbotron" id = "location" style = "background-color:black; background-image:url('img/.jpg');
height:2600px; width:auto; background-size:300%; background-position:center;">
<div style="position:relative; height:auto; margin:auto; top:2%; margin-bottom:10%;">
<div style = "position:relative; width:80%; margin:auto;
height:auto; background-color:transparent; border-radius:15%; opacity: 0.80;
filter:alpha(opacity=80); padding-bottom:15%;">
<h1 style = "position:relative; color:#d3d3d3; text-align:center;
font-family:'Shift', Roboto Slab;">
Location
</h1>
<div style="position:relative; top:-100px;">
<h2 class="span4" style="position:relative; color:#d3d3d3; top:360px;
left:-12%; width:29%; text-align:right; font-family:Roboto Slab; font-size:200%;z-index:100;">
<span style="color:orange;">
Reality Design Lab Sponsored by NanoVR</span><br><br>SME 304
</h2>
<div align="right" style="position:relative;padding-top:5%;left:9%;">
<div class="flex-column">
<iframe id="Gmap"
width="80%"
height="500"
frameborder="0" style="border:0"
src="https://www.google.com/maps/embed/v1/place?key=AIzaSyAe95imuztMXk1uiwLf_24J_JWy2BqhmIY
&q=Structural+and+Materials+Engineering+(SME)+Building" allowfullscreen>
</iframe>
</div>
</div>
</div>
</div>
</div>
<div style="position:relative; background:linear-gradient(black,#02010F,black);
height:100px; top:-10%;" id = "getInvolved"></div>
<div style = "position: relative; width:80%; height:auto; background-color:transparent;
border-radius:15%; margin:auto; margin-top:1%; top:-10%; padding-bottom:3%;
opacity: 0.80; filter: alpha(opacity=80);">
<div style = "position:relative; padding-top:1%; background-color:transparent;">
<h1 style = "position:relative; text-align:center; color:#d3d3d3;
font-family:'Shift',Roboto Slab;">
Get Involved
</h1>
</div>
</div>
<div class = "button" style = "position:relative; margin:auto;
">
<a href = "https://docs.google.com/forms/d/1gUgqPcn_z0wt1cft38riUapG6BLm3gAMoFqQ-M9NCLg/viewform"
target="_blank"
style = "position:relative; text-align:center;
color:#d3d3d3; font-size:30px; z-index:100;
font-family:'Shift', palatino-linotype;
width:25%; margin:auto; font-family:Roboto Slab;
background:radial-gradient(#00001C,navy);
padding:1%; left:37%; float:left; z-index:100;">
Join Our Club
</a>
</div>
</div>
<div style="position:relative; background:linear-gradient(black,#02010F,black);
height:100px; top:-10%;" id = "contact"></div>
<div style = "position:relative; top:-7%; width:80%; margin:auto;
height:auto; background-color:transparent; border-radius:15%; opacity: 0.85;
filter:alpha(opacity=85);">
<h1 style = "position:relative; color:#d3d3d3; padding-top:-35%;
text-align:center; font-family:'Shift',Roboto Slab;">
Contact Us
</h1>
<p style="position:relative; color:#d3d3d3; width:50%; left:25%;
font-family:Roboto Slab;" align="center">
<br><br>Ready to start your next project with us? Send us an email
and we'll get back to you as soon as possible!
</p>
<center><div>
<div>
<a href="">
<img src="img/Email-icon.png"
style = "width:10em;">
</a>
</div>
<a href="">
</a>
</div></center>
</div>
</div>
<style type="text/css">
.flex-row{
width: 100%;
display: -webkit-box !important;
display: -moz-box !important;
display: -ms-flexbox !important;
display: -webkit-flex !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
background-color: #333 !important;
}
.cloned{
margin-top: 0 !important;
display: -webkit-box !important;
display: -moz-box !important;
display: -ms-flexbox !important;
display: -webkit-flex !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
height: 2em !important;
background-color: #333 !important;
}
.flex{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center;
background-color: #333;
}
.flex-item{
margin-top: 1em;
padding: 1em;
width: 100%;
text-align: center;
align-items: center;
background-color: #333;
}
.navbar-nav{
display: table-cell;
text-align: center;
}
.navbar{
margin-top: 0 !important;
margin-bottom: 0;
}
.secondnavbar{
padding: 0;
margin: 0;
background-color: #333;
color: white;
}
body{
background: #fafafa;
}
.jobs{
padding: 2em;
}
.banner{
margin-top: -4em;
display: table;
width: 100%;
background-image: url('img/VR_jobs.jpg');
background-size: cover;
height: 35em;
margin-bottom: 2em;
}
.publicisize{
padding: 2em;
background-color: #22313F;
color: white;
border-radius: 0.3em;
margin-bottom: 2em;
}
.job-posting{
text-align: left;
padding: 2em;
background-color: white;
margin-bottom: 2em;
}
.job-posting > img{
max-height: 3em;
}
.item > img{
max-height: 30em;
}
.banner-box{
display: table-cell;
vertical-align: middle;
color: tomato;
}
.page-desc{
padding: 2em;
}
.title
{
color: white;
}
</style>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/scrolling-nav.js"></script>
</body>
</html>