-
Notifications
You must be signed in to change notification settings - Fork 11
/
home.html
418 lines (348 loc) · 21.3 KB
/
home.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>SC Solar Car | Home</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Rubik:300,400,500" rel="stylesheet">
<link rel="stylesheet" href="css/open-iconic-bootstrap.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/ionicons.min.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="css/jquery.timepicker.css">
<link rel="stylesheet" href="css/flaticon.css">
<link rel="stylesheet" href="css/icomoon.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="solar-css/general.css">
<link rel="stylesheet" href="solar-css/home.css">
<link rel="icon" href="images/solarcarlogo.png">
</head>
<body onload="test()">
<!-- <nav class="navbar navbar-expand-lg navbar-dark ftco_navbar bg-dark ftco-navbar-light solar-navbar" id="ftco-navbar" data-aos="fade-down" data-aos-delay="500">-->
<!-- <div class="container">-->
<!-- -->
<!-- <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#ftco-nav" aria-controls="ftco-nav" aria-expanded="false" aria-label="Toggle navigation">-->
<!-- <span class="oi oi-menu"></span> Menu-->
<!-- </button>-->
<!-- <div class="collapse navbar-collapse" id="ftco-nav">-->
<!-- <ul class="navbar-nav">-->
<!-- <a class="navbar-brand active" href="home.html"><img src="images/carlogo.png" alt="SC Solar Car"></a>-->
<!-- <li class="nav-item"><a href="" class="nav-link solar-link">THE RACE</a></li>-->
<!-- <li class="nav-item"><a href="leadership.html" class="nav-link solar-link">OUR TEAM</a></li>-->
<!-- <li class="nav-item"><a href="" class="nav-link solar-link">UPDATES</a></li>-->
<!-- <li class="nav-item"><a href="" class="nav-link solar-link">SPONSORS</a></li>-->
<!-- <li class="nav-item"><a href="" class="nav-link solar-link">DONATE</a></li>-->
<!-- <li class="nav-item"><a href="" class="nav-link solar-link">VEHICLES</a></li>-->
<!-- <li class="nav-item"><a href="" class="nav-link solar-link">JOIN</a></li>-->
<!-- <li class="nav-item"><a href="" class="nav-link solar-link">CONTACT</a></li>-->
<!-- </ul>-->
<!-- </div>-->
<!-- </div>-->
<!-- </nav>-->
<!-- sets the photo that is displayed by the home page according to time-->
<script>
function test(){
const x = new Date();
const hours = x.getHours();
if(hours>6 && hours <18){
document.getElementById('section-home').style.backgroundImage = "url(images/openroad.jpg)";
}
else{
if(hours<=6 && hours >=4){
document.getElementById('section-home').style.backgroundImage = "url(images/sunset.jpg)";
}
else{
document.getElementById('section-home').style.backgroundImage = "url(images/nightsky.jpg)";
var els = document.getElementsByClassName('items'),
i = els.length;
while (i--) {
els[i].className = 'items-white';
}
var els = document.getElementsByClassName('ftco-cover overlay'),
i = els.length;
while(i--){
els[i].style.backgroundColor = "rgb (9,9,9)";
}
document.getElementById("solar-contact-section").style.background = "#161B36";
document.getElementById("solar-contact-section").style.color = "white";
document.getElementById("solar-realworld").style.background = "#131862";
document.getElementById("solar-realworld").style.color = "white";
document.getElementById("solar-about-section").style.background = "#161B36";
document.getElementById("solar-race-section").style.background = "#2e4482";
document.getElementById("solar-race").style.background = "#2e4482";
document.getElementById("solar-race").style.color = "white";
document.getElementById("solar-about-section").style.color = "white";
document.getElementById("solar-leaders").style.color = "white";
document.getElementById("solar-leaders").style.background = "#131862";
document.getElementById("silver-sponsors").style.background = "white";
document.getElementById("silver-sponsors").style.color = "white";
document.getElementById("partner-sponsors").style.background = "white";
document.getElementById("friend-sponsors").style.background = "white";
document.getElementById("solar-leaders-section").style.background = "#131862";
document.getElementById("solar-sponsors-section").style.background = "radial-gradient(circle at 74.2% 50.9%, rgb(14, 72, 222) 5.2%, rgb(3, 22, 65) 75.3%)";
document.getElementById("drillimage").src = "images/drill_white.svg";
document.getElementById("compassimage").src = "images/compass_white.svg";
document.getElementById("handshakeimage").src = "images/handshake_white.svg";
document.getElementById("imageemail").src = "images/mail_icon_white.svg";
document.getElementById("twittericon").src = "images/twitter_icon_white.svg";
document.getElementById("instagramicon").src = "images/instagram_icon_white.svg";
document.getElementById("facebookicon").src = "images/facebook_icon_white.svg";
var els = document.getElementsByClassName('heading'),
i = els.length;
while (i--) {
els[i].style.color = "white";
}
}
}
}
</script>
<section class="ftco-cover overlay" id="section-home" data-aos="fade" data-stellar-background-ratio="1" >
<div class="container">
<div class="row align-items-center justify-content-center ftco-vh-100">
<div class="col-md-8 text-center">
<img src="images/solarcarlogo.png" alt="Solar Car Logo" data-aos="fade-up" data-aos-delay="500">
<br />
<br />
<h1 class="ftco-heading mb-4" data-aos="fade-up" data-aos-delay="600">Southern California Solar Car</h1>
<h2 class="h4 ftco-subheading mb-5" data-aos="fade-up" data-aos-delay="700">Solar Run, Student Powered since 2014</h2>
</div>
</div>
</div>
</section>
<!-- #section-home -->
<div class="ftco-section" id="solar-contact-section">
<div class="solar-button-holder">
<a href="https://docs.google.com/forms/d/e/1FAIpQLScRv6tbd5AZUWTz906XS7JdAqa4ygdnl8WNaOEozD0HAU4UFA/viewform" target="_blank" class="solar-button" id="solar-join-link">
Join Our Team
</a>
</div>
<div class="solar-button-holder">
<a href="https://ignite.usc.edu/o/university-of-southern-california/i/ignite/s/sc-solar-car-race" target="_blank" class="solar-button" id="solar-donate-link">
Donate to Our Team
</a>
</div>
<div id="solar-email">
<img src="images/mail_icon.png" alt="Mail" id="imageemail">
</div>
<div id="solar-socmed">
<div class="solar-socmed-link" id="solar-fb-link">
<a href="https://www.facebook.com/uscsolarcar/" target="_blank">
<img src="images/facebook_icon.png" alt="Facebook" class="items" id="facebookicon">
</a>
</div>
<div class="solar-socmed-link" id="solar-insta-link">
<a href="https://www.instagram.com/uscsolarcar/" target="_blank">
<img src="images/instagram_icon.png" alt="Instagram" class="items" id="instagramicon">
</a>
</div>
<div class="solar-socmed-link" id="solar-twit-link">
<a href="https://twitter.com/USCSolarCar" target="_blank">
<img src="images/twitter_icon.png" alt="Twitter" class="items" id="twittericon">
</a>
</div>
</div>
</div> <!-- #solar-contact-section -->
<div class="ftco-section" id="solar-realworld">
<div class="container">
<div class="row justify-content-center mb-4 pb-4">
<div class="col-md-7 text-center" data-aos="fade-up">
<div class="solar-title">Real World Engineering</div>
</div>
</div>
<div class="row">
<div class="col-md-6 col-lg-4" data-aos="fade-up">
<div class="media block-6 d-block text-center">
<!-- <div class="icon mb-4"><span class="flaticon-gavel"></span></div> -->
<img src="images/drill.svg" alt="Drill" id="drillimage" class="items">
<div class="media-body">
<h3 class="heading">Fabrication</h3>
<p>Our members learn how to machine, fabricate, and build industrial automotive components from raw materials in our on-campus solar car workshop.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4" data-aos="fade-up" data-aos-delay="100">
<div class="media block-6 d-block text-center">
<!-- <div class="icon mb-4"><span class="flaticon-balance"></span></div> -->
<img src="images/compass.svg" alt="Compass" class="items" id="compassimage">
<div class="media-body">
<h3 class="heading">Design</h3>
<p>We pride ourselves on custom designing and testing almost every component of our vehicle from the ground up using Solidworks 3D CAD & ANSYS Simulation software.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4" data-aos="fade-up" data-aos-delay="200">
<div class="media block-6 d-block text-center">
<!-- <div class="icon mb-4"><span class="flaticon-lawyer"></span></div> -->
<img src="images/handshake.svg" alt="Handshake" class="items" id="handshakeimage">
<div class="media-body">
<h3 class="heading">Business</h3>
<p>Our well rounded in-house business, fundraising, and marketing teams tackle the real world challenges of securing donations & strategic partnerships with cutting edge engineering firms.</p>
</div>
</div>
</div>
</div>
</div>
</div> <!-- #solar-realworld -->
<section class="ftco-section-2">
<div class="container-fluid">
<div class="section-2-blocks-wrapper row no-gutters" id="solar-race-section">
<!-- <div class="img col-sm-12 col-md-6" style="background-image: url('images/image_4.jpg');" data-aos="fade-right"> -->
<!-- <a href="https://vimeo.com/45830194" class="button popup-vimeo" data-aos="fade-right" data-aos-delay="700"><span class="ion-ios-play"></span></a> -->
<!-- </div> -->
<!-- <iframe width="480" height="279" src="https://www.youtube.com/embed/LTAK2XNIAAM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> -->
<div class="text col-md-12" id="solar-race" data-aos="fade-up">
<!-- <div class="text-inner align-self-start" data-aos="fade-up"></div> -->
<div class="solar-title">Formula Sun Grand Prix 2024</div>
<a href="https://americansolarchallenge.org/about/formula-sun-grand-prix/" target="_blank">
<img src="images/formula_sun.gif" alt="Formula Sun">
</a>
<div class="solar-race-desc">The Formula Sun Grand Prix (FSGP) is an annual track competition that is held on grand prix or road style closed courses. This unique style of solar car racing is open to teams from around the world and truly tests the limits of the vehicles in handling curves, braking, and acceleration.</div>
<br />
<div class="solar-race-desc">We are currently preparing to compete in this event.</div>
<div class="clearfloat"></div>
</div>
<iframe width="480" height="279" src="https://www.youtube.com/embed/LTAK2XNIAAM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen id="solar-race-video" data-aos="fade-up"></iframe>
</div>
</div>
</section>
<div class="ftco-section" id="solar-about-section">
<div class="container">
<div class="row justify-content-center" id="solar-about">
<div class="col-md-10 col-md-4 mb-4" data-aos="fade-up">
<div class="block-10">
<div class="person-info mb-3">
<span class="solar-title">About Us</span>
<div class="solar-paragraph">Solar Car started out between a group of friends in 2014. Overcoming many challenges, the team decided to officially hard launch in 2015 and began laying the foundation for our inaugural solar car.</div>
<div class="solar-paragraph">Our mission is to educate students and provide them with valuable hand-on engineering experiences by designing, building and racing full-size street legal solar powered vehicles.</div>
<div class="solar-paragraph">Using only the power of the sun, our full sized, single passenger vehicle, Argo I, will embark on a journey that tests the limits of modern technology, ingenuity, and innovation. </div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="ftco-section solar-leader-section" id="solar-leaders-section">
<div class="container">
<div class="row justify-content-center" id="solar-leaders">
<div class="col-md-10 col-md-4 mb-4" data-aos="fade-up">
<div class="block-10">
<div class="person-info mb-3">
<span class="solar-title">Our Leadership Team</span>
<span class="solar-description">A diverse group of talented
<a href="leadership.html"><u>individuals</u></a> with a passion for clean, renewable energy</span>
</div>
<div id="solar-eboard-holder">
<img src="images/eboard-2023.jpg" alt="eBoard" class="img-fluid">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="ftco-section" id="solar-sponsors-section">
<div class="container">
<div class="row justify-content-center" id="solar-sponsors">
<div class="col-md-10 col-md-4 mb-4" data-aos="fade-up">
<div class="block-10">
<div class="person-info mb-3">
<a href="media/sponsorship_package.pdf" target="_blank"><div id="solar-sponsor-link" class="solar-button">Click Here to Become a Sponsor!</div></a>
<div id="silver-sponsors">
<span class="solar-description"><i>Silver Sponsors ($10,000+)</i></span>
<a href="http://killstressdesigns.com/" target="_blank"><img src="images/sponsors/KillstressDesigns.png" alt="Killstress Designs" class="img-fluid"></a>
<a href="http://boeing.com/" target="_blank"><img src="images/sponsors/Boeing.png" alt="Boeing" class="img-fluid"></a>
<a href="http://www.brijhoney.in/" target="_blank"><img src="images/sponsors/BrijHoney.png" alt="BrijHoney" class="img-fluid"></a>
<a href="https://viterbischool.usc.edu/" target="_blank"><img src="images/sponsors/Viterbi.png" alt="USC Viterbi" class="img-fluid"></a>
</div>
<div id="partner-sponsors">
<span class="solar-description"><hr /><i>Partner Sponsors ($1,000+)</i></span>
<a href="https://www.ansys.com/" target="_blank"><img src="images/sponsors/Ansys.png" alt="Ansys" class="img-fluid"></a>
<a href="https://www.northropgrumman.com/Pages/default.aspx" target="_blank"><img src="images/sponsors/NorthropGrumman.png" alt="Northrop Grumman" class="img-fluid"></a>
<a href="https://www.avcorp.com/" target="_blank"><img src="images/sponsors/Avcorp.png" alt="Avcorp" class="img-fluid"></a>
<a href="https://www.solidworks.com/" target="_blank"><img src="images/sponsors/SolidWorks.png" alt="SolidWorks" class="img-fluid"></a>
<a href="http://stronghandtools.com/" target="_blank"><img src="images/sponsors/StrongHandTools.png" alt="StrongHandTools" class="img-fluid"></a>
<a href="https://www.analog.com/en/index.html" target="_blank"><img src="images/sponsors/Analog.png" alt="Analog" class="img-fluid"></a>
<a href="http://www.trojanbattery.com/" target="_blank"><img src="images/sponsors/TrojanBatteryCompany.png" alt="Trojan Battery Company" class="img-fluid"></a>
<a href="http://medipines.com/" target="_blank"><img src="images/sponsors/MediPines.png" alt="MediPines" class="img-fluid"></a>
<a href="https://www.thegillcorp.com/" target="_blank"><img src="images/sponsors/TheGillCorporation.png" alt="The Gill Corporation" class="img-fluid"></a>
<a href="https://www.usc.edu/" target="_blank"><img src="images/sponsors/USC.png" alt="USC" class="img-fluid"></a>
<a href="https://new.siemens.com/us/en.html" target="_blank"><img src="images/sponsors/Siemens.PNG" alt="Siemens" class="img-fluid"></a>
</div>
<div id="friend-sponsors">
<span class="solar-description"><hr /><i>Friend Sponsors ($500+)</i></span>
<a href="https://www.schorrmetals.com/" target="_blank"><img src="images/sponsors/Schorr.png" alt="Schorr Metals Inc" class="img-fluid"></a>
<a href="http://www.zeezeecopy.com/" target="_blank"><img src="images/sponsors/ZeeZeeCopy.png" alt="Zee Zee Copy" class="img-fluid"></a>
<a href="https://ultrapress.com/" target="_blank"><img src="images/sponsors/UltraPress.PNG" alt="UltraPress" class="img-fluid"></a>
<img src="images/sponsors/TaliehFamily.PNG" alt="The Talieh Family" class="img-fluid">
<a href="http://uscesa.com/" target="_blank"><img src="images/sponsors/ESA.png" alt="ESA" class="img-fluid"></a>
<a href="https://www.nkkswitches.com/" target="_blank"><img src="images/sponsors/NKK.png" alt="NKK Switches" class="img-fluid"></a>
</div>
<div id="special-thanks">
<span class="solar-description"><hr /><i>Special thanks to:</i></span>
<a href="https://www.coroflex-cable.com/en/" target="_blank"><img src="images/sponsors/coroflex.jpg" alt="Coroflex" class="img-fluid"></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="ftco-section solar-contact-section">
<div class="container">
<div class="row justify-content-center mb-5 pb-5">
<div class="col-md-7 text-center" data-aos="fade-up">
<h2>Contact Us</h2>
</div>
</div>
<div class="row block-9" data-aos="fade-up">
<div class="col-md-6 pr-md-5 solar-form">
<form action="#">
<div class="form-group">
<input type="text" class="form-control" placeholder="Your Name">
</div>
<div class="form-group">
<input type="text" class="form-control" placeholder="Your Email">
</div>
<div class="form-group">
<input type="text" class="form-control" placeholder="Subject">
</div>
<div class="form-group">
<textarea name="" id="" cols="30" rows="7" class="form-control" placeholder="Message"></textarea>
</div>
<div class="form-group">
<input type="submit" value="Send message" class="btn btn-primary">
</div>
</form>
</div>
<div class="col-md-6" data-aos="fade-up" id="map"></div>
</div>
</div>
</div> -->
<footer class="ftco-footer ftco-bg-dark ftco-section" id="solar-footer">
<div class="container">
<div class="row mb-5">
<div class="col-md-12 text-center">
<p><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="icon-heart" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank" class="text-primary">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></p>
</div>
</div>
</div>
</footer>
<!-- loader -->
<div id="ftco-loader" class="show fullscreen"><svg class="circular" width="48px" height="48px"><circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee"/><circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10" stroke="#F96D00"/></svg></div>
<script src="js/jquery.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/main.js"></script>
</body>
</html>