aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| | * | | | | | | Use colour helpersGravatar GDWR2022-02-08-6/+6
| | | | | | | | |
| | * | | | | | | Use colour helpersGravatar GDWR2022-02-08-6/+6
| | | | | | | | |
| | * | | | | | | Set dark theme colour valuesGravatar GDWR2022-02-08-7/+7
| | | | | | | | |
| | * | | | | | | Use colour helpersGravatar GDWR2022-02-08-18/+18
| | | | | | | | |
| | * | | | | | | Use colour helpersGravatar GDWR2022-02-08-13/+13
| | | | | | | | |
| | * | | | | | | Use colour helpersGravatar GDWR2022-02-08-18/+18
| | | | | | | | |
| | * | | | | | | Use colour helpersGravatar GDWR2022-02-08-9/+8
| | | | | | | | |
| | * | | | | | | Comment bulma variablesGravatar GDWR2022-02-08-4/+13
| | | | | | | | |
| | * | | | | | | getCurrentTheme returns "default" if emptyGravatar GDWR2022-02-08-0/+3
| | | | | | | | |
| | * | | | | | | Resize switchGravatar GDWR2022-02-08-8/+8
| | | | | | | | |
| | * | | | | | | Add initial dark themeGravatar GDWR2022-02-08-1/+193
| | | | | | | | |
| | * | | | | | | Update dependencyGravatar GDWR2022-02-08-14/+14
| | | | | | | | |
| | * | | | | | | Add dark theme stylesheetGravatar GDWR2022-02-07-0/+11
| | | | | | | | |
| | * | | | | | | Correct typehintsGravatar GDWR2022-02-07-2/+2
| | | | | | | | |
| | | | | | | * | Add section about dark mode in guide for contributing a pageGravatar hedy2024-01-28-0/+24
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Events: Adjust phrasing in descriptionGravatar hedy2024-02-02-1/+1
| | | | | | | |
* | | | | | | | Events: Re-organize templates and significantly improve layoutsGravatar hedy2024-02-02-227/+365
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Aka, many minor changes I shouldn't've grouped together in a single commit. - Add main page events description - Use date icons every where - Fill up one-off events list - Use a media-like layout for one-off events instead - Use 2-column masonry for one-off events list - Update schedules for this year - Add a colored top border line to cards in the main gallery that do not have thumbnail banners - Add april fools to fill the gap in the second row so the grid looks better - Re-purpose 'all events' sidebar as 'ToC' with appropriate anchor links - Use circle-info icon everywhere for learn more buttons - Added python release streams to the one-off events That light blue cloud icon for devops hour looks dope IMO :P - And of course, thanks to the layout change for one-off events list I do not have to hurriedly create ad-hoc thumbnails for them 😔. phew - Which means our fancy hats workshop can use the beautiful magician hat emoji as the icon! - Renamed 'scheduled' and 'recent' events to be year-independent. This makes it consistent because we might end up updating the list mid-year. This means all dates will have the year specified. The pain of updating the gallery sections' height for both main and one-off events section continues to be a limitation.
* | | | | | | | Events: Maybe fix masonry grid on tabletsGravatar ~hedy2024-01-26-2/+2
| | | | | | | |
* | | | | | | | Events: Adjust date style & add more eventsGravatar hedy2024-01-25-69/+102
| | | | | | | |
* | | | | | | | Events: Add one-time events, fix elementsGravatar hedy2024-01-24-67/+184
| | | | | | | |
* | | | | | | | Merge branch 'feat/events-redesign' of github.com:python-discord/site into ↵Gravatar hedy2024-01-24-20/+21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | feat/events-redesign
| * | | | | | | | Merge branch 'main' into feat/events-redesignGravatar ~hedy2024-01-23-20/+21
| |\| | | | | | |
| | * | | | | | | Merge pull request #1211 from python-discord/dependabot/pip/ruff-0.1.14Gravatar Xithrius2024-01-21-20/+21
| | |\ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| | | * | | | | | Bump ruff from 0.1.13 to 0.1.14Gravatar dependabot[bot]2024-01-22-20/+21
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.13 to 0.1.14. - [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.1.13...v0.1.14) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | / / / / / / Events: Adjust spacingGravatar hedy2024-01-24-35/+51
|/ / / / / / /
* | | | | | | Events: Make good use of bulma componentsGravatar hedy2024-01-22-85/+450
| | | | | | |
* | | | | | | Events: Revert height changeGravatar hedy2024-01-22-2/+2
| | | | | | |
* | | | | | | Events: Use nice cover images with backgroundsGravatar hedy2024-01-22-30/+43
| | | | | | |
* | | | | | | Events: Use Masonry layout for gallery of eventsGravatar hedy2024-01-21-51/+98
| | | | | | |
* | | | | | | Events: Fix title sizing and hidden-on-mobile groupGravatar hedy2024-01-20-12/+14
| | | | | | |
* | | | | | | Events: Consistent Py*W*eek capitalization and better sidebarGravatar hedy2024-01-20-14/+14
| | | | | | |
* | | | | | | Events: Update content and remove fillersGravatar hedy2024-01-20-30/+38
| | | | | | |
* | | | | | | Events: Initial redesignGravatar hedy2024-01-20-108/+310
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
* | | | | | Merge pull request #1207 from ↵Gravatar Xithrius2024-01-16-6/+6
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | python-discord/dependabot/pip/python-frontmatter-1.1.0
| * | | | | Bump python-frontmatter from 1.0.1 to 1.1.0Gravatar dependabot[bot]2024-01-17-6/+6
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [python-frontmatter](https://github.com/eyeseast/python-frontmatter) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/eyeseast/python-frontmatter/releases) - [Commits](https://github.com/eyeseast/python-frontmatter/compare/v1.0.1...v1.1.0) --- updated-dependencies: - dependency-name: python-frontmatter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | | | | Merge pull request #1206 from python-discord/dependabot/pip/ruff-0.1.13Gravatar Xithrius2024-01-14-20/+20
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Bump ruff from 0.1.12 to 0.1.13Gravatar dependabot[bot]2024-01-15-20/+20
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.12 to 0.1.13. - [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.1.12...v0.1.13) --- 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 #1202 from python-discord/dependabot/pip/markdown-3.5.2Gravatar Xithrius2024-01-12-5/+5
|\ \ \ \
| * | | | Bump markdown from 3.5.1 to 3.5.2Gravatar dependabot[bot]2024-01-12-5/+5
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.5.1 to 3.5.2. - [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.1...3.5.2) --- updated-dependencies: - dependency-name: markdown dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | | | Merge pull request #1204 from python-discord/dependabot/pip/ruff-0.1.12Gravatar Xithrius2024-01-11-20/+20
|\ \ \ \
| * | | | Bump ruff from 0.1.11 to 0.1.12Gravatar dependabot[bot]2024-01-12-20/+20
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.11 to 0.1.12. - [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.1.11...v0.1.12) --- 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 #1203 from python-discord/dependabot/pip/sentry-sdk-1.39.2Gravatar Xithrius2024-01-10-6/+6
|\ \ \ \
| * | | | Bump sentry-sdk from 1.39.1 to 1.39.2Gravatar dependabot[bot]2024-01-11-6/+6
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.39.1 to 1.39.2. - [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.39.1...1.39.2) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | | | Merge pull request #1201 from python-discord/dependabot/pip/psycopg-3.1.17Gravatar jchristgit2024-01-08-74/+74
|\ \ \ \ | | | | | | | | | | Bump psycopg from 3.1.16 to 3.1.17
| * | | | Bump psycopg from 3.1.16 to 3.1.17Gravatar dependabot[bot]2024-01-08-74/+74
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.1.16 to 3.1.17. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1.16...3.1.17) --- updated-dependencies: - dependency-name: psycopg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | | | Fixed truncated dropdown menu (#1138)Gravatar sarzz2024-01-06-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * removing padding-right from discord button in nav * fixing dropdown menu on contributing page for sub-articles * Revert "fixing dropdown menu on contributing page for sub-articles" This reverts commit 2d158ddbb8f1d27dd7d8b0b9282554365cf042e3. * fixing dropdown menu on contributing page for sub-articles * Revert "removing padding-right from discord button in nav" This reverts commit e6642932611de307f5386928be0a1dd7e94cd134. * lint fix * fixing dropdown menu for mobile screen * Update pydis_site/static/css/content/page.css Co-authored-by: wookie184 <[email protected]> --------- Co-authored-by: wookie184 <[email protected]>
* | | | Merge pull request #1194 from devdanzin/add_sdxpyGravatar wookie1842024-01-03-0/+26
|\ \ \ \ | | | | | | | | | | Add 'Software Design by Example' to resources. (fix #1193)
| * \ \ \ Merge branch 'main' into add_sdxpyGravatar wookie1842024-01-03-87/+87
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #1200 from python-discord/dependabot/pip/django-5.0.1Gravatar jchristgit2024-01-03-6/+6
|\ \ \ \ \ | | | | | | | | | | | | Bump django from 5.0 to 5.0.1
| * | | | | Bump django from 5.0 to 5.0.1Gravatar dependabot[bot]2024-01-03-6/+6
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [django](https://github.com/django/django) from 5.0 to 5.0.1. - [Commits](https://github.com/django/django/compare/5.0...5.0.1) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>