-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathresources-tree.html
46 lines (36 loc) · 1.85 KB
/
resources-tree.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<link type="text/css" rel="stylesheet" href="public/css/arf.css"/>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.17/d3.min.js"></script>
<title>Resources</title>
<link rel="apple-touch-icon" sizes="180x180" href="/public/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/public/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/public/favicons/favicon-16x16.png">
<link rel="manifest" href="/public/favicons/site.webmanifest">
<link rel="mask-icon" href="/public/favicons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/public/favicons/favicon.ico">
<meta name="msapplication-TileColor" content="#b91d47">
<meta name="msapplication-config" content="/public/favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<div id="body">
<div id="header">
Competitive Cyber Clubs Resources
<hr/>
</div>
</div>
<script src="public/js/arf.js"></script>
<div class="legend"><p></p>
(OL) - Online Competition <br>
(PH) - In Person Competition<br>
(R) - Requires registration<br></p></div>
<h3>For Updates & Notifications</h3>
Follow our Twitter: <a href="https://twitter.com/cyberclubsusa">@CyberClubsUSA</a><br>
Contribute to the project on Github!: <a href="https://github.com/Competitive-Cyber-Clubs/competitivecyberclubs.github.io">https://github.com/Competitive-Cyber-Clubs/competitivecyberclubs.github.io</a>
<h3>Suggestions, Comments, Feedback</h3>
Feedback/new content/suggestions helps us grow! Please feel free to reach out on Discord or submit an issue on Github.
</body>
</html>