-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (37 loc) · 964 Bytes
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Code at Uni Github</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
<script src="https://use.typekit.net/zen5obu.js"></script>
<script>
try {
Typekit.load({
async: true
});
} catch (e) {}
</script>
</head>
<body>
<div class="main">
<a class="hvr-bounce-to-left" href="http://www.codeatuni.com/">
<h1>
⟵ Code at Uni Main Site
</h1>
</a>
<a class="hvr-bounce-to-right" href="https://code-at-uni.github.io/guides">
<h1 class="guides">
Code at Uni Guides ⟶
</h1>
</a>
<br>
<a class="hvr-bounce-to-right" href="https://github.com/Code-At-Uni/reference/blob/master/README.md">
<h1 class="guides">
Mini Reference
</h1>
</a>
</div>
</body>
</html>