blob: 93361580ac47592d6b168baf5ad2ab3259b4450e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
|
{% extends 'base/base.html' %}
{% load static %}
{% block title %}Home{% endblock %}
{% block head %}
<link rel="stylesheet" href="{% static "css/home/index.css" %}">
{% endblock %}
{% block content %}
{% include "base/navbar.html" %}
<section class="section">
<!-- Who are we? -->
<div class="container is-spaced">
<h1 class="is-size-1">Who are we?</h1>
<br>
<div class="columns">
<div class="column is-half">
<p>
We're a large community focused around the Python programming language.
We believe anyone can learn programming, and are very dedicated to helping
novice developers take their first steps into the world of code. We also
attract a lot of expert developers who are seeking friendships, collaborators,
or looking to hone their craft by teaching and getting involved in the community.
<br/><br/>
We organise regular community events like code jams, open source hackathons,
seasonal events and community challenges. Through our sponsorships and with
help from donations, we are even able to award prizes to the winners of our events.
<br/><br/>
You can find help with most Python-related problems in one of our help channels.
Our staff of nearly 50 dedicated expert Helpers are available around the clock
in every timezone. Whether you're looking to learn the language or working on a
complex project, we've got someone who can help you if you get stuck.
</p>
</div>
<!-- Intro video -->
<div class="column is-half video-container">
<iframe src="https://www.youtube.com/embed/DIBXg8Qh7bA" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</div>
<!-- Projects -->
<h1 class="is-size-1">Projects</h1>
<br>
<div class="columns is-multiline">
<!-- Site -->
<div class="column is-one-third">
<div class="card has-equal-height">
<div class="card-content">
<i class="fab fa-github"></i> <a href="https://github.com/python-discord/site"> python-discord/site</a>
<br><br>
<em>Source code for our website</em>
<br><br>
</span><span class="repo-language-dot python"></span> Python
<span id="repo-footer-item"><i class="fas fa-star"></i> 566</span>
<span id="repo-footer-item"><i class="fas fa-code-branch"></i> 27</span>
</div>
</div>
</div>
<!-- Bot -->
<div class="column is-one-third">
<div class="card has-equal-height">
<div class="card-content">
<i class="fab fa-github"></i> <a href="https://github.com/python-discord/bot"> python-discord/bot</a>
<br><br>
<em>Source code for our Discord bot</em>
<br><br>
</span><span class="repo-language-dot python"></span> Python
<span id="repo-footer-item"><i class="fas fa-star"></i> 566</span>
<span id="repo-footer-item"><i class="fas fa-code-branch"></i> 27</span>
</div>
</div>
</div>
<!-- Snekbox -->
<div class="column is-one-third">
<div class="card has-equal-height">
<div class="card-content">
<i class="fab fa-github"></i> <a href="https://github.com/python-discord/snekbox"> python-discord/snekbox</a>
<br><br>
<em>Easy, safe evaluation of arbitrary Python code</em>
<br><br>
</span><span class="repo-language-dot python"></span> Python
<span id="repo-footer-item"><i class="fas fa-star"></i> 566</span>
<span id="repo-footer-item"><i class="fas fa-code-branch"></i> 27</span>
</div>
</div>
</div>
<!-- SeasonalBot -->
<div class="column is-one-third">
<div class="card has-equal-height">
<div class="card-content">
<i class="fab fa-github"></i> <a href="https://github.com/python-discord/seasonalbot"> python-discord/seasonalbot</a>
<br><br>
<em>A Discord bot that changes with the seasons. Meant as a beginner-friendly learning project.</em>
<br><br>
</span><span class="repo-language-dot python"></span> Python
<span id="repo-footer-item"><i class="fas fa-star"></i> 566</span>
<span id="repo-footer-item"><i class="fas fa-code-branch"></i> 27</span>
</div>
</div>
</div>
<!-- django-simple-bulma -->
<div class="column is-one-third">
<div class="card has-equal-height">
<div class="card-content">
<i class="fab fa-github"></i> <a href="https://github.com/python-discord/django-simple-bulma"> python-discord/django-simple-bulma</a>
<br><br>
<em>Django application to add the Bulma CSS framework and its extensions</em>
<br><br>
</span><span class="repo-language-dot css"></span> CSS
<span id="repo-footer-item"><i class="fas fa-star"></i> 566</span>
<span id="repo-footer-item"><i class="fas fa-code-branch"></i> 27</span>
</div>
</div>
</div>
<!-- django-crispy-bulma -->
<div class="column is-one-third">
<div class="card has-equal-height">
<div class="card-content">
<i class="fab fa-github"></i> <a href="https://github.com/python-discord/django-crispy-bulma"> python-discord/django-crispy-bulma</a>
<br><br>
<em>Django application to add 'django-crispy-forms' layout objects for Bulma.io</em>
<br><br>
</span><span class="repo-language-dot html"></span> HTML
<span id="repo-footer-item"><i class="fas fa-star"></i> 566</span>
<span id="repo-footer-item"><i class="fas fa-code-branch"></i> 27</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Sponsors -->
<section class="section-sp hero is-light">
<div class="hero-body">
<div class="container">
<h1 class="title is-6 has-text-grey">
Sponsors
</h1>
<a href="https://linode.com"><img src="{% static "images/sponsors/linode.png" %}" alt="Linode"/></a>
<a href="https://jetbrains.com"><img src="{% static "images/sponsors/jetbrains.png" %}" alt=""/></a>
<a href="https://adafruit.com"><img src="{% static "images/sponsors/adafruit.png" %}" alt=""/></a>
</div>
</div>
</section>
{% endblock %}
|