aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Timeline: Fix s/2/3/g substitutions on titlesGravatar hedy2024-03-26-7/+7
| | | | Co-authored-by: wookie184 <[email protected]>
* Fix typo in timeline.css commentGravatar hedy2024-03-22-1/+1
|
* Merge branch 'main' into feat/timeline-css-rewriteGravatar hedy2024-03-21-5/+6
|\
| * Merge pull request #1264 from python-discord/dependabot/pip/sentry-sdk-1.43.0Gravatar Xithrius2024-03-20-5/+6
| |\
| | * Bump sentry-sdk from 1.42.0 to 1.43.0Gravatar dependabot[bot]2024-03-21-5/+6
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.42.0 to 1.43.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.42.0...1.43.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | Timeline: Implement arrow on content boxesGravatar hedy2024-03-21-19/+48
| |
* | Use semantic class names in the timeline consistent with BulmaGravatar hedy2024-03-21-608/+489
| | | | | | | | | | | | | | | | | | | | 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-403/+397
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-193/+179
| | | | | | | | | | | | | | | | 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: Adjust spacing between timeline itemsGravatar hedy2024-03-19-1/+1
| |
* | Semantic animation names for timeline.cssGravatar hedy2024-03-19-24/+25
| |
* | Conform to 4-spaces indent for timeline.cssGravatar hedy2024-03-19-241/+241
| |
* | Timeline: Use an accentuated grey border for iconsGravatar hedy2024-03-19-1/+1
| | | | | | | | The grey was there as a placeholder before this.
* | Timeline: Use Bulma has-background-primary class for PyDis logoGravatar hedy2024-03-19-6/+1
| |
* | Center align the timeline line (container ::before pseudoelement)Gravatar hedy2024-03-19-1/+1
| |
* | Fix typo in timeline.css CSS-variableGravatar hedy2024-03-19-1/+2
| | | | | | | | | | | | | | Unfortunately there is a merge commit (with merge conflicts) in between this change and the timeline commit before it. Perhaps in a few years time when I'm more confident in rebasing I'll be able to amend that commit to include this fix.
* | Fix conflictsGravatar hedy2024-03-19-22/+21
|\|
| * Timeline: Fix Liechtenstein postcard image (#1261)Gravatar ~hedy2024-03-19-1/+1
| |
| * Merge pull request #1260 from python-discord/dependabot/pip/ruff-0.3.3Gravatar Xithrius2024-03-18-20/+20
| |\
| | * Bump ruff from 0.3.2 to 0.3.3Gravatar dependabot[bot]2024-03-18-20/+20
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.2 to 0.3.3. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.3.2...v0.3.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* / Timeline: Initial rewrite of CSSGravatar hedy2024-03-19-4145/+837
|/
* Merge pull request #1255 from python-discord/fix/timeline-iconsGravatar ChrisJL2024-03-17-12/+12
|\ | | | | Fix legacy Font Awesome icon classes
| * Merge branch 'main' into fix/timeline-iconsGravatar ChrisJL2024-03-17-92/+93
| |\ | |/ |/|
* | Merge pull request #1257 from python-discord/dependabot/pip/coverage-7.4.4Gravatar Xithrius2024-03-14-55/+55
|\ \
| * | Bump coverage from 7.4.3 to 7.4.4Gravatar dependabot[bot]2024-03-15-55/+55
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.4.3 to 7.4.4. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.4.3...7.4.4) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #1258 from python-discord/dependabot/pip/markdown-3.6Gravatar Xithrius2024-03-14-5/+5
|\ \
| * | Bump markdown from 3.5.2 to 3.6Gravatar dependabot[bot]2024-03-15-5/+5
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.5.2 to 3.6. - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.5.2...3.6) --- updated-dependencies: - dependency-name: markdown dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #1254 from python-discord/dependabot/pip/ruff-0.3.2Gravatar Xithrius2024-03-14-20/+20
|\ \
| * | Bump ruff from 0.3.1 to 0.3.2Gravatar dependabot[bot]2024-03-14-20/+20
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.1 to 0.3.2. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.3.1...v0.3.2) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #1253 from python-discord/dependabot/pip/django-filter-24.1Gravatar jchristgit2024-03-14-7/+7
|\ \ | | | | | | Bump django-filter from 23.5 to 24.1
| * | Bump django-filter from 23.5 to 24.1Gravatar dependabot[bot]2024-03-14-7/+7
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [django-filter](https://github.com/carltongibson/django-filter) from 23.5 to 24.1. - [Release notes](https://github.com/carltongibson/django-filter/releases) - [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst) - [Commits](https://github.com/carltongibson/django-filter/compare/23.5...24.1) --- updated-dependencies: - dependency-name: django-filter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* | Bump pymdown-extensions from 10.7 to 10.7.1Gravatar dependabot[bot]2024-03-14-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.7 to 10.7.1. - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.7...10.7.1) --- updated-dependencies: - dependency-name: pymdown-extensions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #1256 from python-discord/dependabot/pip/sentry-sdk-1.42.0Gravatar Xithrius2024-03-13-5/+6
|\ \
| * | Bump sentry-sdk from 1.41.0 to 1.42.0Gravatar dependabot[bot]2024-03-14-5/+6
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.41.0 to 1.42.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.41.0...1.42.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
| * Merge branch 'main' into fix/timeline-iconsGravatar hedy2024-03-12-2/+2
| |\ | |/ |/|
* | Bump azure/setup-kubectl to v4.0.0Gravatar Chris Lovering2024-03-11-1/+1
| | | | | | | | a v4 tag doesn't exist on the repo, see https://github.com/Azure/setup-kubectl/issues/100
* | Bump azure/k8s-set-context from 3 to 4Gravatar dependabot[bot]2024-03-11-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [azure/k8s-set-context](https://github.com/azure/k8s-set-context) from 3 to 4. - [Release notes](https://github.com/azure/k8s-set-context/releases) - [Commits](https://github.com/azure/k8s-set-context/compare/v3...v4) --- updated-dependencies: - dependency-name: azure/k8s-set-context dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
| * 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 pull request #1231 from python-discord/docs/dark-theme-devGravatar ChrisJL2024-03-10-3/+50
|\ | | | | Add docs for development on Bulma, CSS, and dark mode colors
| * Merge branch 'main' into docs/dark-theme-devGravatar ChrisJL2024-03-10-130/+352
| |\ | |/ |/|
* | Merge pull request #1226 from python-discord/docs/suggest-resourcesGravatar ChrisJL2024-03-10-5/+36
|\ \ | | | | | | Document how to add new resources
| * \ Merge branch 'main' into docs/suggest-resourcesGravatar ChrisJL2024-03-10-220/+418
| |\ \ | |/ / |/| |
* | | Merge pull request #1251 from python-discord/dependabot/pip/sentry-sdk-1.41.0Gravatar Xithrius2024-03-07-6/+6
|\ \ \
| * | | Bump sentry-sdk from 1.40.6 to 1.41.0Gravatar dependabot[bot]2024-03-08-6/+6
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.40.6 to 1.41.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.40.6...1.41.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | | Merge pull request #1250 from python-discord/dependabot/pip/ruff-0.3.1Gravatar Xithrius2024-03-06-20/+20
|\ \ \