-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (46 loc) · 2.08 KB
/
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
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>UiA-CTF</title>
<link rel="stylesheet" href="./css/bulma.css">
<link rel="stylesheet" href="./css/custom.css">
</head>
<body>
<section class="hero is-uia-bg is-fullheight">
<div class="hero-body">
<div class="container">
<div class="columns">
<div class="column is-1"></div>
<div class="column is-10 is-uia-bg">
<!-- creds to langballe for creating awesome logo! -->
<img src="./img/uiactf.png" alt="uiactf-logo">
<p class="subtitle is-5 is-uia-white subtitle-text">
CTF Team representing <a class="subtitle is-uia-red" href="https://uia.no">University of
Agder</a>
</p>
<hr class="divider">
<br>
<nav class="level">
<p class="level-item has-text-centered">
<a class="subtitle is-uia-red" href="https://ctftime.org/team/140430">CTFtime</a>
</p>
<p class="level-item has-text-centered">
<a class="subtitle is-uia-red" href="https://github.com/uiactf">Github</a>
</p>
<p class="level-item has-text-centered">
<a class="subtitle is-uia-red" href="https://wiki.betauia.net/Betasec/">Wiki</a>
</p>
<p class="level-item has-text-centered">
<a class="subtitle is-uia-red" href="https://discord.gg/9hb5Z4Tah8">Discord</a>
</p>
</nav>
</div>
<div class="column is-1"></div>
</div>
</div>
</div>
</section>
</body>
</html>