aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site (follow)
Commit message (Collapse)AuthorAgeLines
* Fix broken Bulma logo in the footerGravatar hedy2024-03-22-1/+1
|
* Timeline: Fix Liechtenstein postcard image (#1261)Gravatar ~hedy2024-03-19-1/+1
|
* Fix resources project-ideas FA iconGravatar hedy2024-03-12-1/+1
|
* 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 docs/dark-theme-devGravatar ChrisJL2024-03-10-10/+232
|\
| * Merge branch 'main' into docs/suggest-resourcesGravatar ChrisJL2024-03-10-100/+298
| |\
| | * Merge pull request #1240 from python-discord/fix-metricity-message-countsGravatar jchristgit2024-03-02-3/+3
| | |\ | | | | | | | | Ensure messages returned for metricity data do not match all excluded channels
| | | * Ensure messages returned for metricity data do not match all excluded channelsGravatar Chris Lovering2024-02-20-3/+3
| | | |
| | * | Move from Font Awesome Kit to static filesGravatar hedy2024-02-23-2/+193
| | |/ | | | | | | | | | | | | | | | | | | - 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 guidelines on YAML filesGravatar hedy2024-02-07-5/+30
| | |
| * | Resources: Add link to suggest new resourcesGravatar hedy2024-02-07-0/+6
| | |
* | | Fix pydis_site/README.md reference to static directory structureGravatar hedy2024-02-13-3/+1
| | |
* | | Add docs on Bulma, colors, dark mode, and CSS for developmentGravatar hedy2024-02-13-0/+49
| |/ |/|
* | Update path variable in resource page testsGravatar RohanJnr2024-02-11-1/+1
| |
* | Move resorce loading from view init() to AppConfig ready() methodGravatar RohanJnr2024-02-11-94/+101
|/ | | | This is done to load the resources only once on startup instead of loading it everytime the view is initialized which is done whenever a request is made to the resources endpoint.
* Merge branch 'main' into mailing-list-modelGravatar Xithrius2024-02-03-412/+1200
|\
| * Appeased the linterGravatar Xithrius2024-02-01-1/+1
| |
| * Merge branch 'main' into docs/dark-themeGravatar hedy2024-01-28-397/+1125
| |\
| | * Dark: Use a darker pydis blurple everywhereGravatar hedy2024-01-28-5/+1
| | |
| | * Dark: Use alternate images for homepage, resources, eventsGravatar hedy2024-01-28-43/+97
| | | | | | | | | | | | | | | | | | Thanks to lemon for editting all the images. Co-authored-by: Leon Sandøy <[email protected]>
| | * Dark: Fix timeline icon bordersGravatar hedy2024-01-28-0/+4
| | |
| | * Dark: Darken nav, hero, hero waves, button, body backgroundsGravatar hedy2024-01-28-3/+205
| | |
| | * Dark: Fix switch toggle when system preference is usedGravatar hedy2024-01-20-2/+4
| | | | | | | | | | | | Thanks to wookie for finding the bug.
| | * Dark: Restore border on github cardsGravatar hedy2024-01-18-0/+4
| | |
| | * Dark: Better shadowsGravatar hedy2024-01-18-6/+2
| | |
| | * Dark: Better contrast for dark switchGravatar hedy2024-01-18-0/+1
| | |
| | * Dark: Avoid knob & icon overlapping during transitionGravatar hedy2024-01-18-1/+1
| | |
| | * Dark: Theme switch with better contrast on mobileGravatar hedy2024-01-18-2/+3
| | |
| | * Optimistic fix for FOUC on initial site loadGravatar hedy2024-01-18-0/+5
| | |
| | * Dark: More subtle collapsible and box-shadow bordersGravatar hedy2024-01-18-2/+2
| | |
| | * Dark: Use our own panda3d logo with light backgroundGravatar hedy2024-01-18-1/+1
| | |
| | * Temporary fix to theme-switching FOUC problemGravatar hedy2024-01-18-7/+3
| | |
| | * Dark: Use original light theme colors everywhereGravatar hedy2024-01-18-23/+27
| | | | | | | | | | | | | | | Adjusted box-shadow for dark mode to be more readable, unfortunately this gave it a little neomorphism effect...
| | * Dark: Possibly fix FOUC during theme switchGravatar hedy2024-01-18-7/+7
| | |
| | * Dark: Set correct theme immediately when the script loadsGravatar hedy2024-01-18-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the latency previously observed on page loads. We still have to put switch toggling after page loads though. Genius idea by wookie. Co-authored-by: wookie184 <[email protected]>
| | * Dark: Improve order of switching stylesheetsGravatar hedy2024-01-18-1/+1
| | |
| | * Dark: For content pages using transparent images...Gravatar hedy2024-01-17-8/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...which are unreadable in dark mode, use `has-dark-mode-background` class. ![](/img.png){: class="has-dark-mode-background" } Like this. And it will be given a nice light gray background and a subtle padding & border.
| | * Consistent CSS indent for files that I touchedGravatar hedy2024-01-17-7/+7
| | |
| | * Fix conflictsGravatar hedy2024-01-17-2/+3
| | |\
| | | * Remove extra trailing space in resources.htmlGravatar ~hedy2024-01-17-1/+1
| | | |
| | | * Remove extra trailing space in 8th codejam pageGravatar ~hedy2024-01-17-1/+1
| | | |
| | | * Fix typo in page.cssGravatar ~hedy2024-01-17-0/+1
| | | |
| | * | Dark: Sponsors light background for code/gamejamsGravatar hedy2024-01-17-44/+90
| | | |
| | * | Consistent 4-spaces CSS indentGravatar hedy2024-01-17-30/+30
| | |/
| | * Dark: Use kivy logo with light background in resourcesGravatar hedy2024-01-16-3/+1
| | |
| | * Dark: Use adafruit logo with light background in resourcesGravatar hedy2024-01-16-1/+1
| | |
| | * Dark: Fix the filter box on resources pageGravatar hedy2024-01-16-47/+52
| | |
| | * Merge branch 'gdwr-dark-theme' of github.com:hedyhli/pydis-site into ↵Gravatar hedy2024-01-14-17/+52
| | |\ | | | | | | | | | | | | gdwr-dark-theme
| | | * Merge branch 'main' into gdwr-dark-themeGravatar ~hedy2024-01-13-17/+52
| | | |\