forked from jacobjinkelly/Glenforest-STEM-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contests.html
100 lines (88 loc) · 3.22 KB
/
contests.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/png" href="img/icon.png">
<link rel="icon" type="image/x-icon" href="img/icon.ico">
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<script type="text/javascript">google.load("jquery", "1.3.2");</script>
<script type="text/javascript" src="core.js"></script>
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Raleway:700,500">
<link rel="stylesheet" href="https://afeld.github.io/emoji-css/emoji.css">
<meta name="title" content="Glenforest STEM">
<meta name="description"
content="Glenforest STEM organizes STEM Conferences
and other events to encourage and expose students to the
educational and career pathways in the STEM fields.">
<meta name="author" content="Jacob Kelly">
<meta charset="utf-8">
<title>Glenforest STEM | Contests</title>
</head>
<body>
<a name="announcements" class="anchor" id="ANNOUNCEMENTS"></a>
<!--NAV BAR-->
<div id="nav">
<div id="left">
<div id="logo">
<a href="index.html#home" id="Home"><img src="img/logo.svg"></a>
</div>
</div>
<div id="right">
<div class="item">
<a href="index.html#about" id="About">About</a>
</div>
<div class="item">
<a href="index.html#conference" id="Conference">Conferences</a>
</div>
<div class="item">
<a href="index.html#sponsor" id="Sponsor">Sponsors</a>
</div>
<div class="item">
<a href="index.html#contact" id="Contact">Contact</a>
</div>
<div class="item">
<a href="events.html" id="Events">Events</a>
</div>
<div class="item">
<a href="announcements.html" id="Announcements">Announcements</a>
</div>
<div class="item">
<a href="contests.html" id="Contests">Contests</a>
</div>
</div>
</div>
<!--TITLE-->
<div class="section colored" id="top">
<!--#title for JS to find position of title and add .scrolled to nav bar-->
<div id="title">
<h1 style="font-size:7em;">Contests</h1>
</div>
<div>
<a href="#announcementContent"><div id="arrow"></div></a>
</div>
</div>
<!--POST SECTION-->
<div class="section white">
<a name="announcementContent" class="anchor"></a>
<div>
<h1 class="fadeIn">Mole Day Contest</h1>
<div class="separator uwhite fadeIn" style="width:300px"></div>
<p class="fadeIn">
<a href="https://drive.google.com/file/d/0B-lodVutfulSeE9YVUpndURKYlU/view">Enter our mole day contest by clicking here!</a>
</p>
<div class="fadeIn" id="moleDayContest">
<div>
<img src="img/moleDayContest.jpg" alt="Mole Day Contest">
</div>
</div>
</div>
</div>
<!--FOOTER-->
<div class="section colored">
<div>
<p>Made with <i class="em em-heart"></i> by the STEM Team</p>
<p style="font-size:0.75em;">Developed by Jacob Kelly</p>
</div>
</div>
</body>
</html>