| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
| |
Thanks to lemon for editting all the images.
Co-authored-by: Leon Sandøy <[email protected]>
|
| |
|
| |
|
|
|
|
|
| |
Adjusted box-shadow for dark mode to be more readable, unfortunately
this gave it a little neomorphism effect...
|
| |
|
|
|
|
|
|
| |
Also works on mobile.
I *love* CSS.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
We can now use `[data-theme="dark"]` selector in CSS to defined styles
specifically for dark mode. This follows common web dev patterns and
gives little overhead.
- Hero
- Added `wave_black` SVG which copies `wave_white` as is but uses the
site's dark mode background color.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Ensure sponsor logos don't go past the edge of the screen, and maintain
aspect ratio when sized down.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| |
|
|
|
|
| |
Reduces the width of the sponsor tab to reduce the chance of one logo ending up on a new line by itself.
|
| |
|
|
|
|
| |
Center justifies sponsor logos on the home page to make wrapping look cleaner.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Hooks added:
* check-merge-conflict - checks for files with merge conflict strings
* check-toml - attempts to load all toml files to verify syntax
* check-yaml - attempts to load all yaml files to verify syntax
* end-of-file-fixer - ensures files end in a newline and only a newline
* mixed-line-ending - replaces mixed line endings with LF
* trailing-whitespace - trims trailing whitespace
* python-check-blanket-noqa - enforces that noqa annotations always
occur with specific codes
Changes made to comply with new hooks:
* Remove trailing whitespaces
* Remove some useless noqa annotations
* Specify errors for noqa annotations
* Add missing newlines at end of files
See: python-discord/organisation#138
|
| |
|
|
|
|
| |
pages, as well
|
| |
|
| |
|
|
|
|
| |
API calls so we don't have to actually call the API every time we run tests.
|
|
|
|
| |
the links, fixing a bug with the banner highlighting, and making the sponsors hero a little bigger.
|
|
|
|
| |
minor bugfixes left before this is PR-ready.
|
| |
|
| |
|
|
|
|
| |
set up some placeholder cards for projects on the landing page.
|
| |
|
|
|
|
| |
one commit.
|
|
|