aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/static (follow)
Commit message (Collapse)AuthorAgeLines
* 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/+152
|
* Add wave-style hero, 100K promo, timeline card.Gravatar scragly2020-10-22-14/+113
|
* Fix some icon sizing in timeline CSSGravatar Joe Banks2020-10-22-7/+13
|
* Update font sizingGravatar Joe Banks2020-10-12-1/+1
| | | Co-authored-by: scragly <[email protected]>
* Align server icons betterGravatar Joe Banks2020-10-12-2/+13
|
* Fix line endingsGravatar Joe Banks2020-10-12-1/+1
|
* Make dark blue darker to separate from blurpleGravatar Joe Banks2020-10-12-1/+1
|
* Add Ves joining timeline itemmGravatar Joe Banks2020-10-12-1/+1
|
* Use different colours for each categoryGravatar Joe Banks2020-10-12-0/+32
|
* Use logo with text for new logo timeline itemmGravatar Joe Banks2020-10-12-0/+9
|
* Use bigger icon for timeline itemsGravatar Joe Banks2020-10-12-44/+38
|
* Fix line endingsGravatar Joe Banks2020-10-12-1/+1
|
* Update default picture to community logoGravatar Joe Banks2020-10-12-5/+78
|
* Better scale YouTube videosGravatar Joe Banks2020-10-12-5/+10
|
* Responsively size YouTube embedsGravatar Joe Banks2020-10-12-0/+14
|
* Add media query for heading scaling on mobile devicesGravatar Joe Banks2020-10-10-0/+6
|
* Major fixes to timeline CSS to prevent overriding our CSSGravatar Joe Banks2020-10-10-60/+4
|
* Prettify CSSGravatar Joe Banks2020-10-10-1/+3730
|
* add static timeline assetsGravatar Derek2020-09-02-0/+85
|
* Add Summer Code Jam image on landing page.Gravatar Leon Sandøy2020-06-07-0/+0
|
* Add more pre-commit hooksGravatar MarkKoz2020-03-04-2/+1
| | | | | | | | | | | | | | | | | | | | | | 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
* Merge branch 'master' into deleted-messages-visible-line-endingsGravatar Sebastiaan Zeeff2020-03-01-0/+0
|\
| * Pad logos so they horizontally alignGravatar Joseph Banks2020-02-20-0/+0
| |
| * Add sentry logo to sponsorsGravatar Joseph Banks2020-02-20-0/+0
| |
* | Merge branch 'master' into deleted-messages-visible-line-endingsGravatar Joseph2020-02-02-1/+124
|\|
| * Add 1em bottom margin to wiki markdown codeblocks.Gravatar scragly2019-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 deletionGravatar Gareth Coles2019-10-23-0/+110
| |
| * Bring navbar styling in line on mobile as wellGravatar Gareth Coles2019-10-19-0/+9
| |
| * Initial navbar change to add settings button next to logoutGravatar Gareth Coles2019-10-19-2/+1
| |
* | Make newlines visible in deleted messagesGravatar Sebastiaan Zeeff2019-10-31-1/+0
|/ | | | | | | | | | | | | | | | | https://github.com/python-discord/site/issues/302 This commit makes newlines in deleted messages visible in the deleted messages front-end and makes sure they are not stripped during the conversion to HTML. To represent newlines, I've chosen a commonly used symbol: `↵`. In addition, I've kaizened the colour filter that translates integer representations of colours to their RGB hex-value. The Discord dark theme shows black colours (int: 0; hex: #000000) as white instead, to make reading them against the dark background easier. This commit makes sure our front-end displays the same behavior. This closes #302
* Merge branch 'master' into #201-django-allauthGravatar Gareth Coles2019-10-14-25/+8
|\
| * Merge branch 'master' into faviconsGravatar Leon Sandøy2019-10-12-18/+1
| |\
| | * Merge branch 'master' into fix-home-responsiveGravatar Leon Sandøy2019-10-11-0/+29
| | |\
| | * | Improve homepage flex responsivenessGravatar ByteCommander2019-10-09-18/+1
| | | |
| * | | Update favicons (rounded corners, other improvements)Gravatar ByteCommander2019-10-11-7/+7
| | |/ | |/|
* | | Merge branch 'master' into #201-django-allauthGravatar Gareth Coles2019-10-11-0/+29
|\| |
| * | Add favicons; workaround for gitattributesGravatar ByteCommander2019-10-08-0/+29
| |/
* | Login page and styling fixesGravatar Gareth Coles2019-10-06-12/+23
| |
* | Add missing CSS for notificationsGravatar Gareth Coles2019-10-06-0/+99
| |
* | Message styling (default to light for now)Gravatar Gareth Coles2019-10-06-22/+0
| |
* | Move messages to the top rightGravatar Gareth Coles2019-10-06-2/+23
| |
* | Add MessageRedirectView and show messages on the index pageGravatar Gareth Coles2019-10-05-0/+8
| |
* | Re-add erroneously removed static filesGravatar Gareth Coles2019-10-03-0/+1316
| |
* | Remove accidental static files commit; fix AllauthGravatar Gareth Coles2019-10-03-1316/+0
|/
* Remove rogue image fileGravatar kosayoda2019-09-29-0/+0
|
* Add static images for wiki contributing guidesGravatar kosayoda2019-09-28-0/+0
|
* Darcula theme, and vanilla hosts.Gravatar Leon Sandøy2019-09-15-0/+91
|
* Adding a pygments CSS for syntax highlighting.Gravatar Leon Sandøy2019-09-15-1/+74
| | | | | | | | This adds the Monokai, Friendly, and Darcula themes to this repo. It leaves Darcula as the active theme. This can very easily be changed later on by altering wiki/base.html Resolves #243.
* Fixing inconsistent indentation style in logs template and logs cssGravatar Sebastiaan Zeeff2019-08-23-72/+76
|