|
1 | 1 | {% extends "events/base_sidebar.html" %}
|
2 | 2 |
|
| 3 | +{% load static %} |
| 4 | + |
3 | 5 | {% block title %}Summer Code Jam 2022{% endblock %}
|
4 | 6 |
|
5 | 7 | {% block breadcrumb %}
|
@@ -31,6 +33,72 @@ <h3 id="important-dates"><a href="#important-dates">Important Dates</a></h3>
|
31 | 33 | <h3 id="how-to-join"><a href="#how-to-join">How to Join</a></h3>
|
32 | 34 | <p>The Qualifier isn't released yet, but to receive the most up-to-date information and to get notified
|
33 | 35 | when the Qualifier is released you can join the server: <a href="https://discord.gg/python">discord.gg/python</a>.</p>
|
| 36 | + |
| 37 | + <h3 id="prizes"><a href="#prizes">Prizes</a></h3> |
| 38 | + <p> |
| 39 | + Our Code Jam Sponsors have provided prizes for the winners of the code jam. |
| 40 | + Also, thanks to our Patreon patrons supporting this server, we are able to send members of the winning teams |
| 41 | + Python Discord t-shirts and possibly other goodies. |
| 42 | + </p> |
| 43 | + |
| 44 | + <div class="card mb-4"> |
| 45 | + <div class="card-content"> |
| 46 | + <div class="media"> |
| 47 | + <div class="media-left" style="max-width:150px"> |
| 48 | + <img src="{% static "images/events/DO_Logo_Vertical_Blue.png" %}" alt="Digital Ocean"> |
| 49 | + </div> |
| 50 | + <div class="media-content"> |
| 51 | + <p class="subtitle has-link"><a href="https://www.digitalocean.com/" target="_blank" rel="noopener">DigitalOcean</a></p> |
| 52 | + <p class="is-italic"> |
| 53 | + Scalable compute platform with add-on storage, security, and monitoring capabilities. |
| 54 | + We make it simple to launch in the cloud and scale up as you grow—whether you’re running one virtual machine or ten thousand. |
| 55 | + </p> |
| 56 | + <p><strong>Prizes</strong><br> |
| 57 | + DigitalOcean credits to the members of a winning team.</p> |
| 58 | + </div> |
| 59 | + </div> |
| 60 | + </div> |
| 61 | + </div> |
| 62 | + |
| 63 | + <div class="card mb-4"> |
| 64 | + <div class="card-content"> |
| 65 | + <div class="media"> |
| 66 | + <div class="media-left" style="max-width:150px"> |
| 67 | + <img src="{% static "images/sponsors/jetbrains.png" %}" alt="JetBrains"> |
| 68 | + </div> |
| 69 | + <div class="media-content"> |
| 70 | + <p class="subtitle has-link"><a href="https://www.jetbrains.com/" target="_blank" rel="noopener">JetBrains</a></p> |
| 71 | + <p class="is-italic"> |
| 72 | + Whatever platform or language you work with, JetBrains has a development tool for you. |
| 73 | + We help developers work faster by automating common, repetitive tasks to enable them to stay focused on code design and the big picture. |
| 74 | + We provide tools to explore and familiarize with code bases faster. Our products make it easy for you to take care of quality during all stages of development and spend less time on maintenance tasks. |
| 75 | + </p> |
| 76 | + <p><strong>Prizes</strong><br> |
| 77 | + 1-year JetBrain licenses to the members of a winning team.</p> |
| 78 | + </div> |
| 79 | + </div> |
| 80 | + </div> |
| 81 | + </div> |
| 82 | + |
| 83 | + <div class="card mb"> |
| 84 | + <div class="card-content"> |
| 85 | + <div class="media"> |
| 86 | + <div class="media-left" style="max-width:150px"> |
| 87 | + <img src="{% static "images/events/Replit.png" %}" alt="Replit"> |
| 88 | + </div> |
| 89 | + <div class="media-content"> |
| 90 | + <p class="subtitle has-link"><a href="https://www.replit.com" target="_blank" rel="noopener">Replit</a></p> |
| 91 | + <p class="is-italic">Start coding instantly, right from your browser. |
| 92 | + With GitHub integration and support for nearly every major programming language, Replit is the best place to code. |
| 93 | + Our mission is to bring the next billion software creators online. |
| 94 | + We build powerful, simple tools and platforms for learners, educators, and developers. |
| 95 | + </p> |
| 96 | + <p><strong>Prizes</strong><br> |
| 97 | + Three months of the Replit hacker plan to the members of a winning team.</p> |
| 98 | + </div> |
| 99 | + </div> |
| 100 | + </div> |
| 101 | + </div> |
34 | 102 | {% endblock %}
|
35 | 103 |
|
36 | 104 | {% block sidebar %}
|
|
0 commit comments