-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutskvaderhack.html
82 lines (72 loc) · 1.89 KB
/
aboutskvaderhack.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
<!doctype html>
<html>
<head>
<title>Skvaderhack</title>
<link href="https://fonts.googleapis.com/css?family=Audiowide|Share+Tech+Mono" rel="stylesheet">
<link href="/favicon.ico" rel="icon" type="image/x-icon" />
<meta name="viewport" content="width=400, initial-scale=1.0">
<meta name="theme-color" content="#5a005a">
<style>
body {
background-color: rgb(56,0,56);
color: rgb(255,0,255);
font-family: 'Share Tech Mono', monospace;
position: relative;
}
header {
text-align: center;
}
div.container {
width: 400px;
margin-left: auto;
margin-right: auto;
}
a {
color: rgb(255,255,255);
}
a:hover {
color: rgb(128,128,128);
}
a:visited {
color: rgb(200, 200, 200);
}
h1 {
font-family: 'Audiowide', cursive;
}
h2 {
font-family: 'Audiowide', cursive;
text-align: center;
}
</style>
</head>
<body>
<header>
<h1><img src="img/skvaderhack.png" alt="Skvaderhack" /></h1>
</header>
<main>
<div class="container">
<h2>About Skvaderhack</h2>
<h3>What is it all about</h3>
<p>
Do you wish to show your prowess among the hacker community!
Join our challenges, and show your virtual muscles!
</p>
<h3>Challenges</h3>
<p>
Solve our challenges to find your keys. Submit the keys to earn the points!
Some challenges might have you download a file, it's up to you how, and which
challenges you want to try and solve.
</p>
<p>
Challenges are not necessarily on this site,
they could be out there in the real world.
Keep eye out for our logotype!
</p>
<h3>Scoring</h3>
<p>
Be among the first to solve the challenges to earn the most points! Or go for solving all the challenges.
</p>
</div>
</main>
</body>
</html>