-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheducators.html
46 lines (41 loc) · 1.45 KB
/
educators.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<script src="https://cdn.socket.io/socket.io-1.4.5.js"></script>
<script language="javascript" type="text/javascript" src="educators.js"></script>
<title>CoCode_Educators</title>
<link href="./css/style.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
</head>
<body>
<div class="header">
<p class="header-title"><a href="main.html">CoCode_</a><b>Educators</b></p>
<p class="educators"><a href="educators.html">Educators</a></p>
</div>
<div style="border: 20px; margin-top:60px;">
<p class="sess-info-body">Your Room Code: <b id="roomCode">1a2b3c</b></p>
</div>
<div style="border: 20px">
<div class="checkbox sess-info-body">
<label>Transparent Mode: <input type="checkbox" value=""></label>
</div>
</div>
<div class="center-me" style="border: 20px; margin-top:60px;">
<button class="button center-me" onclick="beginSession()" >Begin Session</button>
</div>
<div class="center-me" style="border: 20px; margin-top:30px;">
<button class="button center-me">End Running Sessions</button>
</div>
<div class="footer">
<div class="footer_contents">
<a href="index.html">Home</a>
<a href="#">FAQ</a>
<a href="about.html">About</a>
<a href="legal.html">Legal</a>
<a href="#">Contact Us</a>
<a href="#">Jobs</a>
</div>
</div>
</body>
</html>