1

Add gctf 2020

This commit is contained in:
Evan Pratten 2020-04-19 10:00:35 -04:00
parent faad855e7e
commit 1d0b03ec05
No known key found for this signature in database
GPG Key ID: 93AC7B3D071356D3
2 changed files with 15 additions and 1 deletions

View File

@ -1,4 +1,18 @@
[
{
"name": "Google CTF 2020",
"upcoming":true,
"date": {
"start": "2020-08-22",
"end": "2020-08-23"
},
"team": {
"yes": false,
"url":""
},
"url":"https://capturetheflag.withgoogle.com",
"info":""
},
{
"name": "Ludum Dare 46",
"upcoming":false,

View File

@ -20,7 +20,7 @@
<div class="d-flex w-100 justify-content-between">
<h5 class="mb-1">
{% if event.upcoming %}
<span class="badge badge-info">Upcoming</span>
<span class="badge badge-secondary">Upcoming</span>
{% else %}
{% if event.team.yes %}
<span class="badge badge-success">Team</span>