Skip to content

Commit 79b7479

Browse files
Removed unused code from footer (hardcoded sponsors section).
Added real content to python.org & dateutil post.
1 parent 37b957b commit 79b7479

File tree

4 files changed

+22
-60
lines changed

4 files changed

+22
-60
lines changed

_includes/footer.html

Lines changed: 0 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -42,63 +42,7 @@ <h2 class="footer__section-title">Our Sponsors</h2>
4242
{% endfor %}
4343
</div>
4444
{% endfor %}
45-
46-
<!--<div class="row">-->
47-
<!--<div class="footer__sponsor-col col-lg-12 col-xlg-6">-->
48-
<!--<a class="footer__sponsor-link" href="https://www.python.org/psf/">-->
49-
<!--<img class="footer__img" src="{{ site.baseurl }}/static/images/sponsors/python_software_foundation.png">-->
50-
<!--</a>-->
51-
<!--<a class="footer__sponsor-link" href="https://www.linkedin.com/in/hamishpitkeathly/">-->
52-
<!--<img class="footer__img" src="{{ site.baseurl }}/static/images/sponsors/harvey_nash.png">-->
53-
<!--</a>-->
54-
<!--</div>-->
55-
<!--<div class="footer__sponsor-col col-lg-12 col-xlg-6">-->
56-
<!--<a class="footer__sponsor-link" href="https://www.touchsurgery.com/jobs.html">-->
57-
<!--<img class="footer__img" src="{{ site.baseurl }}/static/images/sponsors/touch_surgery.png">-->
58-
<!--</a>-->
59-
<!--<a class="footer__sponsor-link" href="https://www.bloomberg.com/careers/">-->
60-
<!--<img class="footer__img" src="{{ site.baseurl }}/static/images/sponsors/bloomberg.png">-->
61-
<!--</a>-->
62-
<!--</div>-->
63-
<!--</div>-->
64-
65-
66-
67-
68-
69-
70-
71-
<!--<div class="row">-->
72-
<!--<div class="footer__sponsor-col col-lg-12 col-xlg-6">-->
73-
<!--<a class="footer__sponsor-link" href="https://www.python.org/psf/">-->
74-
<!--<img class="footer__img" src="{{ site.baseurl }}/static/images/sponsors/python_software_foundation.png">-->
75-
<!--</a>-->
76-
<!--<a class="footer__sponsor-link" href="https://www.linkedin.com/in/hamishpitkeathly/">-->
77-
<!--<img class="footer__img" src="{{ site.baseurl }}/static/images/sponsors/harvey_nash.png">-->
78-
<!--</a>-->
79-
<!--</div>-->
80-
<!--<div class="footer__sponsor-col col-lg-12 col-xlg-6">-->
81-
<!--<a class="footer__sponsor-link" href="https://www.touchsurgery.com/jobs.html">-->
82-
<!--<img class="footer__img" src="{{ site.baseurl }}/static/images/sponsors/touch_surgery.png">-->
83-
<!--</a>-->
84-
<!--<a class="footer__sponsor-link" href="https://www.bloomberg.com/careers/">-->
85-
<!--<img class="footer__img" src="{{ site.baseurl }}/static/images/sponsors/bloomberg.png">-->
86-
<!--</a>-->
87-
<!--</div>-->
88-
<!--</div>-->
8945
</div>
90-
91-
92-
93-
94-
95-
96-
97-
98-
99-
100-
101-
10246
<div class="col-md-3">
10347
<h2 class="footer__section-title">Python Sprints</h2>
10448
<hr class="footer__divider">

_posts/2017-11-01-www.python.org-Part1.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,21 @@ sponsors:
1111
- bloomberg
1212
---
1313

14-
We worked on python.org website.
14+
This sprint part of a series (until the features are complete). That's probably 2 or 3 sprints in total. Every event is independent, and you don't need to attend the first part to attend the second (or the other way round).
15+
16+
• Waiting list: Even if you are added to the waiting list, keep an eye the day of the event. There are many people dropping just hours before the event.
17+
18+
The sprint
19+
20+
To communicate during the sprint (also remotely), you can use this gitter [channel](https://gitter.im/py-sprints/python.org)
21+
22+
Around 7pm, it'll be a short hangouts, [you can join in this link](https://plus.google.com/hangouts/_/calendar/bnFjZWkxM2NvZDBhZ3FiNWk2Z2s5Y2kxOWdAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ.49ls39sk27behs8rvnrqtdgs02?authuser=0)
23+
24+
The Python community and the Python Software Foundation are using [http://www.python.org](http://www.python.org) as their main website. Besides general information about Python, the Python installation files, the documentation, the job board and links to other resources, the website includes a section to list all the events of the community, [https://www.python.org/events/](https://www.python.org/events/).
25+
26+
The process to update the content of this section is not optimal, and it is taking too much time from the community (event organizers and python.org moderators mainly).
27+
28+
A new workflow has been proposed to automate some parts and make the process much more efficient. Details can be checked in this ticket:
29+
[https://github.com/python/pythondotorg/issues/1162](https://github.com/python/pythondotorg/issues/1162)
30+
31+
http://www.python.org is built in [Django](http://www.djangoproject.com/).

_posts/2017-12-06-python-dateutil.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: python-dateutil
3+
title: python-dateutil issues
44
project: date-util
55
project_description: Powerful extensions to datetime
66
date: 2017-12-06
@@ -11,4 +11,6 @@ sponsors:
1111
- bloomberg
1212
---
1313

14-
We worked on documentation for python-dateutil.
14+
This time we will be working in [python-dateutil](https://github.com/dateutil/dateutil), one of the most downloaded libraries from PyPI and the de-facto extension for date and times manipulation in Python.
15+
16+
We will have the maintainer of python-dateutil - [Paul Ganssle](https://github.com/pganssle)- helping and reviewing code during the sprint. He will guide us through the [issue tracker](https://github.com/dateutil/dateutil/issues) and organise the work to be carried out along the day.

_sass/style.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,6 @@ a {
349349
transition: all 0.5s ease-in-out;
350350
}
351351

352-
353352
.events__img-container:hover > .events__img {
354353
-webkit-transform: scale(1.05);
355354
}

0 commit comments

Comments
 (0)