-
Notifications
You must be signed in to change notification settings - Fork 0
/
categories.html
101 lines (82 loc) · 3.46 KB
/
categories.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html>
<head>
<title>Chalmers CTF</title>
<meta property="og:title" content="Chalmers CTF"/>
<meta property="twitter:title" content="Chalmers CTF"/>
<meta name="description" content="">
<meta name="keywords" content="cyber-security, CTF, wargames, writeups, hacking, technology, programming, netsec, websec">
<!--- FACEBOOK META TAGS -->
<meta property="og:type" content="article"/>
<meta property="og:description" content=""/>
<meta property="og:url" content=""/>
<!-- TWITTER META TAGS -->
<meta name="twitter:card" content="summary">
<meta name="twitter:url" content="">
<meta name="twitter:description" content="">
<link href="https://fonts.googleapis.com/css?family=Inconsolata:400,700" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://chalmersctf.se/theme/css/style.css">
</head>
<body>
<div id="wrapper">
<header>
<a href="/"><img src="https://chalmersctf.se/theme/images/chalmersctf_logo.png" width="408" height="109" alt="Logo"></a>
</header>
<div id="container">
<aside role="left">
<nav>
<h4>~ About</h4>
<ul>
<li><a href="https://chalmersctf.se/chalmers-ctf/">Chalmers CTF</a></li>
<li><a href="https://chalmersctf.se/contact/">Contact</a></li>
<li><a href="https://chalmersctf.se/meet-the-staff/">Meet the Staff</a></li>
</ul>
<h4>~ Useful stuff</h4>
<ul>
<li><a href="https://chalmersctf.se/resources/">Resources</a></li>
<li><a href="https://chalmersctf.se/start-playing-ctf/">Start Playing CTF</a></li>
</ul>
<h4>~ Get informed</h4>
<ul>
<li><a href="https://chalmersctf.se/events/">events</a></li>
<li><a href="https://chalmersctf.se/news/">news</a></li>
</ul>
</nav> </aside>
<center>
<div class="delimiter"></div>
</center>
<main id="content">
<h2>Categories</h2>
<ul>
<li><a href="https://chalmersctf.se/events/">events</a></li>
<li><a href="https://chalmersctf.se/news/">news</a></li>
</ul>
</main>
<center>
<div class="delimiter"></div>
</center>
<aside role="right">
<section id="current-events">
<h3>Events</h3>
<ul>
<li><a href="https://chalmersctf.se/events/owaspxchalmersctf-event/">OWASPxChalmersCTF</a></li>
<li><a href="https://chalmersctf.se/events/recruitment-meeting/">Recruitment meeting!</a></li>
<li><a href="https://chalmersctf.se/events/injection-workshop-event/">Injection Workshop!</a></li>
<li><a href="https://chalmersctf.se/events/lets-play-0ctf/">Let's play 0CTF</a></li>
<li><a href="https://chalmersctf.se/events/introduction-to-ctf-v2/">Introduction to CTF v2!</a></li>
<li><a href="https://chalmersctf.se/events/introduction-to-ctf/">Introduction to CTF!</a></li>
<li><a href="https://chalmersctf.se/events/insomnihack-teaser-ctf/">Insomni'hack teaser CTF</a></li>
</ul>
</section> </aside>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-91491078-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>