-
Notifications
You must be signed in to change notification settings - Fork 2
/
help.html
70 lines (64 loc) · 2.81 KB
/
help.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
<!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">
<link rel="image_src" href="img/icon.png" />
<meta property="og:image" content="http://www.glenforeststem.com/img/icon300.png" />
<script type="text/javascript" src="http://www.google.com/jsapi" ></script>
<script async type="text/javascript">google.load("jquery", "1.3.2");</script>
<!--[if lte IE 8]>
<link rel="stylesheet" type="text/css" href="updateie.css" />
<![endif]-->
<!--[if !IE]><!-->
<script async type="text/javascript" src="core.js"></script>
<link rel="stylesheet" type="text/css" href="main.css">
<!--<![endif]-->
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Raleway:700,500">
<link rel="stylesheet" type="text/css" 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</title>
</head>
<body>
<div class="updateie">
<p>Hello there! It appears you are using a version of Internet Explorer of version 8 or lower,
of which our website is uncompatible with. Please update Internet Explorer to version 9 or
higher in order to access our site. Thank you!
</p>
</div>
<a name="home" class="anchor"></a>
<!--NAV BAR-->
<div id="nav">
<div id="left">
<div id="logo">
<a href="#home" id="Home"><img src="img/logo.svg"></a>
</div>
</div>
</div>
<!--HOME SECTION-->
<div class="section confHelp" id="top">
<!--#title for JS to find position of title and add .scrolled to nav bar-->
<div id="title">
<h1 style="font-size:4em;">Pick Group:</h1>
</div>
<div>
<button onclick="location.href='blue.html'" class="snip1431" id="block">Blue</button>
<button onclick="location.href='green.html'" style="background-color: #4dff4d;"class="snip1431" id="block">Green</button>
<button onclick="location.href='yellow.html'" style="background-color: #ffff4d;"class="snip1431" id="block">Yellow</button>
<button onclick="location.href='red.html'" style="background-color: #ff6666;"class="snip1431" id="block">Red</button>
</div>
</div>
<!--FOOTER-->
<div class="section white" style="padding-top: 0px;padding-bottom: 0px;">
<div id="image">
<img src="img/OpusAdiuvareLogo.png" style="width: 200px;">
</div>
</div>
</body>
</html>