-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
72 lines (71 loc) · 2.87 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
---
layout: default
---
<div id="top" class="splash">
<div class="text-vertical-center">
<div class=" col-lg-8 col-lg-offset-2">
<img class="img-fluid img-landing" src="img/logos/logo-white.png">
<h3 class="desc">The premier west-coast Science Olympiad invitational, hosted by Stanford and UC Berkeley students.</h3>
<h3 class="desc">Coming February 22nd, 2025</h3>
<br>
<!--<script src="{{ '/js/countdown.js' | prepend: site.baseurl }}"></script>
<div id="countdown"></div-->
<a href="https://docs.google.com/spreadsheets/d/1t9wu2wkN_lzYU5jImofAwnHHkH3B0ZJaH22wavbKG3Y/edit?gid=72996862#gid=72996862" class="btn btn-xlg btn-light" style="min-width: 200px;">Tournament Schedule</a>
<a href="/2025-forms-and-updates/" class="btn btn-xlg btn-light" style="min-width: 200px;">Required Forms</a>
<a href="/2025-volunteer-applications/" class="btn btn-xlg btn-light" style="min-width: 200px;">Volunteer @ GGSO</a>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
</div>
</div>
<section id="about" class="info">
<div class="container">
<div class="col-lg-12 text-center">
<h2>RUN BY STANFORD AND UC BERKELEY STUDENTS</h2>
<p class="lead">Led by previous national medalists, Golden Gate Science Olympiad represents a collaboration between Stanford University and University of California, Berkeley students. Coming on February 22nd, 2025 will be the ninth annual Division C tournament. Explore the tabs above for more information.</p><br>
</div>
</div>
</div>
</section>
<div id="carousel" class="carousel slide">
<ol class="carousel-indicators">
<li data-target="#carousel" data-slide-to="0" class="active"></li>
<li data-target="#carousel" data-slide-to="1"></li>
<li data-target="#carousel" data-slide-to="2"></li>
<li data-target="#carousel" data-slide-to="3"></li>
<li data-target="#carousel" data-slide-to="4"></li>
<li data-target="#carousel" data-slide-to="5"></li>
</ol>
<div class="carousel-inner">
<div class="item active ad0">
<img src="img/slideshow/0.png">
</div>
<div class="item ad1">
<img src="img/slideshow/1.png">
</div>
<div class="item ad2">
<img src="img/slideshow/2.png">
</div>
<div class="item ad3">
<img src="img/slideshow/3.png">
</div>
<div class="item ad4">
<img src="img/slideshow/4.png">
</div>
<div class="item ad5">
<img src="img/slideshow/5.png">
</div>
</div>
</div>
<script type="text/javascript">
$(document).ready(function() {
$('.carousel').carousel({
interval: 5000,
pause: 'none'
})
});
</script>