-
Notifications
You must be signed in to change notification settings - Fork 2
/
currentevents.html
113 lines (102 loc) · 4.21 KB
/
currentevents.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 lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<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 property="og:title" content="Jacob Kelly">
<meta property="og:description" content="">
<meta property="og:type" content="website">
<meta property="og:url" content="">
<meta property="og:image" content="">
<title>Glenforest STEM | Events</title>
<link rel="icon" type="image/png" href="img/icon.png">
<link rel="icon" type="image/x-icon" href="img/icon.ico">
<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">
<link rel="stylesheet" type="text/css" href="hamburger.css">
<link rel="stylesheet" type="text/css" href="bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="stylesheet" type="text/css" href="events.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/core.js"></script>
<script type="text/javascript" src="js/slide.js"></script>
</head>
<body>
<a name="currentevents" class="anchor" id="CURRENTEVENTS"></a>
<!--NAV BAR-->
<div id="nav">
<div id="left">
<div id="logo">
<a href="index.html" 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#contact" id="Contact">Contact</a>
</div>
<div class="item">
<a href="conferences.html" id="Conference">Past Conferences</a>
</div>
<!--<div class="item">
<a href="currentevents.html" id="CurrentEvents">Current Events</a>
</div>>-->
<div class="item">
<a href="nahanirobots.html" id="NahaniRobots">Nahani Robots</a>
</div>
<div class="item">
<a href="events.html" id="Events">Events</a>
</div>
<div class="item">
<a href="stories.html" id="Stories">Stories</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;">Our Current Events</h1>
</div>
<div>
<a href="#first-healthsymposium"><div id="arrow"></div></a>
</div>
</div>
<!--POST SECTION-->
<div id="HealthScienceSymposium" class="section white">
<a name="first-healthsymposium" class="anchor"></a>
<div class="">
<!-- Title and Date for Symposium Section-->
<h1>Glenforest Health Science Symposium</h1>
<p>November 24, 2017</p>
<!-- Video DIV for when video of event is ready. Requested by Rebecca.
<div id="video" width="" height="" controls>
<source src="videofileanme.format" type="">
</div>
-->
<p>Glenforest STEM’s Health Science Symposium, targeted for high school students from several schools,
is a community based event that provides students with the opportunity to listen to inspirational speakers
from health science fields, participate in a variety of hands-on workshops and network with post-secondary
institutions and notable organization representatives.
</p>
</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;">Designed and Developed by Jacob Kelly</p>
</div>
</div>
</body>
</html>