Skip to content

Commit

Permalink
xd
Browse files Browse the repository at this point in the history
  • Loading branch information
caprinux committed Jun 8, 2024
0 parents commit 7c4eaf7
Show file tree
Hide file tree
Showing 11 changed files with 414 additions and 0 deletions.
62 changes: 62 additions & 0 deletions ctfs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@

<html>
<head>
<title>NUS Greyhats SLF 2024</title>
<meta charset="utf-8">
<style>
body {
color: #FEFEFE;
background-color: #0A0B11;
margin: 0 auto;
padding: 1em 0 1em 0;
}
a {
color: #93ffd7;
text-decoration: none;
}
@font-face {
font-family: "unifont";
src: url("/unifont.woff") format('woff');
}
pre {
font-family: "unifont", "Lucida Console", monospace, Monaco;
font-size:16px;
line-height: 1.0;
padding-left: 20px;
}
.txtdiv {
display: block;
text-align: left;
}
img {
max-width: 10%;
height: auto;
width: auto; /* ie8 */
}
.typewriter {
width: 20ch;
animation: typing 2s steps(22), blink .5s step-end infinite alternate;
white-space: nowrap;
overflow: hidden;
border-right: 3px solid #FFFFFF;
}
@keyframes typing {
from {
width: 0
}
}
@keyframes blink {
50% {
border-color: transparent
}
}
</style>
</head>


<body>
<center><div class="txtdiv"><pre>
ctfs here

<a href="/">< go back</a>
</pre></div></center></body></html>
62 changes: 62 additions & 0 deletions events/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@

<html>
<head>
<title>NUS Greyhats SLF 2024</title>
<meta charset="utf-8">
<style>
body {
color: #FEFEFE;
background-color: #0A0B11;
margin: 0 auto;
padding: 1em 0 1em 0;
}
a {
color: #93ffd7;
text-decoration: none;
}
@font-face {
font-family: "unifont";
src: url("/unifont.woff") format('woff');
}
pre {
font-family: "unifont", "Lucida Console", monospace, Monaco;
font-size:16px;
line-height: 1.0;
padding-left: 20px;
}
.txtdiv {
display: block;
text-align: left;
}
img {
max-width: 10%;
height: auto;
width: auto; /* ie8 */
}
.typewriter {
width: 20ch;
animation: typing 2s steps(22), blink .5s step-end infinite alternate;
white-space: nowrap;
overflow: hidden;
border-right: 3px solid #FFFFFF;
}
@keyframes typing {
from {
width: 0
}
}
@keyframes blink {
50% {
border-color: transparent
}
}
</style>
</head>


<body>
<center><div class="txtdiv"><pre>
events here

<a href="/">< go back</a>
</pre></div></center></body></html>
74 changes: 74 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
<html>
<head>
<title>NUS Greyhats SLF 2024</title>
<meta charset="utf-8">
<style>
body {
color: #FEFEFE;
background-color: #0A0B11;
margin: 0 auto;
padding: 1em 0 1em 0;
}
a {
color: #93ffd7;
text-decoration: none;
}
@font-face {
font-family: "unifont";
src: url("./unifont.woff") format('woff');
}
pre {
font-family: "unifont", "Lucida Console", monospace, Monaco;
font-size:16px;
line-height: 1.0;
padding-left: 20px;
}
.txtdiv {
display: block;
text-align: left;
}
.typewriter {
width: 20ch;
animation: typing 2s steps(22), blink .5s step-end infinite alternate;
white-space: nowrap;
overflow: hidden;
border-right: 3px solid #FFFFFF;
}
@keyframes typing {
from {
width: 0
}
}
@keyframes blink {
50% {
border-color: transparent
}
}
</style>
</head>

<body>
<pre class="typewriter">We are NUS Greyhats.</pre>
<!-- <img src="./logo.png"> -->
<center><div class="txtdiv"><pre>

Upcoming Events for Freshmen

~ <a href="/wts/">welcome tea session ─ 21 August</a>

~ <a href="/wctf/">welcome ctf ─ 23 August</a>


Find out more about us

~ <a href="whoami/">FAQs about us.</a>

~ <a href="events/">our events.</a>

~ <a href="ctfs/">our competitions.</a>

~ <a href="mailto:[email protected]">email us.</a>

~ <a href="https://linktr.ee/nus.greyhats">social media.</a>

</pre></div></center></body></html>
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added unifont.woff
Binary file not shown.
61 changes: 61 additions & 0 deletions wctf/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<html>
<head>
<title>NUS Greyhats SLF 2024</title>
<meta charset="utf-8">
<style>
body {
color: #FEFEFE;
background-color: #0A0B11;
margin: 0 auto;
padding: 1em 0 1em 0;
}
a {
color: #93ffd7;
text-decoration: none;
}
@font-face {
font-family: "unifont";
src: url("/unifont.woff") format('woff');
}
pre {
font-family: "unifont", "Lucida Console", monospace, Monaco;
font-size:16px;
line-height: 1.0;
padding-left: 20px;
}
.txtdiv {
display: block;
text-align: left;
}
img {
max-width: 100%;
height: auto;
width: auto;
}
.typewriter {
width: 20ch;
animation: typing 2s steps(22), blink .5s step-end infinite alternate;
white-space: nowrap;
overflow: hidden;
border-right: 3px solid #FFFFFF;
}
@keyframes typing {
from {
width: 0
}
}
@keyframes blink {
50% {
border-color: transparent
}
}
</style>
</head>


<body>
<center><div class="txtdiv"><pre>
Welcome CTF

<a href="/">&lt; go back</a>
</pre></div></center></body></html>
79 changes: 79 additions & 0 deletions whoami/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
<html>
<head>
<title>NUS Greyhats SLF 2024</title>
<meta charset="utf-8">
<style>
body {
color: #FEFEFE;
background-color: #0A0B11;
margin: 0 auto;
padding: 1em 0 1em 0;
}
a {
color: #93ffd7;
text-decoration: none;
}
@font-face {
font-family: "unifont";
src: url("/unifont.woff") format('woff');
}
pre {
font-family: "unifont", "Lucida Console", monospace, Monaco;
font-size:16px;
line-height: 1.0;
padding-left: 20px;
}
.txtdiv {
display: block;
text-align: left;
}
img {
max-width: 100%;
height: auto;
width: auto;
}
.typewriter {
width: 20ch;
animation: typing 2s steps(22), blink .5s step-end infinite alternate;
white-space: nowrap;
overflow: hidden;
border-right: 3px solid #FFFFFF;
}
@keyframes typing {
from {
width: 0
}
}
@keyframes blink {
50% {
border-color: transparent
}
}
x {
color: #a7c7e7;
text-decoration: none;
}
</style>
</head>


<body>
<center><div class="txtdiv"><pre>

<x>~ who are we?</x>

We are a group of NUS students (from computing, math, engineering) that share a common interest in
cybersecurity, participating in cybersecurity (CTF) competitions together. We also believe in giving
back to the cybersceurity community in the form of organizing workshops, talks and events to introduce
the industry to people.


<x>~ whats the commitment like?</x>

We meet every Wednesday


<x>~ can i still join with zero experience?</x>

<a href="/">&lt; go back</a>
</pre></div></center></body></html>
Binary file added wts/food.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7c4eaf7

Please sign in to comment.