diff options
author | 2023-08-07 22:19:12 -0400 | |
---|---|---|
committer | 2023-08-18 22:16:31 -0400 | |
commit | 2f0556d4b3a489ccfd744f8d97ac482c99ba491c (patch) | |
tree | aba1d49694906c8094f94160a5d73994eb89ff35 /pydis_site/templates | |
parent | Merge pull request #1074 from python-discord/dependabot/pip/ruff-0.0.285 (diff) |
Update timeline (August 2023)
Diffstat (limited to 'pydis_site/templates')
-rw-r--r-- | pydis_site/templates/home/timeline.html | 327 |
1 files changed, 327 insertions, 0 deletions
diff --git a/pydis_site/templates/home/timeline.html b/pydis_site/templates/home/timeline.html index 822e7d0b..b2b55a97 100644 --- a/pydis_site/templates/home/timeline.html +++ b/pydis_site/templates/home/timeline.html @@ -12,6 +12,333 @@ <section class="cd-timeline js-cd-timeline"> <div class="container max-width-lg cd-timeline__container"> + + <div class="cd-timeline__block"> + <div class="cd-timeline__img cd-timeline__img--picture"> + <img src="{% static "images/timeline/cd-icon-picture.svg" %}" alt="Picture"> + </div> + + <div class="cd-timeline__content text-component"> + <h2>Retirement of Joe and Sebastiaan</h2> + <p class="color-contrast-medium"> + Having been at the helm of Python Discord for over 5 and 3 years respectively, Joe and + Sebastiaan retire and step down. They gain the @Founders role and continue as advisors + to the @Directors, the new name of the original @Owners role. + + At the same time, Mina and Zig join Leon as co-directors. + </p> + <div class="flex justify-between items-center"> + <span class="cd-timeline__date">Jan 30th, 2023</span> + </div> + </div> + </div> + + <div class="cd-timeline__block"> + <div class="cd-timeline__img pastel-orange cd-timeline__img--picture"> + <i class="fa fa-comments"></i> + </div> + + <div class="cd-timeline__content text-component"> + <h2>Creation of #today-i-teach</h2> + <p class="color-contrast-medium"> + We unveil the <code>#today-i-teach</code> forum channel where members can share + programming tidbits or fun facts that they've learned to the community. + </p> + <div class="flex justify-between items-center"> + <span class="cd-timeline__date">Dec 17th, 2022</span> + </div> + </div> + </div> + + <div class="cd-timeline__block"> + <div class="cd-timeline__img pastel-pink cd-timeline__img--picture"> + <i class="fa fa-comments"></i> + </div> + + <div class="cd-timeline__content text-component"> + <h2>Switch to forum-based help system</h2> + <p class="color-contrast-medium"> + We migrate our help system to use a forum channel, retiring our home-grown rotating help + system after 3 years of service and nearly 500,000 help sessions. Forum channels offer + a better experience as members can create their own dedicated thread in a discoverable place. + </p> + <div class="flex justify-between items-center"> + <span class="cd-timeline__date">Nov 25th, 2022</span> + </div> + </div> + </div> + + <div class="cd-timeline__block"> + <div class="cd-timeline__img cd-timeline__img--picture"> + <img src="{% static "images/timeline/cd-icon-picture.svg" %}" alt="Picture"> + </div> + + <div class="cd-timeline__content text-component"> + <h2>Python 3.11 Release Stream</h2> + <p class="color-contrast-medium"> + With the Python 3.10 Release Stream being such a success, we brought it back for the + release of Python 3.11. Hosted by Leon, and CPython 3.11 Release Manager, Pablo Galindo, + they were joined by other CPython Core Developers. Together, they discuss the specific + features and the overall development process of the release. + </p> + + <div class="force-aspect-container"> + <iframe class="force-aspect-content" src="https://www.youtube.com/embed/PGZPSWZSkJI" frameborder="0" + allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" + allowfullscreen></iframe> + </div> + + <div class="flex justify-between items-center"> + <span class="cd-timeline__date">Oct 24th, 2022</span> + </div> + </div> + </div> + + <div class="cd-timeline__block"> + <div class="cd-timeline__img pastel-lime cd-timeline__img--picture"> + <i class="fa fa-dice"></i> + </div> + + <div class="cd-timeline__content text-component"> + <h2>Summer Code Jam 2022 (CJ9)</h2> + <p class="color-contrast-medium"> + We host the 9th Code Jam. This year, teams had to use <b>websockets</b> to create a + project based on the theme, <b>It's not a bug, it's a feature</b>. In all, 24 teams + submitted their projects. At the end, we held a livestream demoing the top 10 projects + and announcing the winner! + </p> + + <div class="force-aspect-container"> + <iframe class="force-aspect-content" src="https://www.youtube.com/embed/YZcVjFED6Hg" frameborder="0" + allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" + allowfullscreen></iframe> + </div> + + <div class="flex justify-between items-center"> + <span class="cd-timeline__date">July 21st, 2022</span> + </div> + </div> + </div> + + <div class="cd-timeline__block"> + <div style="background-color: grey;" class="cd-timeline__img cd-timeline__img--picture"> + <i class="fa fa-handshake"></i> + </div> + + <div class="cd-timeline__content text-component"> + <h2>Partnership with pyqtgraph</h2> + <p class="color-contrast-medium"> + The <code>#pyqtgraph</code> channel is created for the Scientific Graphics and GUI + library pyqtgraph, joining <code>#black-formatter</code>. + </p> + <div class="flex justify-between items-center"> + <span class="cd-timeline__date">May 19th, 2022</span> + </div> + </div> + </div> + + <div class="cd-timeline__block"> + <div class="cd-timeline__img pastel-blue cd-timeline__img--picture"> + <i class="fa fa-robot"></i> + </div> + + <div class="cd-timeline__content text-component"> + <h2>Addition of @Sir Robin</h2> + <p class="color-contrast-medium"> + Our arsenal of bots grows! We add @Sir Robin to power and manage all of our future + events and to support the Events Team. + </p> + <div class="flex justify-between items-center"> + <span class="cd-timeline__date">Feb 21st, 2022</span> + </div> + </div> + </div> + + <div class="cd-timeline__block"> + <div class="cd-timeline__img pastel-green cd-timeline__img--picture"> + <i class="fa fa-question"></i> + </div> + + <div class="cd-timeline__content text-component"> + <h2>Trivia Night</h2> + <p class="color-contrast-medium"> + How well do you know Python inside out? Members got to find out in a Trivia Night event. + Contestants were given questions about Python's internals, its development, and more. + To win, contestants had to get the most questions right while being fast to answer. + </p> + <div class="flex justify-between items-center"> + <span class="cd-timeline__date">Feb 12th, 2022</span> + </div> + </div> + </div> + + <div class="cd-timeline__block"> + <div class="cd-timeline__img cd-timeline__img--picture"> + <img src="{% static "images/timeline/cd-icon-picture.svg" %}" alt="Picture"> + </div> + + <div class="cd-timeline__content text-component"> + <h2>Creation of Events Team</h2> + <p class="color-contrast-medium"> + We form the Events Team to organise and run future events. Led by Kat and comprised by + staff members, the goal of the team is to ultimately host more events in a more + sustainable way. + </p> + <div class="flex justify-between items-center"> + <span class="cd-timeline__date">Feb 9th, 2022</span> + </div> + </div> + </div> + + + <div class="cd-timeline__block"> + <div class="cd-timeline__img pastel-red cd-timeline__img--picture"> + <i class="fa fa-code"></i> + </div> + + <div class="cd-timeline__content text-component"> + <h2>Deployment of Smarter Resources</h2> + <p class="color-contrast-medium"> + We gave our resources pages some much needed love and + <a href="https://www.pythondiscord.com/resources/"> + reorganised them into a single page + </a> + , complete with a shiny new resource filter that allows you to more quickly find + ones that relate to your interests, experience, learning style, and ability to pay! + </p> + <div class="flex justify-between items-center"> + <span class="cd-timeline__date">Feb 2nd, 2022</span> + </div> + </div> + </div> + + <div class="cd-timeline__block"> + <div class="cd-timeline__img pastel-dark-blue cd-timeline__img--picture"> + <i class="fa fa-users"></i> + </div> + + <div class="cd-timeline__content text-component"> + <h2>We hit 300 000 members!</h2> + <p class="color-contrast-medium"> + Thanks to an increasing growth rate, Python Discord's membership count doubled from + 150,000 to 300,000 in less than a year! + </p> + <div class="flex justify-between items-center"> + <span class="cd-timeline__date">Jan ??, 2022</span> + </div> + </div> + </div> + + <div class="cd-timeline__block"> + <div class="cd-timeline__img cd-timeline__img--picture"> + <img src="{% static "images/timeline/cd-icon-picture.svg" %}" alt="Picture"> + </div> + + <div class="cd-timeline__content text-component"> + <h2>We host the Python 3.10 Release Stream</h2> + <p class="color-contrast-medium"> + Leon and Pablo Galindo, CPython Core Developer and Release Manager, host the Python 3.10 + Release Stream, joined by other core devs Carol Willing, Irit Katriel, Łukasz Langa, and + Brandt Bucher. They talked in-depth about the new features introduced in 3.10, the + development of those features, and more! + </p> + + <div class="force-aspect-container"> + <iframe class="force-aspect-content" src="https://www.youtube.com/embed/AHT2l3hcIJg" frameborder="0" + allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" + allowfullscreen></iframe> + </div> + + <div class="flex justify-between items-center"> + <span class="cd-timeline__date">Oct 4th, 2021</span> + </div> + </div> + </div> + + <div class="cd-timeline__block"> + <div style="background-color: grey;" class="cd-timeline__img cd-timeline__img--picture"> + <i class="fa fa-handshake"></i> + </div> + + <div class="cd-timeline__content text-component"> + <h2>Partnership with Black</h2> + <p class="color-contrast-medium"> + We partner with the uncompromising code formatter project, Black, who were looking for a + new home for their real-time chat. Python Discord ended up being that home, resulting in + the creation of the <code>#black-formatter</code> channel. + </p> + <div class="flex justify-between items-center"> + <span class="cd-timeline__date">May 24th, 2021</span> + </div> + </div> + </div> + + <div class="cd-timeline__block"> + <div class="cd-timeline__img pastel-orange cd-timeline__img--picture"> + <i class="fa fa-dice"></i> + </div> + + <div class="cd-timeline__content text-component"> + <h2>Summer Code Jam 2021 (CJ8)</h2> + <p class="color-contrast-medium"> + We host the 8th now-annual Code Jam. Teams had to create a program with an text-based user + interface (TUI), all designed around the theme of “think inside the box.” Ultimately, 51 + teams submitted projects. + <a href="https://www.pythondiscord.com/events/code-jams/8/"> + The winning submissions are listed on our website. + </a> + </p> + + <div class="flex justify-between items-center"> + <span class="cd-timeline__date">July 9, 2021</span> + </div> + </div> + </div> + + <div class="cd-timeline__block"> + <div class="cd-timeline__img pastel-purple cd-timeline__img--picture"> + <i class="fa fa-palette"></i> + </div> + + <div class="cd-timeline__content text-component"> + <h2>Inaugural run of Pixels</h2> + <p class="color-contrast-medium"> + Inspired by the subreddit, r/place, Pixels was our collaborative canvas event held + between May 25 to June 14, providing a beginner-friendly API to paint pixels on a + virtual canvas. + </p> + <p class="color-contrast-medium"> + Later, we released <a href="https://blog.pythondiscord.com/pixels-summer-2021/">a blog post</a> + summarizing what happened, our motives, and some stories from during development. + </p> + + <div class="flex justify-between items-center"> + <span class="cd-timeline__date">May 24, 2021</span> + </div> + </div> + </div> + + <div class="cd-timeline__block"> + <div class="cd-timeline__img cd-timeline__img--picture"> + <img src="{% static "images/timeline/cd-icon-picture.svg" %}" alt="Picture"> + </div> + + <div class="cd-timeline__content text-component"> + <h2>Owners become PSF Fellows</h2> + <p class="color-contrast-medium">Joe, Leon, and Sebastiaan + <a hreh="https://pyfound.blogspot.com/2021/04/python-software-foundation-fellow.html"> + are recognized as Python Software Foundation Fellows + </a> + for their substantial contributions to the Python ecosystem by fostering + Python Discord. + </p> + + <div class="flex justify-between items-center"> + <span class="cd-timeline__date">April 23, 2021</span> + </div> + </div> + </div> + <div class="cd-timeline__block"> <div class="cd-timeline__img pastel-red cd-timeline__img--picture"> <i class="fa fa-youtube-play"></i> |