aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates
diff options
context:
space:
mode:
authorGravatar Janine vN <[email protected]>2021-06-20 11:38:19 -0400
committerGravatar Janine vN <[email protected]>2021-06-20 11:38:19 -0400
commite4acdf24ecfd8c2ce52ea56b73813e4bde4d8bec (patch)
treed09dc87a09a6cdfcf8e5fa888a4d9467ce719730 /pydis_site/templates
parentAdd 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')
-rw-r--r--pydis_site/templates/events/pages/code-jams/8/github-bootcamp.html40
-rw-r--r--pydis_site/templates/events/sidebar/code-jams/8.html1
2 files changed, 41 insertions, 0 deletions
diff --git a/pydis_site/templates/events/pages/code-jams/8/github-bootcamp.html b/pydis_site/templates/events/pages/code-jams/8/github-bootcamp.html
new file mode 100644
index 00000000..a60afa33
--- /dev/null
+++ b/pydis_site/templates/events/pages/code-jams/8/github-bootcamp.html
@@ -0,0 +1,40 @@
+{% extends "events/base_sidebar.html" %}
+
+{% load static %}
+
+{% block title %}Summer Code Jam 2021{% endblock %}
+
+{% block breadcrumb %}
+ <li><a href="{% url "events:index" %}">Events</a></li>
+ <li><a href="{% url "events:page" path="code-jams" %}">Code Jams</a></li>
+ <li><a href="{% url "events:page" path="code-jams/8" %}">Summer Code Jam 2021</a></li>
+ <li class="is-active"><a href="#">GitHub Bootcamp</a></li>
+{% endblock %}
+
+{% block event_content %}
+ <p>
+ This year we'll be running a GitHub Bootcamp on Saturday, June 26th.
+ This bootcamp is intended to be an interactive workshop session where we help participants
+ get setup with git and using it in a team environment.
+ </p>
+ <h3>Session 1: Setting up Git</h3>
+ <p>
+ This session will run for an hour and be focused on installing and setting up git for the first time.
+ We'll have helpers available to help you set up git and get it integreated with your editor of choice.
+ Whether it's PyCharm, VSCode, or vim, we can help you get rolling with version control.
+ </p>
+ <h3>Session 2: Using git and github in a team environment</h3>
+ <p>
+ This session will run for an hour. It will be focused on using git and HitHub in a team environment.
+ You'll be put in a group of people with a repo to work on.
+ </p>
+
+
+
+{% endblock %}
+
+{% block sidebar %}
+
+ {% include "events/sidebar/code-jams/8.html" %}
+
+{% endblock %}
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">