Add gctf 2020
This commit is contained in:
parent
faad855e7e
commit
1d0b03ec05
@ -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",
|
"name": "Ludum Dare 46",
|
||||||
"upcoming":false,
|
"upcoming":false,
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<div class="d-flex w-100 justify-content-between">
|
<div class="d-flex w-100 justify-content-between">
|
||||||
<h5 class="mb-1">
|
<h5 class="mb-1">
|
||||||
{% if event.upcoming %}
|
{% if event.upcoming %}
|
||||||
<span class="badge badge-info">Upcoming</span>
|
<span class="badge badge-secondary">Upcoming</span>
|
||||||
{% else %}
|
{% else %}
|
||||||
{% if event.team.yes %}
|
{% if event.team.yes %}
|
||||||
<span class="badge badge-success">Team</span>
|
<span class="badge badge-success">Team</span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user