-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (40 loc) · 1.76 KB
/
Copy pathindex.html
File metadata and controls
50 lines (40 loc) · 1.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="initial-scale=1.0">
<title>SFU CSSS Tools</title>
<link rel="stylesheet" type="text/css" href="main.css">
<link href="https://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Asap:400,700,400italic,700italic" rel="stylesheet" type="text/css">
</head>
<body onload="onloadMain()">
<canvas id="bg-canvas">
</canvas>
<div id="header">
<h1>SFU CSSS Tools <span id="play" class="noselect" onclick="musicTime()">▶</span></h1>
</div>
<div id="content">
<p>This is the unofficial site for hosting all of the SFU CSSS's internal yet public webtools</p>
<p>Tools:</p>
<div id="tool-list">
<a href="./tentative_grant_request/index.html" class="tool">
<h4>Make Tentative SFSS Grant Request (In Progress)</h4>
</a>
<div class="tool">
<h4>Generate Cheque Requisition (Not Yet)</h4>
</div>
<div class="tool">
<h4>Generate Event Project Summary (Not Yet)</h4>
</div>
<div class="tool">
<h4>Generate Invoice (Not Yet)</h4>
</div>
</div>
</div>
<div id="footer">
<img src="./res/jake.jpg" style="left: -68px; bottom: 15px; height: 165px; position: relative;"></img>
</div>
<script src="main.js"></script>
</body>
</html>