-
Notifications
You must be signed in to change notification settings - Fork 1
/
mathcompetition.html
113 lines (110 loc) · 3.98 KB
/
mathcompetition.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
<!DOCTYPE html>
<html>
<title>SVY Math Competition</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="logo.png">
<link href="https://fonts.googleapis.com/css?family=Lato:300|Raleway:300" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.9/css/all.css" integrity="sha384-5SOiIsAziJl6AWe0HWRKTXlfcSHKmYV4RBF18PPJ173Kzn7jzMyFuTtk8JA7QQG1" crossorigin="anonymous">
<link rel="stylesheet" href="main.css">
<head>
<!-- Global site tag (gtag.js) - Google Ads: 445448487 -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-445448487"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-445448487');
</script>
</head>
<body>
<div id="menu" onclick="rotate(this)">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
<a href="index.html"><img id="logo" src="images/logo.jpg"></a>
<div class="navcontainer">
<a href="index.html"><h1 class="title">SILICON VALLEY YOUTH</h1></a>
</div>
<div id="maincontainer">
<div id="commendationshead">
<h1 class="title slide6">Silicon Valley Youth Team-Based Math Competition</h1>
</div>
<div id="contest" style="margin-left: 80px;">
<div id="infoheader">
<h3>Contest Information:</h3>
</div>
<div id="info">
<p>The SVY Team-Based Math Competition is open and free for all.
You may form teams of 1-3 of your friends, or sign up and we will help fill teams for you if desired.<br><br>
All levels of math are welcome! There are three divisions to choose from — Novice, Intermediate, and Advanced.<br><br>
The contest will consist of a Team Round and a fun Buzzing Round.
In addition, there will be an Estimation Challenge, a Raffle, and T-shirts for all participants.<br><br>
<i><b>The contest will take place virtually on Saturday, June 12th, 2021, from 9:30 AM to 1:00 PM PST.</i></b><br><br>
Sign up for free <a href="https://tiny.cc/svymath21">here</a>.<br><br>
Please contact <b>[email protected]</b> and <b>[email protected]</b> for any further inquiries.</p>
</div>
<br>
<div id="scheduleheader">
<h3>Contest Schedule:</h3>
</div>
<div id="schedule">
<li>9:30 Competition Kickoff (Icebreakers)</li>
<li>10:00 Start Team Round</li>
<li>10:40 End Team Round</li>
<li>(intermission - raffle)</li>
<li>11:00 Buzzing Rounds</li>
<li>11:45 Estimation Challenge Results Announced</li>
<li>12:00 Award Ceremony</li>
</div>
<br>
<div id="rulesheader">
<h3>Contest Rules/Guidelines:</h3>
</div>
<div id="rules">
<p>The detailed rules and guidelines for the competition can be found <a href="pdf/mathcompetitionrules.pdf">here </a>.</p>
</div>
<br>
<div id="flyer">
<p style="text-align:center;"><img src="images/mathcompetitionflyer.jpg" height=880px; width=680px;></img></p>
</div>
</div>
<div id="footer" style="position: relative; z-index: 12;">
<div id="footerlinks">
<a href="team.html">Our Team</a>
<a href="donate.html">Donate</a>
<a href="mission.html">Mission</a>
</div>
<div id="copyright">
<p> © 2016-2022. Silicon Valley Youth</p>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="index.js">
</script>
<script src="classes.js">
</script>
<style>
h3{
color: #ed4e4e;
font-size: 30px;
margin: 20px;
}
li{
font-size: 18px;
margin: 10px;
margin-left: 40px;
}
p{
font-size: 18px;
margin:10px;
margin-left: 40px;
}
</style>
</body>
</html>