-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
144 lines (130 loc) · 6.94 KB
/
index.html
File metadata and controls
144 lines (130 loc) · 6.94 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>South Brunswick Science Olympiad</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/js/all.min.js"></script>
<link rel="icon" type="image" href="assets/favicon.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div class="header-container">
<div class="logo">
<a href="index.html" class="title">SBSO</a>
</div>
<button class="mobile-menu-btn" id="mobileMenuBtn">
<i class="fas fa-bars"></i>
</button>
<nav class="nav" id="mainNav">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="updates.html">Updates</a>
<a href="resources.html">Resources</a>
<a href="contact.html">Contact</a>
</nav>
</div>
</header>
<section class="hero">
<img src="assets/columbia.jpg" class="hero-image" alt="Science Olympiad team at Columbia University">
<div class="hero-overlay"></div>
<div class="hero-content">
<h1 class="hero-title">South Brunswick Science Olympiad</h1>
<p class="hero-subtitle">Exploring the wonders of science through teamwork, competition, and discovery</p>
<a href="about.html" class="hero-btn">Learn More</a>
</div>
</section>
<section class="about-section">
<div class="container about-container">
<div class="about-content">
<h2>About Our Club</h2>
<p>Welcome to the South Brunswick Science Olympiad Club! Founded in 2008, our club is dedicated to fostering a deep love for science among students through engaging, hands-on challenges that span a diverse array of STEM fields.</p>
<p>Throughout the year, our team comes together to prepare for competitions that challenge our skills in physics, chemistry, biology, engineering, and build events. These competitions give us a chance to apply what we've learned in the classroom to real-world challenges, helping us develop problem-solving skills, teamwork, and a deeper understanding of science.</p>
<p>Whether you're an experienced competitor or just getting started, South Brunswick Science Olympiad offers a great place to learn, grow, and take on new challenges. Join us as we explore, push our limits, and accomplish more together.</p>
</div>
<div class="about-image">
<img src="assets/princeton-awards-ceremony.jpg" alt="Team at Princeton Awards Ceremony">
</div>
</div>
</section>
<section class="features">
<div class="container">
<div class="section-title">
<h2>What We Do</h2>
<p>From competitions to team building, discover what makes our Science Olympiad club special</p>
</div>
<div class="features-grid">
<div class="feature-card">
<div class="feature-image">
<img src="assets/what-we-do/Princeton.jpg" alt="Princeton Competition">
</div>
<div class="feature-content">
<h3>Compete!</h3>
<p>Our club participates in a range of Science Olympiad competitions at the local and state levels, as well as at prestigous universities during invitationals where we work hard to win as a team!</p>
</div>
</div>
<div class="feature-card">
<div class="feature-image">
<img src="assets/what-we-do/heli-regionals.jpg" alt="Helicopter at Regionals">
</div>
<div class="feature-content">
<h3>Practice!</h3>
<p>Preparation is key to our success, we spend our Fridays preparing for our events with our partners. Whether taking a practice tests or obtaining valuable data, these meetings are a core part of our success!</p>
</div>
</div>
<div class="feature-card">
<div class="feature-image">
<img src="assets/what-we-do/princeton-team-bonding.jpg" alt="Team Bonding at Princeton">
</div>
<div class="feature-content">
<h3>Have Fun!</h3>
<p>Science Olympiad isn't all work; we believe in the value of team chemistry! During our competitions we find the time to eat out, walk around campuses, and enjoy the competition enviroment with friends!</p>
</div>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="footer-container">
<div class="footer-section">
<h3>Meetings</h3>
<p>Fridays After School</p>
<p>Room C205</p>
</div>
<div class="footer-section">
<h3>Follow Us</h3>
<a href="https://www.instagram.com/sbhsscioly/" target="_blank"><i class="fab fa-instagram"></i> Instagram</a>
<a href="https://www.youtube.com/@sbhsscioly" target="_blank"><i class="fab fa-youtube"></i> YouTube</a>
<div class="social-links">
<a href="https://www.instagram.com/sbhsscioly/" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://www.youtube.com/@sbhsscioly" target="_blank"><i class="fab fa-youtube"></i></a>
</div>
</div>
<div class="footer-section">
<h3>Contact</h3>
<p>750 Ridge Road</p>
<p>Monmouth Junction, NJ</p>
<p>sbhsscioly@gmail.com</p>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 South Brunswick Science Olympiad.</p>
</div>
</footer>
<script>
// Mobile menu toggle
const mobileMenuBtn = document.getElementById('mobileMenuBtn');
const mainNav = document.getElementById('mainNav');
mobileMenuBtn.addEventListener('click', () => {
mainNav.classList.toggle('active');
mobileMenuBtn.innerHTML = mainNav.classList.contains('active')
? '<i class="fas fa-times"></i>'
: '<i class="fas fa-bars"></i>';
});
</script>
</body>
</html>