Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ main:
- title: "Members"
url: /members/
- title: "Writeups"
url: /writeups/
url: /writeups/
- title: "CTF"
url: /ctf/
6 changes: 6 additions & 0 deletions _includes/youtubePlayer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<iframe src="https://www.youtube.com/embed/{{ include.id }}"
width="560"
height="315"
frameborder="0"
allowfullscreen>
</iframe>
Binary file added assets/img/ctfsgctf-2021-leaderboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions ctf.md
Original file line number Diff line number Diff line change
@@ -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)

***