-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (34 loc) · 2.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link id="favicon" rel="icon" href="https://fi.somethingawful.com/images/smilies/smile.gif">
<title>CursedCTF 2024</title>
<script src="https://app.embed.im/snow.js" defer></script>
<link rel="stylesheet" href="assets/normalize.css">
<style>
body {
background-image: url(assets/CursedCTFIndex2.png);
background-repeat: no-repeat;
background-size: cover;
height: 190vw;
}
a { position: absolute; }
</style>
</head>
<body>
<a id="home" style="left: 3vw; width: 9vw; top: 0vh; height: 4vw;" href="https://cursedc.tf"></a>
<a id="discord" style="left: 75vw; width: 6.5vw; top: 0vh; height: 4vw;" href="https://discord.gg/RGzgGvTnYA"></a>
<a id="linkedin" style="left: 82.3vw; width: 7vw; top: 0vh; height: 4vw;" href="https://www.linkedin.com/company/cursedctf"></a>
<a id="2023" style="left: 90vw; width: 6.4vw; top: 0vh; height: 4vw;" target="_blank" href="https://cursedc.tf/2023.html"></a>
<a id="sponsor-us" style="left: 45.7vw; width: 9vw; top: 34vw; height: 3vw;" href="https://www.google.com/search?q=please+give+us+money"></a>
<a id="google" style="left: 24vw; width: 31.5vw; top: 130vw; height: 10vw;" href="https://goo.gle/ctfsponsorship"></a>
<a id="nsa" style="left: 67vw; width: 14.5vw; top: 127.5vw; height: 14.5vw;" href="https://www.nsa.gov/?n9iDHoBU=NcNVRGrYfV7afn/3GcZE7kcxVrjHa1DVCRTfUzHscwNis2mJyCyNucTmYPxyH1liAhUEbe39hLfLuz31"></a>
<a id="zellic" style="left: 44vw; width: 28vw; top: 145vw; height: 8vw;" href="https://www.zellic.io/"></a>
<a id="congruential" style="left: 3vw; width: 74vw; top: 158vw; height: 10vw;" href="https://congruential.io"></a>
<a id="team-africa" style="left: 50.8vw; width: 9.7vw; top: 156vw; height: 16vw;" href="https://africaricc.org/"></a>
<a id="west-ham-defence" style="left: 10vw; width: 35vw; top: 173vw; height: 11vw;" href="https://westhamdefence.github.io/
"></a>
</body>
</html>