-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·508 lines (378 loc) · 17.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
<!DOCTYPE html>
<!--[if IE 8 ]><html class="no-js oldie ie8" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="no-js oldie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>TheOpClub-UCLA</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/main.css">
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<!-- favicons
================================================== -->
<!-- <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon"> -->
</head>
<body id="top">
<!-- header
================================================== -->
<header>
<div class="header-logo">
<a href="index.html">TheOpClub-UCLA</a>
</div>
<a id="header-menu-trigger" href="#0">
<span class="header-menu-text">Menu</span>
<span class="header-menu-icon"></span>
</a>
<nav id="menu-nav-wrap">
<a href="#0" class="close-button" title="close"><span>Close</span></a>
<h3>TheOpClub<br><span style="opacity: 0.6">UCLA</span></h3>
<ul class="nav-list">
<li class="current"><a class="smoothscroll" href="#home" title="">Home</a></li>
<li><a class="smoothscroll" href="#about" title="">About</a></li>
<li><a class="smoothscroll" href="#services" title="">Services</a></li>
<li><a class="smoothscroll" href="#testimonials" title="">Team</a></li>
<li><a class="smoothscroll" href="#footer" title="">Contact</a></li>
</ul>
<ul class="header-social-list">
<li>
<a href="https://www.facebook.com/groups/678528985866285/" target="_blank"><i class="fa fa-facebook-square"></i></a>
</li>
<li>
<a href="#" target="_blank"><i class="fa fa-github"></i></a>
</li>
</ul>
</nav> <!-- end #menu-nav-wrap -->
</header> <!-- end header -->
<!-- home
================================================== -->
<section id="home">
<div class="overlay"></div>
<div class="home-content-table">
<div class="home-content-tablecell">
<div class="row">
<div class="col-twelve">
<h3 class="animate-intro">The Intern experience doesn't need to end with the summer.</h3>
<h1 class="animate-intro"><span style="font-size: 0.8em;">The Opportunities Club UCLA</span></h1>
<div class="more animate-intro">
<a class="smoothscroll button stroke" href="#about"> Learn More</a>
<a class="button stroke" href="https://goo.gl/UsjWs8" target="_blank">Join Our Mailing List</a>
</div>
</div> <!-- end col-twelve -->
</div> <!-- end row -->
</div> <!-- end home-content-tablecell -->
</div> <!-- end home-content-table -->
<ul class="home-social-list">
<li class="animate-intro">
<a href="https://www.facebook.com/groups/678528985866285/" target="_blank"><i class="fa fa-facebook-square"></i></a>
</li>
<li class="animate-intro">
<a href="#" target="_blank"><i class="fa fa-github"></i></a>
</li>
</ul> <!-- end home-social-list -->
<div class="scrolldown">
<a href="#about" class="scroll-icon smoothscroll"> Scroll Down <i class="fa fa-long-arrow-right" aria-hidden="true"></i></a>
</div>
</section>
<!-- end home
================================================= -->
<!-- about
================================================== -->
<section id="about">
<div class="row about-wrap">
<div class="col-full">
<div class="about-profile-bg"></div>
<div class="intro">
<h3 class="animate-this">About Us</h3>
<p class="lead animate-this">
<span>TheOpClub</span>
works on industrial strength projects to enhance academic learning and provide internship level experience.
</p>
<h2 class="animate-this"> - Solve real problems that can be launched in the real world</h2>
<h2 class="animate-this"> - Get 4 years of professional experience</h2>
<h2 class="animate-this"> - To create opportunities, not seek opportunities</h2>
<h2 class="animate-this"> - Senior and industry mentors</h2>
</div>
</div> <!-- end col-full -->
</div> <!-- end about-wrap -->
</section> <!-- end about -->
<!-- services
================================================== -->
<section id="services">
<div class="overlay"></div>
<div class="gradient-overlay"></div>
<div class="row narrow section-intro with-bottom-sep animate-this">
<div class="col-full">
<h3>Projects</h3>
<!--<h1>Our Projects.</h1>-->
<p class="lead">Some projects that we have lined up for winter quarter 2019:</p>
</div> <!-- end col-full -->
</div> <!-- end row -->
<div class="row services-content">
<div class="services-list block-1-2 block-tab-full group">
<div class="bgrid service-item animate-this">
<span class="icon"><i class="icon-padlock"></i></span>
<div class="service-content">
<h3 class="h05">IDE for switching pipelines</h3>
<p>Work on a currently confidential project with International and Silicon Valley mentors.
</p>
</div>
</div> <!-- end bgrid -->
<div class="bgrid service-item animate-this">
<span class="icon"><i class="icon-brightness"></i></span> <!-- brightness leaf -->
<div class="service-content">
<h3 class="h05">Emerging country solutions</h3>
<p>Work on solutions that alleviate rising energy costs in emerging nations.
</p>
</div>
</div> <!-- end bgrid -->
<div class="bgrid service-item animate-this">
<span class="icon"><i class="icon-light-bulb"></i></span>
<div class="service-content">
<h3 class="h05">Your project here</h3>
<p>Yes, we do allow you to come up with a project of your own!
We bring together students, mentors and you together to make your
project a reality and gain valuable experience.
</p>
</div>
</div> <!-- end bgrid -->
<div class="bgrid service-item animate-this">
<span class="icon"><i class="icon-box"></i></span>
<div class="service-content">
<h3 class="h05">This very website</h3>
<p>We have not built our own version of this website yet.
You could be building it for us, and at the same time
completing your fullstack.
</p>
</div>
</div> <!-- end bgrid -->
</div> <!-- end services-list -->
</div> <!-- end services-content -->
</section> <!-- end services -->
<!-- Team Section
================================================== -->
<section id="testimonials">
<div class="intro-wrap">
<div class="row section-intro narrow with-bottom-sep animate-this">
<div class="col-twelve">
<h2>US</h2>
<h1>Meet the team.</h1>
<p class="lead">We are a team of UCLA students with experience working for the industry.</p>
</div>
</div> <!-- end row section-intro -->
</div>
<div class="row flex-container">
<div style="width: 100%; height: 210px;" class="animate-this">
<img width="180" height="180" class="pull-left profile" alt="sample-image" src="images/avatars/karthik.jpg"><br>
<h1 style="font-family: montserrat-bold; text-align: left;">Karthik Pullela</h1>
<h4 style="font-family: montserrat-bold; text-align: left;">
<span style="color:dimgrey">Computer Science and Engineering </span>
</h4>
<p style="font-family: librebaskerville-regular; text-align: left;">
I am a sophomore at UCLA. I have experience with leading multiple projects
and speaking in multiple projects.
</p>
</div> <!-- end profile description -->
<div style="width: 100%; height: 210px;" class="animate-this">
<img width="180" height="180" class="pull-right profile" alt="sample-image" src="images/avatars/sarthak.jpg"><br>
<h1 style="font-family: montserrat-bold; text-align: right;">Sarthak More</h1>
<h4 style="font-family: montserrat-bold; text-align: right;">
<span style="color:dimgrey">Computer Science</span>
</h4>
<p style="font-family: librebaskerville-regular; text-align: right;">
I am a sophomore at UCLA. I have experience with leading multiple projects
and speaking in multiple projects.
</p>
</div> <!-- end profile description -->
<div style="width: 100%; height: 210px;" class="animate-this">
<img width="180" height="180" class="pull-left profile" alt="sample-image" src="images/avatars/arnav.jpg"><br>
<h1 style="font-family: montserrat-bold; text-align: left;">Arnav Garg</h1>
<h4 style="font-family: montserrat-bold; text-align: left;">
<span style="color:dimgrey">Computer Science</span>
</h4>
<p style="font-family: librebaskerville-regular; text-align: left;">
Just a fellow hacker who wants to create an evironment where people make cool things without too many strings.
</p>
</div> <!-- end profile description -->
<div style="width: 100%; height: 210px;" class="animate-this">
<img width="180" height="180" class="pull-right profile" alt="sample-image" src="images/avatars/rishan.jpg"><br>
<h1 style="font-family: montserrat-bold; text-align: right;">Rishan Girish</h1>
<h4 style="font-family: montserrat-bold; text-align: right;">
<span style="color:dimgrey">Computer Science</span>
</h4>
<p style="font-family: librebaskerville-regular; text-align: right;">
I am a sophomore at UCLA. I have experience with leading multiple projects
and speaking in multiple projects.
</p>
</div> <!-- end profile description -->
<div style="width: 100%; height: 210px;" class="animate-this">
<img width="180" height="180" class="pull-left profile" alt="sample-image" src="images/avatars/sample-user.jpg"><br>
<h1 style="font-family: montserrat-bold; text-align: left;">Jane/Joe Bruin</h1>
<p style="font-family: librebaskerville-regular; text-align: left;">
This can be YOU. Come to our info sessions, apply to be part of the club leadership,
or simply join a project.
</p>
</div> <!-- end profile description -->
</div> <!-- end flex-container -->
</section> <!-- end testimonials -->
<!-- contact
================================================== -->
<!--
<section id="contact">
<div class="overlay"></div>
<div class="row narrow section-intro with-bottom-sep animate-this">
<div class="col-twelve">
<h3>Contact</h3>
<h1>Get In Touch.</h1>
<p class="lead">Do get in touch with us with any questions you have about the club.</p>
</div>
</div> --> <!-- end section-intro -->
<!--
<div class="row contact-content">
<div class="col-seven tab-full animate-this">
<h5>Send Us A Message</h5>
-->
<!-- form -->
<!--
<form name="contactForm" id="contactForm" method="post">
<div class="form-field">
<input name="contactName" type="text" id="contactName" placeholder="Name" value="" minlength="2" required="">
</div>
<div class="row">
<div class="col-six tab-full">
<div class="form-field">
<input name="contactEmail" type="email" id="contactEmail" placeholder="Email" value="" required="">
</div>
</div>
<div class="col-six tab-full">
<div class="form-field">
<input name="contactSubject" type="text" id="contactSubject" placeholder="Subject" value="">
</div>
</div>
</div>
<div class="form-field">
<textarea name="contactMessage" id="contactMessage" placeholder="message" rows="10" cols="50" required=""></textarea>
</div>
<div class="form-field">
<button class="submitform">Submit</button>
<div id="submit-loader">
<div class="text-loader">Sending...</div>
<div class="s-loader">
<div class="bounce1"></div>
<div class="bounce2"></div>
<div class="bounce3"></div>
</div>
</div>
</div>
</form> --> <!-- end form -->
<!-- contact-warning -->
<!--
<div id="message-warning"></div>-->
<!-- contact-success -->
<!--
<div id="message-success">
<i class="fa fa-check"></i>Your message was sent, thank you!<br>
</div>
</div> --> <!-- end col-seven -->
<!--
<div class="col-four tab-full contact-info end animate-this">
<h5>Contact Information</h5>
<div class="cinfo">
<h6>Where to Find Us</h6>
<p>
University of California, Los Angeles<br>
Los Angeles, CA<br>
90095 USA
</p>
</div> --> <!-- end cinfo -->
<!--
<div class="cinfo">
<h6>Email Us At</h6>
<p>
</p>
</div> --> <!-- end cinfo -->
<!--
<div class="cinfo">
<h6>Message us on</h6>
<p>
Facebook messenger
</p>
</div> --> <!-- end cinfo -->
<!--
</div> --> <!-- end row contact-content -->
<!--
</section> --> <!-- end contact -->
<!-- footer
================================================== -->
<footer id="footer">
<div class="footer-main">
<div class="row">
<div class="col-five tab-full footer-about">
<h4 class="h05">The Opportunities Club UCLA</h4>
<p style="text-align: left;">
If you are interested in being a mentor, sponsoring the club or
collaborating with the club, you can reach out to us at <a href="mailto:[email protected]">[email protected]</a>
</p>
</div> <!-- end footer-about -->
<div class="col-three tab-full footer-social">
<h4 class="h05">Follow Us.</h4>
<ul class="list-links">
<li><a href="https://www.facebook.com/groups/678528985866285/" target="_blank">Facebook</a></li>
<li><a href="#" target="_blank">Github</a></li>
</ul>
</div> <!-- end footer-social -->
<!--div class="col-four tab-full footer-subscribe end">
<h4 class="h05">Get Notified.</h4>
<p>Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Praesent sapien massa.</p>
<div class="subscribe-form">
<form id="mc-form" class="group" novalidate="true">
<input type="email" value="" name="dEmail" class="email" id="mc-email" placeholder="type email" required="">
-->
<!--input type="submit" name="subscribe" -->
<!--button><i class="icon-mail"></i></button>
<label for="mc-email" class="subscribe-message"></label>
</form>
</div>
</div--> <!-- end footer-subscribe -->
</div> <!-- end row -->
</div> <!-- end footer-main -->
<div class="footer-bottom">
<div class="row">
<div class="col-twelve">
<div class="copyright">
<span>© Copyright </span>
<span> The Opportunities Club 2018.</span>
</div>
</div>
</div>
</div> <!-- end footer-bottom -->
<div id="go-top">
<a class="smoothscroll" title="Back to Top" href="#top">
<i class="fa fa-long-arrow-up" aria-hidden="true"></i>
</a>
</div>
</footer>
<div id="preloader">
<div id="loader"></div>
</div>
<!-- Java Script
================================================== -->
<script src="js/jquery-2.1.3.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>