aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates (follow)
Commit message (Collapse)AuthorAgeLines
* Address some issues from the accessibility milestone (#1562)Gravatar Dragon2025-09-24-16/+16
| | | | | | | | | | | | | * show that welcome video is playable in alt-text * Add the full form of AoC in the alt texts * add alt-text to all images * change alt-texts for timeline page * Add correct date * add alt text to clickable images
* Update to using uvGravatar Janine vN2025-07-22-1/+1
| | | Co-authored-by: Joe Banks <[email protected]>
* Update rulesGravatar Janine vN2025-07-22-10/+10
|
* initial cj12 updateGravatar Janine vN2025-07-22-15/+328
| | | | | | - upload banner and logo - new cj12 pages - update home page
* Update netcup website URLGravatar Johannes Christ2025-02-06-2/+2
| | | | | | Via e-mail forwarded to me by Chris. Reported-by: Chris Lovering <[email protected]>
* Remove 2024 code jam notificationGravatar Vecko2025-02-01-4/+0
|
* Update code jam judging pageGravatar Janine vN2024-07-21-60/+95
|
* Merge branch 'main' into feat/timeline-from-yamlGravatar wookie1842024-07-18-72/+325
|\
| * Add more allowed frameworks for CJ11Gravatar Boris Muratov2024-07-16-0/+25
| |
| * Update site for Code Jam 2024 (#1353)Gravatar Shakya Majumdar2024-07-03-72/+300
| |
* | Timeline: Remove files from old implementationGravatar hedy2024-05-24-1000/+14
| |
* | Timeline: Migrate to Markdown source files - initial implementationGravatar hedy2024-05-24-2/+44
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The timeline app is introduced, moved from the home app. - Add a basic README.md to illustrate the overall code breakdown of the app as it is in the current stage. - Two entries are added for now. - Add ability to link headers using the slug portion of the filename. - The way markdown files are fetched is similar to that of the resources app - using the AppConfig ready() function, all resources are ensured to be only fetched once when the app is first laoded. I debated whether to introduce the new functionality in the home app instead, without creating a new app. Eventually I decided extracting it to a standalone app now is better as it allows easier extension of functionality in the future. The home app can remain as it is to only server the `/` homepage. The timeline CSS is kept the same, as with the structure of the timeline HTML template. Once the CSS rewrite PR is merged, it's relatively easy to fix conflicts here (again, since timeline is now its own app, with the CSS file and HTML template moved - extra advantage). References to `home:timeline` are updated to use `timeline:index` throughout the codebase, as far as my ripgrep search could go. The format of the markdown + YAML entries are still up for debate, so I've only added the first two entries for now. They can be completely overwritten in the future once the formats are decided by using a script to convert all the data from my JSON file into individual markdown files: http://0x0.st/Xr78.txt This link should last for at least a few months. (Originally saved on https://paste.pythondiscord.com/KPJA, but it expires on 12th April 2024.)
* Add our reference to Netcup linksGravatar Johannes Christ2024-04-15-2/+2
|
* Merge pull request #1262 from python-discord/feat/timeline-css-rewriteGravatar jchristgit2024-03-29-525/+486
|\ | | | | Timeline CSS refactor
| * Timeline: Fix s/2/3/g substitutions on titlesGravatar hedy2024-03-26-7/+7
| | | | | | | | Co-authored-by: wookie184 <[email protected]>
| * Use semantic class names in the timeline consistent with BulmaGravatar hedy2024-03-21-542/+423
| | | | | | | | | | | | | | | | | | | | Also turns out I was using the Bulma .content class wrong this whole time. We just need to slap that class onto a div and anything inside can be the output of, say a markdown -> HTML converter! Fix messy spacing and extraneous whitespace in the HTML as well. Special thanks to Vim macros.
| * Timeline: Better design structureGravatar hedy2024-03-20-344/+292
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Put CSS for the pydis banner item (Aperture's logo design) inline style rather than using a class. - Style icons that uses images separate from icons that uses the pydis logo image. - Rename the pydis logo image to be more descriptive. - Group the icon and date components together for easier and more robust styling (see CSS comments). - More descriptive alt text for pydis icons. - Added responsibility: EVEN smaller icons on mobile. - Align content boxes about the middle axis rather than relying on container padding.
| * Timeline: Add mobile layout, support SafariGravatar hedy2024-03-19-52/+52
| | | | | | | | | | | | | | | | Also - Add comments in CSS - Remove `-webkit` rules because most of them are deprecated And uh, I forgot, but the title summarises them!
| * Timeline: Modify class ordering of containerGravatar hedy2024-03-19-2/+2
| | | | | | | | And remove bulma .section class because it's unnecessary here.
| * Remove cd-timeline__img--pictureGravatar hedy2024-03-19-52/+52
| | | | | | | | | | It's useless here after having added has-background-primary which leverages the bulma class, configurable through settings.py.
| * Timeline: Remove link to home/index.css stylesheetGravatar hedy2024-03-19-1/+0
| | | | | | | | | | That file is for the homepage explicitly and including it for the timeline is actually redundant.
| * Timeline: Use Bulma has-background-primary class for PyDis logoGravatar hedy2024-03-19-1/+1
| |
| * Fix conflictsGravatar hedy2024-03-19-2/+1
| |\
| * | Timeline: Initial rewrite of CSSGravatar hedy2024-03-19-406/+540
| | |
* | | Merge pull request #1273 from python-discord/fix/safari-touch-toggle-dropdownGravatar jchristgit2024-03-29-1/+3
|\ \ \ | | | | | | | | Fix navbar dropdown toggle for touchscreens using Safari
| * | | Fix navbar dropdown toggle for touchscreens using SafariGravatar hedy2024-03-27-1/+3
| | |/ | |/|
* | | Events: Fix grammar in contentGravatar hedy2024-03-29-4/+4
| | | | | | | | | | | | Co-authored-by: jchristgit <[email protected]>
* | | Events: Update PyWeek 37 from Ongoing to Recent eventGravatar hedy2024-03-29-1/+1
| | | | | | | | | | | | | | | | | | It's not completely over yet as the winners are yet to be announced, but the coding phase, as shown in the date "March 17-24th" has passed so it no longer makes sense to list it as ongoing.
* | | Merge branch 'main' into feat/events-redesignGravatar hedy2024-03-29-1/+1
|\| |
| * | Timeline: Fix Liechtenstein postcard image (#1261)Gravatar ~hedy2024-03-19-1/+1
| |/
* | Events: Update PyWeek 37 to show as ongoing eventGravatar hedy2024-03-18-1/+1
| |
* | Merge branch 'main' into feat/events-redesignGravatar hedy2024-03-18-11/+11
|\|
| * Fix FA icons in Code Jam pagesGravatar hedy2024-03-12-9/+9
| |
| * Fix timeline icons for Summer Code Jam and AoC 2020Gravatar hedy2024-03-11-2/+2
| |
* | Merge branch 'main' into feat/events-redesignGravatar hedy2024-03-16-1/+8
|\|
| * Merge branch 'main' into docs/suggest-resourcesGravatar ChrisJL2024-03-10-1/+2
| |\
| | * Move from Font Awesome Kit to static filesGravatar hedy2024-02-23-1/+2
| | | | | | | | | | | | | | | | | | | | | - Lemon's fa kit (free plan) had been used till now which had limitations such as total number of views that we've long exceeded - This gives more control on the static assets to use - Allows showing icons in development
| * | Resources: Add link to suggest new resourcesGravatar hedy2024-02-07-0/+6
| |/
* | Add READMEs to apps/events and templates/eventsGravatar hedy2024-03-16-0/+61
| |
* | Events: Add draft april fools descriptionGravatar hedy2024-02-14-1/+2
| |
* | Events: Remove unnecessary explicit icon colorGravatar hedy2024-02-14-1/+1
| |
* | Events: Lazy load larger imagesGravatar hedy2024-02-14-7/+7
| |
* | Fix events page for dark modeGravatar hedy2024-02-14-2/+3
| |
* | Events: Update the events to include in galleriesGravatar hedy2024-02-11-35/+17
| |
* | Events: Fix grammars and add 2023 code jam logoGravatar hedy2024-02-06-3/+6
| |
* | Fix conflictsGravatar hedy2024-02-02-298/+396
|\|
| * Dark: Use alternate images for homepage, resources, eventsGravatar hedy2024-01-28-30/+78
| | | | | | | | | | | | Thanks to lemon for editting all the images. Co-authored-by: Leon Sandøy <[email protected]>
| * Optimistic fix for FOUC on initial site loadGravatar hedy2024-01-18-0/+1
| |
| * Temporary fix to theme-switching FOUC problemGravatar hedy2024-01-18-1/+0
| |
| * Dark: Use original light theme colors everywhereGravatar hedy2024-01-18-17/+17
| | | | | | | | | | Adjusted box-shadow for dark mode to be more readable, unfortunately this gave it a little neomorphism effect...