aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/static (follow)
Commit message (Collapse)AuthorAgeLines
...
| * 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
| |
* | Merge branch main into dewikificationGravatar kosayoda2021-05-14-156/+4629
| |
* | Increase padding between text and images in lists.Gravatar kosayoda2021-04-19-0/+9
| | | | | | | | | | | | This has a caveat in that there may be additional padding if the first thing in a list item is an image, but it is very unlikely in practice, so it's not handled for now.
* | Replace WEBP images with their PNG counterparts.Gravatar kosayoda2021-04-19-0/+0
| |
* | Remove duplicate images.Gravatar kosayoda2021-04-15-0/+0
| |
* | Add Python Discord guides assets.Gravatar kosayoda2021-04-15-0/+0
| |
* | Add Python guide assets.Gravatar kosayoda2021-04-15-0/+0
| |
* | Add contributing guides assets.Gravatar kosayoda2021-04-14-0/+0
| |
* | Merge pull request #468 from python-discord/content-app-improvementsGravatar Kieran Siek2021-04-03-0/+39
|\ \ | | | | | | Dewikification: Content app improvements.
| * | Allow adding a table of contents to a page.Gravatar kosayoda2021-03-29-0/+19
| | |
| * | Document additional markdown features.Gravatar kosayoda2021-03-29-0/+20
| | | | | | | | | | | | | | | Adds image caption capabilities and documents missing HTML extensions available.
* | | Merge branch 'dewikification' into resources-listsGravatar ks1292021-03-30-0/+43
|\| |
| * | Merge pull request #393 from ks129/guides-appGravatar Kieran Siek2021-03-26-0/+31
| |\ \ | | | | | | | | Dewikification - Create content app
| | * | Replace `markdown2` with `markdown` and `python-frontmatter`.Gravatar kosayoda2021-03-24-7/+22
| | | | | | | | | | | | | | | | | | | | | | | | This allows us to properly escape codeblocks within markdown, permalink to headers on a page, and decouples getting metadata from a file and getting generated HTML from the Markdown content.
| | * | Rename `articles` to `pages`.Gravatar kosayoda2021-03-23-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | Articles was a good name, but we want an `articles` category in the future. `/pages/guides/` and `/pages/articles/` are clearer in name than `/articles/guides/` and `/articles/articles/`.
| | * | Style <pre> tag backgrounds same as <code>.Gravatar kosayoda2021-03-23-0/+9
| | | | | | | | | | | | | | | | | | | | This makes it consistent with the django-wiki version of the code blocks, which looks neater.
| | * | Merge branch 'dewikification' into guides-appGravatar ks1292020-11-28-0/+3
| | |\ \
| | * \ \ Merge remote-tracking branch 'up/dewikification' into guides-appGravatar ks1292020-10-30-199/+29
| | |\ \ \
| | * \ \ \ Merge branch 'dewikification' into guides-appGravatar Leon Sandøy2020-10-05-651/+0
| | |\ \ \ \
| | * | | | | Change guides system to content systemGravatar ks1292020-10-04-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As this system will be used for more than just guides, I had to do some refactoring to match this system with plans. Basically now there isn't guides, but articles instead.
| | * | | | | Create CSS file for all Guides app pagesGravatar ks1292020-09-20-0/+7
| | | |_|_|/ | | |/| | |
| * | | | | Style <pre> tag backgrounds the same as <code>.Gravatar kosayoda2021-03-22-0/+9
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | This makes it consistent with the django-wiki version of the code blocks, which looks neater.
| * | | | Merge branch 'dewikification' into events-appGravatar ks1292020-10-28-0/+29
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Create CSS file for events pagesGravatar ks1292020-10-26-0/+3
| | | | |
* | | | | Remove resources payments-related CSSGravatar ks1292021-03-30-20/+0
| | | | |
* | | | | Create CSS for resources listGravatar ks1292020-11-14-0/+75
| |/ / / |/| | |
* | | | Merge pull request #395 from ks129/resources-homeGravatar Jeremiah Boby2020-10-28-0/+29
|\ \ \ \ | |/ / / |/| | | Dewikification - Create app for resources + index page of resources
| * | | Remove resources index breadcrumb CSSGravatar ks1292020-10-08-4/+0
| | | |
| * | | Merge branch 'dewikification' into resources-homeGravatar ks1292020-10-07-651/+0
| |\ \ \ | | | |/ | | |/|
| * | | Create CSS for resources indexGravatar ks1292020-09-22-0/+33
| | |/ | |/|
* | | Remove files related to django-allauth.Gravatar Leon Sandøy2020-10-04-199/+0
| |/ |/|
* | Remove wiki templates and static.Gravatar Leon Sandøy2020-10-04-651/+0
|/
* 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
| |\