-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (56 loc) · 2.39 KB
/
index.html
File metadata and controls
60 lines (56 loc) · 2.39 KB
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
<!--
* rgshw.github.io: The selector site for the projection tools used in the main hall.
* <https://github.com/rgshw/rgshw.github.io/>
* Copyright (C) 2018 Matt Cowley (MattIPv4) (me@mattcowley.co.uk)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, please see
* <https://github.com/rgshw/rgshw.github.io/blob/master/LICENSE> or <http://www.gnu.org/licenses/>.
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>RGSHW Projection Tools</title>
<link rel="shortcut icon" href="rgshw.png"/>
<link rel="stylesheet prefetch" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"/>
<link rel="stylesheet" href="style.min.css"/>
</head>
<body>
<div class="split">
<a href="https://rgshw.github.io/exams/" class="split-inner">
<div class="split-preview">
<iframe src="https://rgshw.github.io/exams/" scrolling="no" frameborder="0" height="1000px" width="1000px"
sandbox="allow-scripts"></iframe>
</div>
<h3>Examination Clock</h3>
<p>
The clock used and projected during examinations in the main hall.
<small>(Click to use)</small>
</p>
</a>
<a href="https://rgshw.github.io/parents/" class="split-inner">
<div class="split-preview">
<iframe src="https://rgshw.github.io/parents/?noAudio" scrolling="no" frameborder="0" height="1000px"
width="1000px" sandbox="allow-scripts"></iframe>
</div>
<h3>Parents' Evening Timer</h3>
<p>
The timer projected for Parents’ Evenings in the main hall.
<small>(Click to use)</small>
</p>
</a>
</div>
<script src="chromeCheck.min.js"></script>
<script src="controls.min.js"></script>
<script>controls("rgshw.github.io", false);</script>
</body>
</html>