-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
efa7101
commit 2080618
Showing
1 changed file
with
120 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,120 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/> | ||
<meta http-equiv="Content-Security-Policy" content="default-src *; style-src 'self' http://* 'unsafe-inline'; script-src 'self' http://* 'unsafe-inline' 'unsafe-eval'" /> | ||
<title>WW-P South Science Club | Ocean Bowl</title> | ||
|
||
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png"> | ||
<link rel="manifest" href="site.webmanifest"> | ||
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5"> | ||
<meta name="msapplication-TileColor" content="#da532c"> | ||
<meta name="theme-color" content="#ffffff"> | ||
<meta name="description" content="For the past decade, the South Science Club has been providing scientific opportunities for students in the school. We provide numerous competitions: Science Olympiad, Science Bowl, and various other scientific competitions such as the Biology/Chemistry/Physics Olympiads."> | ||
<!-- CSS --> | ||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | ||
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/> | ||
<link href="style.css" type="text/css" rel="stylesheet" media="screen,projection"/> | ||
<link href="https://fonts.googleapis.com/css?family=Roboto:400" rel="stylesheet"> | ||
<style> | ||
|
||
</style> | ||
</head> | ||
<body> | ||
<script src="Navigation.js"></script> | ||
|
||
<main> | ||
<center> | ||
<div class="container" style = "min-height: 100vh; background-color: whitesmoke;"> | ||
|
||
<div class="section no-pad-bot"> | ||
<div class="container"> | ||
<br><br> | ||
<h2 class="header center black-text">Resources!</h2> | ||
|
||
<div class="row"> | ||
<div class="col s12 m12"> | ||
<div class="card white darken-2"> | ||
|
||
</div> | ||
<div class="card-content black-text "> | ||
|
||
<p> | ||
Here is a list of helpful resources! | ||
<br><br> | ||
<li><a class="white-text light" href="soinc.org">Science Olympiad Website</a></li> | ||
|
||
<br><br> | ||
<li><a class="white-text light" href="https://docs.google.com/document/d/1KYIWS1cVOyWbykrmnsHQ85ALF7eUjDrBIpqlWuYR4qE/edit?usp=sharing">South's Build Manual</a></li> | ||
|
||
<br><br> | ||
<li><a class="white-text light" href="https://docs.google.com/document/d/1sfyTMT-iIsE9-kt2BAV68U3C_fUz-oEZhz2lFPxzQ0Q/edit?usp=sharing">Study Guide for Last Year's Events</a></li> | ||
|
||
<br><br> | ||
<li><a class="white-text light" href="https://docs.google.com/document/d/1jkpayPI72Iifu7xrinpidzuYBZZ_IUVI1Lb6_ZMp9XA/edit?usp=sharing">Extra Resources For Physics Events</a></li> | ||
</p> | ||
|
||
</div> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
</div> | ||
</div> | ||
|
||
</div> | ||
|
||
</div> | ||
|
||
|
||
</main> | ||
|
||
</header> | ||
|
||
<footer class="page-footer green lighten-1" style = "margin-top: -5px;"> <!-- sorry future devs LOL --> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col s12 m8"> | ||
<img class="responsive-img" src = "img/footer.png"> | ||
|
||
</div> | ||
|
||
<div class="col s12 m4"> | ||
<h4 class="white-text">Contact</h4> | ||
<ul> | ||
<li><a class="white-text light" href="mailto:[email protected]">[email protected]</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="footer-copyright"> | ||
<div class="container"> | ||
West Windsor-Plainsboro High School South Science Club 2024-2025</a> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
|
||
|
||
<!-- Scripts--> | ||
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script> | ||
<script src="js/materialize.js"></script> | ||
|
||
|
||
<script src="https://www.gstatic.com/firebasejs/4.1.3/firebase.js"></script> | ||
|
||
<script> | ||
$(".button-collapse").sideNav(); | ||
|
||
</script> | ||
|
||
|
||
|
||
|
||
</body> | ||
</html> |