-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 7c4eaf7
Showing
11 changed files
with
414 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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="/">< go back</a> | ||
</pre></div></center></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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="/">< go back</a> | ||
</pre></div></center></body></html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.