aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/static/css/home/index.css (follow)
Commit message (Collapse)AuthorAgeLines
* Dark: Use alternate images for homepage, resources, eventsGravatar hedy2024-01-28-8/+0
| | | | | | Thanks to lemon for editting all the images. Co-authored-by: Leon Sandøy <[email protected]>
* Dark: Darken nav, hero, hero waves, button, body backgroundsGravatar hedy2024-01-28-2/+27
|
* Dark: Better shadowsGravatar hedy2024-01-18-5/+1
|
* Dark: Use original light theme colors everywhereGravatar hedy2024-01-18-1/+5
| | | | | Adjusted box-shadow for dark mode to be more readable, unfortunately this gave it a little neomorphism effect...
* Dark: Use link color of better contrastGravatar hedy2024-01-13-3/+3
|
* Dark: Fix sizing of sponsors' logosGravatar hedy2024-01-12-6/+18
| | | | | | Also works on mobile. I *love* CSS.
* Dark: Fix backgrounds on sponsors section on homepageGravatar hedy2024-01-06-11/+50
| | | | | | | | | | | | | | | | | | 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
* Dark: Fix all link hover colors (hopefully) everywhereGravatar hedy2024-01-05-2/+2
|
* Dark: Fix shadows & borders colors on the homepageGravatar hedy2024-01-05-4/+18
|
* Dark: Inline selectors for the hero bottom waveGravatar hedy2024-01-05-4/+3
|
* Dark: Fix hero colors on homepageGravatar hedy2024-01-05-0/+10
| | | | | | | | | | 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.
* Improve icon size and alignment.Gravatar kosayoda2022-06-26-2/+1
|
* Add hover transition to match welcome video.Gravatar kosayoda2022-06-19-0/+1
|
* Show shadow on hover for CJ frontpage banner.Gravatar kosayoda2022-06-18-1/+5
|
* Properly Resize Sponsor LogosGravatar Hassan Abouelela2021-10-06-2/+10
| | | | | | | 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]>
* Remove the 100K user banner.Gravatar Leon Sandøy2021-03-24-0/+4
|
* Reduces The Width Of The Sponsors TabGravatar Hassan Abouelela2021-03-23-0/+2
| | | | Reduces the width of the sponsor tab to reduce the chance of one logo ending up on a new line by itself.
* Centers Sponsor TitleGravatar Hassan Abouelela2021-03-23-0/+2
|
* Centers Sponsor LogosGravatar Hassan Abouelela2021-03-23-1/+5
| | | | Center justifies sponsor logos on the home page to make wrapping look cleaner.
* Use sections, remove unused CSS, improve repo cards.Gravatar scragly2020-10-23-113/+135
|
* Override notice bottom margin, use new class instead of bulma class.Gravatar scragly2020-10-22-1/+2
|
* Add a message section to replace hero section for mobiles.Gravatar scragly2020-10-22-0/+5
|
* Use local svgs for wave elements.Gravatar scragly2020-10-22-2/+2
|
* Add wave-style hero, 100K promo, timeline card.Gravatar scragly2020-10-22-14/+113
|
* Add more pre-commit hooksGravatar MarkKoz2020-03-04-1/+0
| | | | | | | | | | | | | | | | | | | | | | 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
* Improve homepage flex responsivenessGravatar ByteCommander2019-10-09-18/+1
|
* Moving the navbar-banner css into base.css so it will work on the wiki ↵Gravatar Leon Sandøy2019-07-06-8/+0
| | | | pages, as well
* Adding a repo-language-dot for jsGravatar Leon Sandøy2019-07-03-0/+4
|
* Remove unneeded sites.py and move navbar CSS to base.cssGravatar Gareth Coles2019-04-20-24/+0
|
* Addressing all comments in volcyy's second review. The tests now mock the ↵Gravatar Leon Sandøy2019-04-19-4/+8
| | | | API calls so we don't have to actually call the API every time we run tests.
* Adding a default admin panel user to migrate_and_serve, adding hrefs for all ↵Gravatar Leon Sandøy2019-04-18-4/+13
| | | | the links, fixing a bug with the banner highlighting, and making the sponsors hero a little bigger.
* The GitHub API stuff is done now, including data caching. Just a couple of ↵Gravatar Leon Sandøy2019-04-17-0/+11
| | | | minor bugfixes left before this is PR-ready.
* Adjust dynamic video sizing to try keep aspect.Gravatar Scragly2019-04-13-19/+32
|
* Responsive video container not quite working the way it should.Gravatar Leon Sandøy2019-04-12-4/+33
|
* Better JetBrains sponsor logo, fixed a bug with responsive video containers, ↵Gravatar Leon Sandøy2019-04-12-1/+1
| | | | set up some placeholder cards for projects on the landing page.
* responsive video containerGravatar Leon Sandøy2019-04-12-0/+18
|
* New landing page. Not quite done yet. This probably should've been more than ↵Gravatar Leon Sandøy2019-04-11-0/+31
| | | | one commit.
* Initial work on some base templatesGravatar Gareth Coles2019-04-10-0/+18