forked from jacobjinkelly/Glenforest-STEM-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
announcements.html
110 lines (94 loc) · 3.58 KB
/
announcements.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
<!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 | Events</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="#announcementContent" 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;">Announcements</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">Announcements</h1>
<div class="separator uwhite fadeIn" style="width:300px"></div>
<p class="fadeIn">
<a href="contests.html">Contest information is now available!</a>
</p>
<div class="separator uwhite fadeIn" style="width:300px"></div>
<p class="fadeIn">Online Registration for the <a href="index.html#conference">
Canadian Youth STEM Conference 2017</a> will begin on
<a href="http://www.moleday.org/" target="_blank">Mole Day</a>, October 23.
</p>
<p class="fadeIn">Registration has now opened!</p>
<a class="fadeIn registerButton" href="https://youthconference2017.eventbrite.ca" target="_blank">
<div>
<p>Waiting List</p>
</div>
</a>
</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>