Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Footer: Use text-only Bulma logo for automatic baseline alignment | 2024-03-26 | -4/+4 | |
| | | | | | Don't mind me, just being a little overly excited with this one as this is my most ingenius idea yet! | |||
* | Footer: Crop linode image to fit text and adjust horizontal padding | 2024-03-26 | -3/+3 | |
| | | | | | This ensures no vertical positioning for this image is required because the image is cropped to fit the text. | |||
* | Footer: Adjust baseline positioning to prioritize windows | 2024-03-26 | -6/+7 | |
| | | | | | | There doesn't seem to be a way (say relative units, etc) to make it look good on both worlds. We'll prioritize windows for now since most of our users come from there. | |||
* | Merge branch 'main' into fix/footer-logo-filtering | 2024-03-26 | -1/+1 | |
|\ | ||||
| * | Fix broken Bulma logo in the footer | 2024-03-22 | -1/+1 | |
| | | ||||
* | | Use proper logos and better positioning in the footers | 2024-03-22 | -9/+9 | |
|/ | | | | | | - Switch from CSS filtering to actual logos with white text. - Adjust positioning to align all text in the logos with baseline and ensure they're center aligned with a uniform side spacing. | |||
* | Dark: Use a darker pydis blurple everywhere | 2024-01-28 | -4/+0 | |
| | ||||
* | Dark: Use alternate images for homepage, resources, events | 2024-01-28 | -0/+8 | |
| | | | | | | Thanks to lemon for editting all the images. Co-authored-by: Leon Sandøy <[email protected]> | |||
* | Dark: Darken nav, hero, hero waves, button, body backgrounds | 2024-01-28 | -0/+27 | |
| | ||||
* | Dark: Better contrast for dark switch | 2024-01-18 | -0/+1 | |
| | ||||
* | Dark: Avoid knob & icon overlapping during transition | 2024-01-18 | -1/+1 | |
| | ||||
* | Dark: Theme switch with better contrast on mobile | 2024-01-18 | -2/+3 | |
| | ||||
* | Consistent 4-spaces CSS indent | 2024-01-17 | -30/+30 | |
| | ||||
* | Dark: Name JS & CSS files according to their content | 2024-01-05 | -0/+2 | |
| | | | | | | | | We have the CSS for the navbar in base.css, the relevant files only contain code for the theme toggle, so they should be named as such. If we ever implement CSS variables per-theme, they could then be done in `themes.css`. | |||
* | Automatically fix lint | 2023-12-14 | -1/+1 | |
| | ||||
* | Fix all conflicts | 2023-12-14 | -2/+1 | |
|\ | | | | | | | hopefully I dont have to do this again | |||
| * | Fix broken netcup icon in "Powered by" footer | 2023-12-08 | -1/+1 | |
| | | | | | | | | | | | | The original URL this was hosted at is no longer available. Incorporate the netcup icon as found on https://www.netcup.de/ueber-netcup/werbemittel/index.php. | |||
| * | removing margin-left property from base.css to fix the overflow caused by ↵ | 2023-10-05 | -1/+0 | |
| | | | | | | | | discord button on top right | |||
* | | Resize theme switch | 2022-02-09 | -1/+1 | |
| | | ||||
* | | Resize theme switch | 2022-02-09 | -26/+8 | |
| | | ||||
* | | Resize switch | 2022-02-08 | -8/+8 | |
| | | ||||
* | | Add initial dark theme | 2022-02-08 | -0/+83 | |
|/ | ||||
* | Shift footer images slightly to be better in line | 2022-01-05 | -1/+2 | |
| | ||||
* | Use an svg for django footer logo | 2022-01-05 | -2/+2 | |
| | ||||
* | Add netcup logo to page footer | 2022-01-05 | -0/+8 | |
| | ||||
* | Enable smooth scrolling on the website. | 2021-05-14 | -0/+8 | |
| | | | | | This makes it less jarring when scrolling to a heading since many content pages include a Table of Contents. | |||
* | Merge branch 'main' into dewikification | 2021-05-14 | -0/+14 | |
|\ | ||||
| * | Add powered by linode to the footer | 2021-02-23 | -0/+8 | |
| | | ||||
| * | Remove blurple peek on Discord CTA, convert text to obj. | 2020-10-25 | -1/+1 | |
| | | ||||
| * | Change discord nav item to distinct CTA button. | 2020-10-25 | -20/+33 | |
| | | ||||
| * | Use sections, remove unused CSS, improve repo cards. | 2020-10-23 | -1/+15 | |
| | | ||||
| * | Change discord img-based link to normal nav item. | 2020-10-23 | -6/+12 | |
| | | ||||
* | | Merge branch main into dewikification | 2021-05-14 | -25/+51 | |
| | | ||||
* | | Remove files related to django-allauth. | 2020-10-04 | -99/+0 | |
|/ | ||||
* | Add 1em bottom margin to wiki markdown codeblocks. | 2019-12-09 | -0/+5 | |
| | | | | | Any text following the end of a codeblock in the wiki would very closely hug the codeblock, impacting readability and giving poor structure to page content. This adds in an appropriate margin to the bottom of codeblocks to give a fair buffer that matches typical paragraph spacing. | |||
* | Add user settings modal, with connections management and account deletion | 2019-10-23 | -0/+10 | |
| | ||||
* | Bring navbar styling in line on mobile as well | 2019-10-19 | -0/+9 | |
| | ||||
* | Initial navbar change to add settings button next to logout | 2019-10-19 | -2/+1 | |
| | ||||
* | Login page and styling fixes | 2019-10-06 | -12/+23 | |
| | ||||
* | Add missing CSS for notifications | 2019-10-06 | -0/+99 | |
| | ||||
* | Message styling (default to light for now) | 2019-10-06 | -22/+0 | |
| | ||||
* | Move messages to the top right | 2019-10-06 | -2/+23 | |
| | ||||
* | Add MessageRedirectView and show messages on the index page | 2019-10-05 | -0/+8 | |
| | ||||
* | Re-add erroneously removed static files | 2019-10-03 | -0/+72 | |
| | ||||
* | Remove accidental static files commit; fix Allauth | 2019-10-03 | -72/+0 | |
| | ||||
* | Moving the navbar-banner css into base.css so it will work on the wiki ↵ | 2019-07-06 | -0/+8 | |
| | | | | pages, as well | |||
* | Remove unneeded sites.py and move navbar CSS to base.css | 2019-04-20 | -0/+24 | |
| | ||||
* | Addressing all comments in volcyy's second review. The tests now mock the ↵ | 2019-04-19 | -16/+16 | |
| | | | | API calls so we don't have to actually call the API every time we run tests. | |||
* | Responsive video container not quite working the way it should. | 2019-04-12 | -0/+6 | |
| | ||||
* | responsive video container | 2019-04-12 | -11/+14 | |
| |