-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcareers.html
42 lines (34 loc) · 1.16 KB
/
careers.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
<!DOCTYPE html>
<html>
<head>
<title>Coast School | Home</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles/index.css" media="all" />
</head>
<body>
<h1 style="text-align: center">Coast School District</h1>
<div id="centered">
<h3>
<a href="index.html">Home</a>
</h3>
</div>
<div id="centered">
<h2>Careers at Coast School</h2>
<p>
Coast School is currently hiring staff for the Discord server! Access the moderator application below!
This application has nothing to do with the game.
</p>
<iframe src="https://forms.gle/PfTTmkKyLDCBAqDy6" style="width: 100%; max-width: 500px;" height="500px"></iframe>
</div>
<hr />
<div id="centered">
<h2>Careers within the district</h2>
<p>
Coast School is currently hiring teachers for the school! Access the teacher application below!
This application is for the game, however, you will not become a moderator in game.
</p>
<iframe src="https://forms.gle/XFtvuf5JVVipq7WF7" style="width: 100%; max-width: 500px;" height="500px"></iframe>
</div>
</body>
</html>