Skip to content

Commit

Permalink
greyctf summit
Browse files Browse the repository at this point in the history
  • Loading branch information
caprinux committed Aug 10, 2024
1 parent 3e90657 commit cd4008a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
29 changes: 15 additions & 14 deletions bingo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -74,7 +75,7 @@ <h5 class="modal-title" id="cellModalLabel">Cell Information</h5>
"ISD",
"Hardware",
"Talk 1",
"ISC2",
"ISC2SG Youth Wing",
"Greyhats",
"DSTA",
"YesWeHack",
Expand All @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</head>

<body><div class="txtdiv">
<h3 class="highlighted">registrations are still open! click <u style="color: #0000ff;"><a href="https://forms.gle/KQU9ynA3NFs8qjFB7" target="_blank" data-umami-event="Registration Banner" style="color: #0000ff;">here</a></u> to register now!</h3>
<h3 class="highlighted">our summit is happening now! complete our e-BINGO <u style="color: #0000ff;"><a href="/bingo" target="_blank" data-umami-event="Bingo Banner" style="color: #0000ff;">here</a></u> to win some limited edition merch!</h3>

<p class="x">~ greyctf summit</p>

Expand Down

0 comments on commit cd4008a

Please sign in to comment.