|
| 1 | +{% extends "base.html" %} |
| 2 | + |
| 3 | +{% load static %} |
| 4 | + |
| 5 | +{% block main_content %} |
| 6 | + |
| 7 | + {# Django Girls #} |
| 8 | + |
| 9 | + <h1 class="title title--yellow mb-xs-20" href="https://djangogirls.org/pyconbalkan/">Django Girls PyCon Balkan</h1> |
| 10 | + |
| 11 | + <hr class="line line--blue line--short line--spaced"> |
| 12 | + |
| 13 | + <h2 centered title title--white title--medium title--uppercase mt-xs-20 mb-xs-80>Free programming workshop for women Build your first website at Django Girls PyCon Balkan!</h2> |
| 14 | + |
| 15 | + </br> |
| 16 | + <p> |
| 17 | + We believe the IT industry will greatly benefit from bringing more women into technology. We want to give you an opportunity to learn how to program and become one of us – women programmers! |
| 18 | + |
| 19 | + Workshops are free of charge and if you cannot afford coming to Belgrade but are very motivated to learn and then share your knowledge with others, we may have some funds to help you out with your travel costs and accommodation. The applications will be oppened soon! Stay tuned! |
| 20 | + </p> |
| 21 | + <div class="card"> |
| 22 | + <a class="menu__list__link menu__list__link--featured" href="https://djangogirls.org/pyconbalkan/" |
| 23 | + target="_blank" role="button">Django Girls PyCon Balkan Website</a> |
| 24 | + </div> |
| 25 | + |
| 26 | + <hr class="line long"> |
| 27 | + |
| 28 | + <h2 title title--white title--medium title--uppercase mt-xs-20 mb-xs-80>Applications are now open ❤</h2> |
| 29 | + <p> |
| 30 | + Application process closes on <b>October 16th</b> and you'll be informed about acceptance or rejection by the end of October(or sooner)! |
| 31 | + </p> |
| 32 | + |
| 33 | + <div class="card"> |
| 34 | + <a class="menu__list__link menu__list__link--featured" href="https://djangogirls.org/pyconbalkan/apply/" |
| 35 | + target="_blank" role="button">Apply here!</a> |
| 36 | + </div> |
| 37 | + |
| 38 | + <hr class="line long"> |
| 39 | + |
| 40 | + <h2 title title--white title--medium title--uppercase mt-xs-20 mb-xs-80>Be a Mentor</h2> |
| 41 | + |
| 42 | + <p> |
| 43 | + We would be delighted if you would like to join us as a mentor! Fill the form below if you're interested. |
| 44 | + </p> |
| 45 | + <div class="card"> |
| 46 | + <a class="menu__list__link menu__list__link--featured" href="https://docs.google.com/forms/d/e/1FAIpQLSebbvAdGGy1XhBcQPcdyejwjfGBBk3GU144b7_ZJJJgfOxPfw/viewform" |
| 47 | + target="_blank" role="button">I want to be a Coach!</a> |
| 48 | + </div> |
| 49 | + |
| 50 | + <hr class="line long"> |
| 51 | + |
| 52 | + <h2 title title--white title--medium title--uppercase mt-xs-20 mb-xs-80>Call For Sponsors</h2> |
| 53 | + |
| 54 | + <p> |
| 55 | + We couldn't be here without the support from amazing people and organizations who donated money, knowledge and time to help us make this a reality. If you want to contribute and support our goal, please send us an email to pyconbalkan@djangogirls.org |
| 56 | + </p> |
| 57 | + |
| 58 | + <div class="card"> |
| 59 | + <a class="menu__list__link menu__list__link--featured" href="https://speakerdeck.com/katiayn/django-girls-pycon-balkan-call-for-sponsors" |
| 60 | + target="_blank" role="button">Call for Sponsors!</a> |
| 61 | + </div> |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | +{% endblock %} |
0 commit comments