-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaboutus.html
144 lines (121 loc) · 6.11 KB
/
aboutus.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
<!DOCTYPE HTML>
<!--
Twenty by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>About Us</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="shortcut icon" href="images/logo.png">
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="left-sidebar is-preload">
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1 id="logo"><a href="index.html">Stuyvesant Science Olympiad</span></a></h1>
<nav id="nav">
<ul>
<li class="current"><a href="index.html">Home</a></li>
<li class="submenu">
<a href="#">Menu</a>
<ul>
<li><a href="aboutus.html">About Us</a></li>
<li class="submenu">
<a href="#">Divisions</a>
<ul>
<li><a href="biology.html">Biology</a></li>
<li><a href="chem.html">Chemistry</a></li>
<li><a href="earth.html">Earth Science</a></li>
<li><a href="physics.html">Physics</a></li>
<li><a href="tech.html">Technology</a></li>
</ul>
</li>
<li><a href="calendar.html">Calendar </a><li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="contactus.html">Contact Us</a></li>
</ul>
</li>
<li><a href="#" class="button primary">Sign Up</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<article id="main">
<header class="special container">
<span class="icon fa-lightbulb-o"></span>
<h2><strong>About Us</strong></h2>
<p> Based in Stuyvesant High School, Stuyvesant Science Olympiad has been the largest outlet for students to explore their love in science for over twenty years. Founded by a passionate group of student scientists and engineers, we quickly burst onto the NYC metropolitan scene as a first place team in 2004, staying on top to this day.</p>
</header>
<!-- One -->
<section class="wrapper style4 container">
<div class="row gtr-150">
<div class="col-4 col-12-narrower">
<!-- Sidebar -->
<div class="sidebar">
<section>
<header>
<h3><strong>Inside the Lab</strong></h3>
</header>
<p>As we are a student-run organization, the team spends hours every day after school in the Innovation Lab, preparing for regional, invitational and state competitions. From late August to early May, our captains dedicate themselves to creating and teaching lessons, while our technology members spend up to five hours in the lab on a daily basis, planning and building machines for competition.</p>
<p>Every Science Olympiad event enhances the student’s educational experience and challenges their physical, mental, and emotional resiliency. Our team learns to deal with tenacious deadlines and unfamiliar environments - our students are made strong in the heat of the challenge. </p>
<footer>
<!-- <ul class="buttons">
<li><a href="#" class="button small">Learn More</a></li>
</ul>
</footer>-->
</section>
<section>
<a href="#" class="image featured"><img src="images/princeton.JPG" alt="" /></a>
<footer>
<!-- <ul class="buttons">
<li><a href="#" class="button small">Learn More</a></li>
</ul>-->
</footer>
</section>
</div>
</div>
<div class="col-8 col-12-narrower imp-narrower">
<!-- Content -->
<div class="content">
<section>
<a href="#" class="image featured"><img src="images/staircase.jpg" alt="" /></a>
<header>
<h3><strong>Outside the Lab</strong></h3>
</header>
<p>While Science Olympiad provides us with an intense immersion into the sciences, it also serves as a powerful catalyst for our development as individuals, creating memories and bonds that will last a lifetime. From building and racing cardboard kayaks across the river to having fun summer picnics, we are more than just a team - we’re a family.</p>
<p>We aren’t just a union of students with an interest in the sciences either; our group is composed of unique individuals of various talents, ranging from aspiring artists to future politicians. We send off our seniors every year to the most prestigious STEM and liberal arts colleges, while our alumni work all over the nation from Washington D.C. to Silicon Valley.</p>
<p>Today, our members and alumni form a tight-knit community, maintaining a wide network that connects thousands of us across thousands of miles.</p>
</section>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://www.facebook.com/stuyscioly/?ref=aymt_homepage_panel" class="icon circle fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="mailto:[email protected]" class="icon circle fa-envelope"><span class="label">Google+</span></a></li>
</ul>
<ul class="copyright">
<li>© Stuyvesant Science Olympiad </li><li> 2022 </a></li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollgress.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>