diff --git a/.gitignore b/.gitignore index db4d6c2..e2e2a34 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ hs_err_pid* .sass-cache _site .jekyll-cache +/.idea diff --git a/_data/events.yml b/_data/events.yml index ce7caea..8218a4e 100644 --- a/_data/events.yml +++ b/_data/events.yml @@ -1,8 +1,11 @@ -upcoming: [] +upcoming: + - name: Paris 2021 + url: https://paris2021.hack-commit-pu.sh/ + img: hcp-paris-2021.png past: - name: Paris 2020 url: https://paris2020.hack-commit-pu.sh/ img: hcp-paris-2020.png - name: Paris 2019 url: https://paris2019.hack-commit-pu.sh/ - img: hcp-paris-2019.png \ No newline at end of file + img: hcp-paris-2019.png diff --git a/img/hcp-paris-2020.png b/img/hcp-paris-2020.png index 0fab04b..da227c9 100644 Binary files a/img/hcp-paris-2020.png and b/img/hcp-paris-2020.png differ diff --git a/img/hcp-paris-2021.png b/img/hcp-paris-2021.png new file mode 100644 index 0000000..c327d81 Binary files /dev/null and b/img/hcp-paris-2021.png differ