-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelite.html
184 lines (168 loc) · 8.16 KB
/
elite.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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<head>
<link href="https://fonts.googleapis.com/css?family=Noto+Sans&display=swap" rel="stylesheet">
<style>
body {
margin-top: 40px;
background-color: #0d2332;
color: #f2f2f2;
font-family: 'Noto Sans', sans-serif;
}
div {
margin: 20px;
}
.center {
display: block;
margin: auto;
text-align: center;
}
h1 {
font-size: 40px;
}
ul {
list-style-position: inside;
}
a:visited {
color: #f2f2f2;
}
.age-select {
font-size: 28px;
}
.age-select .selected {
color: #c04b4e;
}
.age-select:not(.selected) {
color: #286fa0;
cursor: pointer;
}
.q {
font-weight: bold;
font-size: 24px;
color: #c04b4e;
margin-bottom: 5px;
}
.a {
font-size: 22px;
margin-bottom: 30px;
margin-top: 0px;
}
.hidden {
display: none;
}
#selectPrompt{
font-size:26px;
margin-top:40px;
font-weight:bold;}
</style>
</head>
<body>
<h1 class="center">Elite Camps 2019 - What we know</h1>
<div class="center age-select">
<span id="youngSelect" onclick="younger()">14-15</span> / <span id="oldSelect" onclick="older()">16-18</span>
</div>
<div id="selectPrompt" class="center">Please select the relevant age group above, so we can provide relevant information!</div>
<div class="younger hidden">
<div class="center">
<div class="q">When and where are the Elite camps?</div>
<div class="a">
Elite camps will be taking place in three locations this year:
<ul>
<li>Birmingham, from the 23nd to the 25th July,</li>
<li>Lancaster, from the 30th July to the 1st August,</li>
<li>London, from the 6th August to the 8th August.</li>
</ul>
</div>
<div class="q">Do I need to journey there and back every day?</div>
<div class="a">
Nope! We'll be provided with university accommodation for the two nights, with food and other necessities provided.
</div>
<div class="q">How do I know if I'm invited?</div>
<div class="a">
Cyber Discovery has begun to send out emails to invite people to attend! It's an ongoing process, so if you've not recieved an email yet, don't give up hope!
<br> Emails regarding Elite will come from <b>[email protected]</b> - make sure that the email doesn't end up in the spam folder!
</div>
<div class="q">What will we be doing at the Elite camps?</div>
<div class="a">
There hasn't been too much detail on this yet, but it's likely to involve loads of interesting talks, hands on activities and offers an amazing chance to get to know fellow students!
</div>
<div class="q">Do I need a parent?</div>
<div class="a">
You do need a parent, or other authorized guardian, to sign you in and out at the start and end of the camp; but they don't need to stick around for the entire 3 days.
</div>
<div class="q">Any other questions?</div>
<div class="a">
If the questions relate to personal circumstances, contact Cyber Discovery at <b>[email protected]</b>, and they should be able to help!<br>
If it's more general, you can ask on our <a href="http://discord.cyberdiscoverycommunity.uk/">community discord server</a>!
</div>
</div>
</div>
<div class="older hidden">
<div class="center">
<div class="q">When and where are the Elite camps?</div>
<div class="a">
Elite camps will be taking place in three locations this year:
<ul>
<li>Birmingham, from the 22nd to the 27th July,</li>
<li>Lancaster, from the 29th July to the 3rd August,</li>
<li>London, from the 5th August to the 10th August.</li>
</ul>
</div>
<div class="q">Do I need to journey there and back every day?</div>
<div class="a">
Nope! We'll be provided with university accommodation for the five nights, with food and other necessities provided.
</div>
<div class="q">How do I know if I'm invited?</div>
<div class="a">
Cyber Discovery has begun to send out emails to invite people to attend! It's an ongoing process, so if you've not recieved an email yet, don't give up hope!
<br> Emails regarding Elite will come from <b>[email protected]</b> - make sure that the email doesn't end up in the spam folder!
</div>
<div class="q">What will we be doing at the Elite camps?</div>
<div class="a">
It somewhat depends on which camp you choose to go to. The main focus at each camp is around a SANS course; which varies from camp to camp. At the Birmingham and Lancaster camps, you'd be taking <a href="https://uk.sans.org/course/hacker-techniques-exploits-incident-handling">SEC504</a>; whereas at the London camp, you'd be taking <a href="https://uk.sans.org/course/windows-forensic-analysis">FOR500</a>.
<br>It's likely that other secondary events will also take place during the camp alongside these courses!
</div>
<div class="q">Will I have an chance to get a certification?</div>
<div class="a">
Yep! Alongside the SANS training at the event, you'll also have a chance to take a GIAC certification for that course after the event, which shows you know your stuff!
</div>
<div class="q">Do I need a parent?</div>
<div class="a">
You do need a parent, or other authorized guardian, to sign you in and out at the start and end of the camp; but they don't need to stick around for the entire 6 days.
</div>
<div class="q">Any other questions?</div>
<div class="a">
If the questions relate to personal circumstances, contact Cyber Discovery at <b>[email protected]</b>, and they should be able to help!<br>
If it's more general, you can ask on our <a href="http://discord.cyberdiscoverycommunity.uk/">community discord server</a>!
</div>
</div>
</div>
<script>
function younger() {
//Shows the stuff for younger people, and hides the older stuff.
o = document.getElementsByClassName("older");
for (let e of o) {
e.classList.add("hidden");
}
y = document.getElementsByClassName("younger");
for (let e of y) {
e.classList.remove("hidden");
}
document.getElementById("youngSelect").classList.add("selected");
document.getElementById("oldSelect").classList.remove("selected");
document.getElementById("selectPrompt").classList.add("hidden");
}
function older() {
//Shows the stuff for younger people, and hides the older stuff.
y = document.getElementsByClassName("younger");
for (let e of y) {
e.classList.add("hidden");
}
o = document.getElementsByClassName("older");
for (let e of o) {
e.classList.remove("hidden");
}
document.getElementById("youngSelect").classList.remove("selected");
document.getElementById("oldSelect").classList.add("selected");
document.getElementById("selectPrompt").classList.add("hidden");
}
</script>
</body>