aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/home (follow)
Commit message (Collapse)AuthorAgeLines
* Address some issues from the accessibility milestone (#1562)Gravatar Dragon2025-09-24-1/+1
| | | | | | | | | | | | | * 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
* initial cj12 updateGravatar Janine vN2025-07-22-4/+4
| | | | | | - upload banner and logo - new cj12 pages - update home page
* Update netcup website URLGravatar Johannes Christ2025-02-06-1/+1
| | | | | | Via e-mail forwarded to me by Chris. Reported-by: Chris Lovering <[email protected]>
* Merge branch 'main' into feat/timeline-from-yamlGravatar wookie1842024-07-18-4/+4
|\
| * Update site for Code Jam 2024 (#1353)Gravatar Shakya Majumdar2024-07-03-4/+4
| |
* | Timeline: Remove files from old implementationGravatar hedy2024-05-24-983/+0
| |
* | Timeline: Migrate to Markdown source files - initial implementationGravatar hedy2024-05-24-1/+1
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-1/+1
|
* 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 branch 'main' into feat/events-redesignGravatar hedy2024-03-29-1/+1
|\ \ \ | | |/ | |/|
| * | Timeline: Fix Liechtenstein postcard image (#1261)Gravatar ~hedy2024-03-19-1/+1
| |/
* | Merge branch 'main' into feat/events-redesignGravatar hedy2024-03-18-2/+2
|\|
| * Fix timeline icons for Summer Code Jam and AoC 2020Gravatar hedy2024-03-11-2/+2
| |
* | Fix conflictsGravatar hedy2024-02-02-227/+239
|\|
| * Dark: Use alternate images for homepage, resources, eventsGravatar hedy2024-01-28-8/+16
| | | | | | | | | | | | Thanks to lemon for editting all the images. Co-authored-by: Leon Sandøy <[email protected]>
| * Dark: Use original light theme colors everywhereGravatar hedy2024-01-18-3/+3
| | | | | | | | | | Adjusted box-shadow for dark mode to be more readable, unfortunately this gave it a little neomorphism effect...
| * Dark: Fix backgrounds on sponsors section on homepageGravatar hedy2024-01-06-9/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://discord.com/channels/267624335836053506/635950537262759947/1193170173574774855 Idea from go.dev -- add background to each sponsor logo and put them in a grid. Also set the sponsor section background color to match that of footer's. Issue pointed out by @ChrisLovering on discord. This is an initial draft. As of now this works from my own testing: - Consistent & uniform spacing (gaps) - Supports mobile - No affect to light theme other than the arrangement - Logos do not get squashed, ever
| * Dark: Fix most colors on timelineGravatar hedy2023-12-14-155/+155
| | | | | | | | A LOT of colors are still hardcoded in the CSS
| * Fix all conflictsGravatar hedy2023-12-14-307/+651
| |\ | | | | | | | | | hopefully I dont have to do this again
| * | Use colour helpersGravatar GDWR2022-02-09-106/+106
| | |
| * | Use colour helpersGravatar GDWR2022-02-08-4/+4
| | |
* | | Events: Initial redesignGravatar hedy2024-01-20-2/+2
| |/ |/| | | | | | | | | | | | | | | | | | | - Added standalone pages for each event - Added initial design of new layout - Refactored some sidebars and templates to update current/upcoming event - Put two CJ10 assets into their own dedicated folder Includes dummy text for event descriptions and content that is not up-to-date: Current and Upcoming event components.
* | Lazy load footer images (#1161)Gravatar jchristgit2023-12-08-8/+8
| | | | | | | | Only load the footer sponsor images when they start coming into view to save on data.
* | Fix Dead CJ Banner LinkGravatar Hassan Abouelela2023-09-19-1/+1
| |
* | Fix broken links and remove extraneous space in timelineGravatar Richard Si2023-08-26-5/+5
| | | | | | | | | | | | Many thanks to @Rainb0wCodes for making me aware of the broken links. Co-authored-by: Rainb0w :3 <[email protected]>
* | Add switch to pinnward paste serviceGravatar Richard Si2023-08-18-0/+20
| |
* | Remove #today-i-teach and add missing dateGravatar Richard Si2023-08-18-18/+1
| |
* | Update timeline (August 2023)Gravatar Richard Si2023-08-18-0/+327
| |
* | Update for Code Jam 2023Gravatar Janine vN2023-08-10-3/+3
| |
* | Fix link to teachingpython episode (#1048)Gravatar jchristgit2023-07-24-1/+1
| | | | | | Also removes a superfluous space. Closes #1043.
* | Reverse timeline entries so newest entries come firstGravatar Richard Si2023-02-19-302/+301
| | | | | | | | | | We agreed internally that this would look better, and especially as I add more entries.
* | Update site banner for codejamGravatar Bluenix2022-07-14-2/+2
| |
* | Update front page banner.Gravatar kosayoda2022-06-29-2/+2
| |
* | Improve icon size and alignment.Gravatar kosayoda2022-06-26-2/+2
| |
* | Replace missing FA icons in interactive timeline.Gravatar kosayoda2022-06-26-2/+2
| | | | | | | | | | `fa-duck` and `fa-alien-monster` (renamed `fa-alien-8bit` in the latest FontAwesome) are part of the Pro plan, which we no longer have.
* | Add Summer CJ 2022 banner to frontpage.Gravatar kosayoda2022-06-18-0/+15
|/
* Add netcup logo to sponsor block on homeapgeGravatar Chris Lovering2022-01-10-0/+3
|
* Merge branch 'master' into subdomains-to-query-pathsGravatar Johannes Christ2021-10-06-16/+6
|\
| * Adds Netlify To SponsorsGravatar Hassan Abouelela2021-10-06-0/+4
| | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]>
| * Remove code jam notice from front pageGravatar Janine vN2021-09-18-16/+2
| |