diff options
author | 2021-06-20 11:38:19 -0400 | |
---|---|---|
committer | 2021-06-20 11:38:19 -0400 | |
commit | e4acdf24ecfd8c2ce52ea56b73813e4bde4d8bec (patch) | |
tree | d09dc87a09a6cdfcf8e5fa888a4d9467ce719730 /pydis_site/templates/events/sidebar | |
parent | Add cache purge step to CI deploy stage (#533) (diff) |
Adding GitHub Bootcamp Information
This commit adds some basic information about the github bootcamp.
More information should and will be added later, but this adds some
of the basics and adds it to the sidebar.
Diffstat (limited to 'pydis_site/templates/events/sidebar')
-rw-r--r-- | pydis_site/templates/events/sidebar/code-jams/8.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pydis_site/templates/events/sidebar/code-jams/8.html b/pydis_site/templates/events/sidebar/code-jams/8.html index fe65ae2e..3d5a5447 100644 --- a/pydis_site/templates/events/sidebar/code-jams/8.html +++ b/pydis_site/templates/events/sidebar/code-jams/8.html @@ -3,6 +3,7 @@ <p class="panel-heading">Important Links</p> <a class="panel-block has-text-link" href="{% url "events:page" path="code-jams/8/rules" %}">Rules</a> <a class="panel-block has-text-link" href="{% url "events:page" path="code-jams/8/frameworks" %}">Approved Frameworks</a> + <a class="panel-block has-text-link" href="{% url "events:page" path="code-jams/8/github-bootcamp" %}">GitHub Bootcamp</a> </ul> </div> <div class="box"> |