forked from TMSAProgrammers/cyberpatriots-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.html
61 lines (46 loc) · 1.69 KB
/
resources.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Raleway">
<style>
body {
font-family: 'Raleway', sans-serif;
font-size: 48px;
}
</style>
<title>
Resources
</title>
<link rel="stylesheet" type="text/css" href="CSS/resources.css">
</head>
<body>
<script src="default_include.js"></script>
<div id="payload">
<!--Quicklinks-->
<h1 id="heading">Resources</h1>
<div id="quicklinks">
<a href="https://docs.google.com/document/d/1MOBjWtOkvzXUReZvfDhuQ983BVzpP4XMznKfkx1pky0"
target="_blank">
<button>Windows 7</button>
</a>
<a href="https://docs.google.com/document/d/1r7YdnfEeDtAmAHThetQmvKhGxAmyDBOQiVnXzDSXapk"
target="_blank">
<button>Windows Server</button>
</a>
<a href="https://docs.google.com/document/d/118xSDI3HKddNOp4rdGVuY5OJxXfmvJB6Z7GVhX8xhYs"
target="_blank">
<button>Ubuntu</button>
</a>
<a href="https://drive.google.com/open?id=19fu_zm2J4wfIOSAZJTbqJSm1yRWmrmJGV3FeuutZYWM"
target="_blank">
<button>Packet Tracer</button>
</a>
<a href="https://drive.google.com/open?id=0B8YVl5MoQZuSWVFFeUxuQVMyZzg"
target="_blank">
<button>Google Drive</button>
</a>
</div>
</div>
</body>
</html>