Skip to content

Commit 063efc4

Browse files
committed
cool
1 parent a366460 commit 063efc4

File tree

3 files changed

+35
-10
lines changed

3 files changed

+35
-10
lines changed

favicon.ico

149 KB
Binary file not shown.

index.html

+20-8
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,32 @@
1515
<body>
1616
<div class="page">
1717
<div class="center blink">
18-
<h1>Ludicrous Adventures of Ridiculous Shenanigans</h1>
19-
<h1>#1 CTF team</h1>
18+
<p>Ludicrous Adventures of Ridiculous Shenanigans</p>
19+
<p>#1 CTF team</p>
2020
</div>
21+
<small class="note">SCROLL</small>
2122
</div>
2223
<div class="page">
2324
<ul class="center blink">
24-
<li><a href="https://github.com/larsvommars">LARSVOMMARS</li>
25-
<li><a href="https://github.com/marvinborner">MARWYNTHEMAGE</li>
26-
<li><a href="https://github.com/AnyUnderstanding">ANYUNDERSTANDING</li>
27-
<li><a href="https://github.com/maytastico">MAYTASTICO</li>
28-
<li><a href="https://github.com/pherkel">PHERKEL</li>
29-
<li><a href="https://github.com/r1vers0ng">LINEA</li>
25+
<li><a href="https://github.com/larsvommars">LARSVOMMARS</a></li>
26+
<li><a href="https://github.com/marvinborner">MARWYNTHEMAGE</a></li>
27+
<li>
28+
<a href="https://github.com/AnyUnderstanding">ANYUNDERSTANDING</a>
29+
</li>
30+
<li><a href="https://github.com/maytastico">MAYTASTICO</a></li>
31+
<li><a href="https://github.com/pherkel">PHERKEL</a></li>
32+
<li><a href="https://github.com/r1vers0ng">LINEA</a></li>
3033
</ul>
3134
</div>
35+
<div class="page colored">
36+
<div class="center blink">
37+
<h1>SOCIAL</h1>
38+
<ul>
39+
<li><a href="https://gpn21.ctf.kitctf.de/teams/194">KITCTF</a></li>
40+
<li><a href="https://github.com/lars-ctf">GITHUB</a></li>
41+
</ul>
42+
</div>
43+
</div>
3244
<div id="bg" class="bg"></div>
3345
<script src="https://cdn.jsdelivr.net/npm/[email protected]/particles.min.js"></script>
3446
<script src="script.js"></script>

style.css

+15-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ html, body {
44
padding: 0;
55
margin: 0;
66
text-align: center;
7-
font-size: 42px;
7+
font-size: 69px;
88
font-family: 'Courier New', Courier, monospace;
9+
font-weight: bold;
910
}
1011

1112
.center {
@@ -34,7 +35,7 @@ html, body {
3435
.bg {
3536
z-index: 1;
3637
width: 100%;
37-
height: 100%;
38+
height: 200vh;
3839
position: absolute;
3940
top: 0;
4041
left: 0;
@@ -45,6 +46,18 @@ html, body {
4546
position: relative;
4647
}
4748

49+
.note {
50+
position: absolute;
51+
bottom: 0;
52+
left: 0;
53+
right: 0;
54+
font-size: 28px;
55+
}
56+
57+
.colored {
58+
background-color: pink;
59+
}
60+
4861
ul, li, ol {
4962
list-style: none;
5063
}

0 commit comments

Comments
 (0)