-
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
Showing
2 changed files
with
16 additions
and
15 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 |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
<title>GreyCTF Summit 2024 - Bingo</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="bingo.css" rel="stylesheet" /> | ||
<link rel="icon" type="image/png" href="/favicon.png" /> | ||
</head> | ||
|
||
<body> | ||
|
@@ -74,7 +75,7 @@ <h5 class="modal-title" id="cellModalLabel">Cell Information</h5> | |
"ISD", | ||
"Hardware", | ||
"Talk 1", | ||
"ISC2", | ||
"ISC2SG Youth Wing", | ||
"Greyhats", | ||
"DSTA", | ||
"YesWeHack", | ||
|
@@ -86,22 +87,22 @@ <h5 class="modal-title" id="cellModalLabel">Cell Information</h5> | |
]; | ||
|
||
const items = { | ||
'Talk 2': "Scan a QR code that will be shown during Talk 2", | ||
'DSO': "Visit the DSO booth for more information.", | ||
'Talk 2': "Scan a QR code that will be shown during Talk 2 -- How CTF-type skills will be useful in a Cybersecurity career?", | ||
'DSO': "Engage with the DSO booth to get their QR code!", | ||
'???': "Find a QR code labelled ??? in COM1", | ||
'Talk 3': "Scan a QR code that will be shown during Talk 3", | ||
'ISD': "Sign up for ISD's mailing list and show it at the ISD booth", | ||
'Hardware': "Visit the hardware booth for more information.", | ||
'Talk 1': "Scan a QR code that will be shown during Talk 1", | ||
'ISC2': "Visit the ISC2 booth for more information.", | ||
'Talk 3': "Scan a QR code that will be shown during Talk 3 -- What factors should you consider, other than “the attack” in the development of android-based malware?", | ||
'ISD': "Engage with the ISD booth to get their QR code!", | ||
'Hardware': "Complete some challenges at the Hardware booth for this QR code AND a chance to get some limited GreyCTF hardware badge!", | ||
'Talk 1': "Scan a QR code that will be shown during Talk 1 -- Today’s Threat Landscape & You", | ||
'ISC2SG Youth Wing': "Engage with the ISC2 booth to get their QR code!", | ||
'Greyhats': "Follow <a href='https://www.instagram.com/nus.greyhats/'>@nus.greyhats</a> on instagram and show it at the registration booth", | ||
'DSTA': "Visit the DSTA booth for more information.", | ||
'YesWeHack': "Visit the YesWeHack booth for more information.", | ||
'DSTA': "Engage with the DSTA booth to get their QR code!", | ||
'YesWeHack': "Engage with the YesWeHack booth to get their QR code!", | ||
'Div0': "Follow <a href='https://www.instagram.com/div0_sg/'>@div0_sg</a> on instagram and show it at the Div0 Booth", | ||
'N0H4Ts': "Visit the N0H4Ts booth for more information.", | ||
'Locksport': "Visit the Locksport booth and pick any lock", | ||
'Enigma': "Visit the Enigma booth and solve a puzzle", | ||
'HAM Radio': "Visit the HAM Radio booth for more information." | ||
'N0H4Ts': "Engage with the N0H4Ts booth to get their QR code!", | ||
'Locksport': "Engage with the Locksport booth and pick any lock", | ||
'Enigma': "Engage with the Enigma booth and solve a puzzle", | ||
'HAM Radio': "Engage with the HAM Radio booth to get their QR code!" | ||
}; | ||
</script> | ||
<script src="bingo.js"></script> | ||
|
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