diff --git a/_config.yml b/_config.yml index ad47231..e1ebfd2 100644 --- a/_config.yml +++ b/_config.yml @@ -19,7 +19,7 @@ description: Welcome to CTF.SG baseurl: # the subpath of your site, e.g. /blog url: "https://ctf.sg" # the base hostname & protocol for your site, e.g. http://example.com lang: en -timezone: UTC+8 +#timezone: UTC+8 exclude: - Gemfile - Gemfile.lock diff --git a/_data/navigation.yml b/_data/navigation.yml index db1f407..fc0b06d 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -6,4 +6,6 @@ main: - title: "Members" url: /members/ - title: "Writeups" - url: /writeups/ \ No newline at end of file + url: /writeups/ + - title: "CTF" + url: /ctf/ \ No newline at end of file diff --git a/_includes/youtubePlayer.html b/_includes/youtubePlayer.html new file mode 100644 index 0000000..1f63c79 --- /dev/null +++ b/_includes/youtubePlayer.html @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/assets/img/ctfsgctf-2021-leaderboard.png b/assets/img/ctfsgctf-2021-leaderboard.png new file mode 100644 index 0000000..00ba4f2 Binary files /dev/null and b/assets/img/ctfsgctf-2021-leaderboard.png differ diff --git a/ctf.md b/ctf.md new file mode 100644 index 0000000..4fc71b3 --- /dev/null +++ b/ctf.md @@ -0,0 +1,25 @@ +--- +layout: page +title: "Organized CTFs" +permalink: /ctf/ +--- + +*** +# [CTF.SG CTF 2021](https://play.ctf.sg/) + +#### 13-03-2021 11:00 AM – 14-03-2021 11:00 AM UTC+8 + +CTF.SG organized a 24-hour CTF on 13th March 2021, featuring the following prizes across 5 categories (Crypto/Pwn/Rev/Web/Misc): + +- 1st place: S$400 +- 2nd place: S$200 +- 3rd place: S$100 +- First Blood: 1 month of Discord Nitro Classic + +{% include youtubePlayer.html id="ejJ01DtzLW0" %} + +#### Leaderboard 2 hours after start (placeholder) + +![Leaderboard after 2 hours](../assets/img/ctfsgctf-2021-leaderboard.png) + +*** \ No newline at end of file