aboutsummaryrefslogtreecommitdiffstats
path: root/templates/main/base.html (follow)
Commit message (Collapse)AuthorAgeLines
* Initial project layout for djangoGravatar Gareth Coles2018-08-07-53/+0
|
* Compile as much JS with Gulp as possibleGravatar Gareth Coles2018-06-13-8/+1
| | | | | | | | | | This will concatenate ALL of our JS, and minify it - thus leaving us with a single file to be loaded. There's a few libraries we can't do this with, unfortunately - these are now added in fouc.js: * Ace Editor * Flatpickr * Font-Awesome
* Update GitLab URLGravatar Gareth Coles2018-06-12-1/+1
|
* Replace GitHub with GitLab across the projectGravatar Gareth Coles2018-06-07-1/+1
|
* Move from CSS to SCSS (#86)Gravatar Gareth Coles2018-06-05-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rewrite existing style.css with sass * Add "uses-rst" class for pages that use rendered RST This replaces the previous method of just listing every page in the sass * Remove old debug print * Mixins and error pages * Newly built CSS * Add SASS cache to .gitignore * New error SASS * Slight changes to error template * Add UIKit SCSS to repo This includes the LICENSE and our customizations, which makes life way easier for contributors * Reorganize sass folder; your watchers can avoid uikit now * Sass folder should be called scss * Change variable names * [SCSS] Linting * Fix scss_lint gem name [ci skip] * [SCSS] Now you can compile with just Python! * Temporary hack to make the wiki editor taller * [SCSS] @jchristgit * [SCSS.py] Require specification of include dir to simplify the SCSS imports * [SCSS] All inline styles have been removed * [SCSS] Update UIKit theme to import from our variables * [SCSS] Remove extra newlines in errors/_common.scss
* [Jams] Huge amount of work on code jam admin areaGravatar Gareth Coles2018-05-18-1/+2
|
* Remove WIP header and highlight wiki in nav when selectedGravatar Gareth Coles2018-05-17-15/+3
| | | | Also fix highlighting in collapsed nav
* Restructure code jams page layoutGravatar Gareth Coles2018-05-17-3/+3
|
* Merge branch 'master' of github.com:discord-python/siteGravatar Leon Sandøy2018-04-10-0/+1
|\
| * [Wiki] Add code highlightingGravatar Gareth Coles2018-04-10-0/+1
| |
* | Flash of Unstyled Content fixGravatar Leon Sandøy2018-04-10-1/+8
|/
* Add font-awesome pro, and default to port 80Gravatar Gareth Coles2018-04-09-1/+1
|
* Considerable progress on the wikiGravatar Gareth Coles2018-04-07-1/+5
|
* Fix broken countdown static file urlGravatar Gareth Coles2018-03-29-1/+1
|
* More convenient static_file() function for templatesGravatar Gareth Coles2018-03-29-3/+3
|
* fixes path to static files in subdomains (#46)Gravatar Christopher Baklid2018-03-29-2/+2
|
* Some front-page restylingGravatar Gareth Coles2018-03-21-0/+4
|
* Rewrite countdown; Now a notification present on all pagesGravatar Gareth Coles2018-03-21-1/+3
|
* Pushing the footer to the bottom of the pageGravatar Leon Sandøy2018-03-21-41/+44
|
* Fixed footer padding, fixed firefox vertical align issues, and improved the ↵Gravatar Leon Sandøy2018-03-17-1/+1
| | | | footer text. (#41)
* `Github` => `GitHub`Gravatar Joseph2018-03-17-1/+1
|
* Add a brief footer with a link to the repo (#37)Gravatar Andrew Schwartz2018-03-17-0/+7
| | | | | | | | | | | | | | | | | | | | | | | * add environment varibales to a .env file specifically useful if using an IDE maybe this also warrants an update of the wiki.. * add newline * Add a brief footer with a link to the github rep * Update README.md * Update README.md * Remove command line about running locally * add styling for the footer * rm config vars file * use html bullet point code instead of literal
* Dynamic OpenGraph metadata in page templatesGravatar Gareth Coles2018-03-14-3/+3
|
* Mobile optimisation (#33)Gravatar Joseph2018-03-03-1/+2
| | | | | | | | | | | | | | | | | | * Fix squished logo & button * Hide terminal on mobile * A misc set of fixes * Newline in window.css * Add extra_head block to base template * Move script/CSS loading to extra_head block in error view * Move terminal JS into window.onload * Replace `var` with `let` and enable strict mode in 500.js * Stop typewriter when the terminal is closed * Move terminal onclick assignment to 500.js * Move error page <style> contents into window.css * Tidy up error page HTML and remove unmatched tags
* OpenGraph metadata (#32)Gravatar Joseph2018-03-01-18/+25
| | | Better embedding for the url to the site.
* Add error messages (#30)Gravatar Joseph2018-02-28-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add error messages Signed-off-by: JoeBanks13 <[email protected]> * Remove un-used keyword arg from 404 * Assert for status code instead of full content * PEP8 * test lint * please coverage * oh * Exclude websockets.py from coverage * Move code output into terminal * Switch typewriter href protocol * Add tests for websockets.py * Abort previous commit, coveralls did not let coverage go down * Add more pauses and request => response * move css and js out, add typewriter JS to our own repo & add method for appending text in bulk. * Enable REPL on 4XX and change error descriptions * commas * /error path
* Help page #z62n (#25)Gravatar Gareth Coles2018-02-26-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | * Help page and misc improvements Committing so I can go home >:| * Changes for @lmn * Rephrase first paragraph * Rephrase questions so they aren't all about discord.py * Remove _every single header_ on the help page from the nav * Unit test the help route * Small styling fixes * Add page-specific classes to body element * Clean up section padding * IndexView -> HelpView * Remove unnecessary path in test
* More landing page work. Also: Blurple!Gravatar Gareth Coles2018-02-21-1/+1
|
* Sample pushing dropbar navGravatar Gareth Coles2018-02-21-0/+1
|
* Basic main page heroGravatar Gareth Coles2018-02-21-2/+2
|
* Add warning about pre-release-ness to base templateGravatar Gareth Coles2018-02-21-0/+10
|
* Jinja is weirdGravatar Gareth Coles2018-02-21-1/+1
|
* Rearrange views and templatesGravatar Gareth Coles2018-02-21-0/+18