| Commit message (Collapse) | Author | Age | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
|
|
|
| |
Also
- Add comments in CSS
- Remove `-webkit` rules because most of them are deprecated
And uh, I forgot, but the title summarises them!
|
| |
|
| |
|
| |
|
|
|
|
| |
The grey was there as a placeholder before this.
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
A LOT of colors are still hardcoded in the CSS
|
|\
| |
| |
| | |
hopefully I dont have to do this again
|
| | |
|
| | |
|
| | |
|
|/ |
|
|
|
|
|
|
|
| |
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.
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Instead of just leaving all elements like they are when
bounce-in is done, when they leave from view, make them bounce out
and hidden again to let them bounce-in again.
|
| |
| |
| |
| |
| |
| | |
After updating the frontpage and creating an fixed-aspect-ratio style pair, I found I could just reuse them in the timeline to fix the inconsistent responsive aspect ratio that was occurring there.
Some img src values also were not quoted; while this can work fine, it can break if the url has spaces or certain characters and is inconsistent with the rest of the project.
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
|
|
| |
Co-authored-by: scragly <[email protected]>
|
| |
|
| |
|