aboutsummaryrefslogtreecommitdiffstats
path: root/templates/main (follow)
Commit message (Collapse)AuthorAgeLines
* [FAQ] Categorize and add FAQ about GitLabGravatar Gareth Coles2018-06-13-144/+218
|
* Compile as much JS with Gulp as possibleGravatar Gareth Coles2018-06-13-13/+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-3/+3
|
* [Jams] Approvals interfaceGravatar Gareth Coles2018-06-12-1/+1
|
* Grab user avatars in bot API callGravatar Gareth Coles2018-06-07-1/+8
|
* Replace GitHub with GitLab across the projectGravatar Gareth Coles2018-06-07-26/+32
|
* Fix privacy tableGravatar Gareth Coles2018-06-06-2/+2
|
* [GDPR] Fix omission RE code jam system infoGravatar Gareth Coles2018-06-05-0/+14
| | | | Full text: Rectified an omission in the old privacy policy, where the system information you provide as part of a code jam signup wasn't mentioned.
* Move from CSS to SCSS (#86)Gravatar Gareth Coles2018-06-05-35/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Allow nav dropdown vertical scrollingGravatar Gareth Coles2018-06-02-1/+1
|
* Attempt to fix dropdown positioningGravatar Gareth Coles2018-06-02-1/+1
|
* Update privacy policy and related migrationsGravatar Gareth Coles2018-05-31-48/+17
| | | | | * Don't collect DOB anymore, and remove it from database * Make doubly-sure all emails are gone because I'm paranoid and "update" doesn't do what it sounds like
* Add FAQ about LPTHWGravatar Gareth Coles2018-05-30-0/+23
|
* [FAQ] Address Nix's inputGravatar Gareth Coles2018-05-29-3/+4
|
* WS objects now keep track of their connectionsGravatar Gareth Coles2018-05-29-1/+0
|
* Address input given in contrib channel, and add FAQGravatar Gareth Coles2018-05-29-3/+236
|
* Revision of the rules, and a channels pageGravatar Gareth Coles2018-05-22-8/+15
|
* Revision of the rules, and a channels pageGravatar Gareth Coles2018-05-22-44/+283
|
* UIKit is pushy.Gravatar Gareth Coles2018-05-21-2/+2
|
* [Jams] Fix up textarea formattingGravatar Gareth Coles2018-05-21-2/+2
|
* Privacy/Usability updates (#75)Gravatar Gareth Coles2018-05-20-79/+323
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use less intrusive oauth scopes, add login redirect method * Remove debugging prints, add missing __init__ * Work towards new privacy policy * Fix judging state icons on code jam management page * Jammer profile retraction and punishments based on jam status * Linting * [Jams] Deny profile saving for users < 13 years, and finish removal page * Fix tests * Clean up and address Volcyy's review * Add proper login redirection to require_roles decorator * Fix template is_staff() and add staff link to navigation * Address lemon's review * Linting * Privacy page formatting * Privacy page formatting
* [Jams] Redirect user back to form from profile pageGravatar Gareth Coles2018-05-20-1/+5
|
* [Jams] Form inputs should be a flex columnGravatar Gareth Coles2018-05-19-1/+1
|
* Don't escape form preambleGravatar Gareth Coles2018-05-19-1/+1
|
* Form preamble, jam creation fixesGravatar Gareth Coles2018-05-19-0/+4
|
* [Jams] Basics may now be edited at any pointGravatar Gareth Coles2018-05-19-0/+6
|
* Fix various page titlesGravatar Gareth Coles2018-05-19-10/+10
|
* Update nav/privacy policyGravatar Gareth Coles2018-05-19-2/+18
|
* Jammer profilesGravatar Gareth Coles2018-05-19-0/+106
|
* Fix infractions setupGravatar Gareth Coles2018-05-19-3/+3
|
* [Jams] Signups code is more or less done, just a few things leftGravatar Gareth Coles2018-05-19-22/+453
|
* [Jams] Some amount of public display, but links not ready yetGravatar Gareth Coles2018-05-19-52/+70
|
* Added SVG file and edited navbar accordingly (#72)Gravatar Jeremiah Boby2018-05-18-1/+1
|
* [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-19/+24
| | | | Also fix highlighting in collapsed nav
* [Jams] More restructuringGravatar Gareth Coles2018-05-17-87/+97
|
* Restructure code jams page layoutGravatar Gareth Coles2018-05-17-17/+59
|
* Commas are hardGravatar Gareth Coles2018-05-15-2/+2
|
* Second draft of privacy pageGravatar Gareth Coles2018-05-15-13/+86
|
* First draft of privacy pageGravatar Gareth Coles2018-05-15-0/+58
|
* Add snowflake index on oauth_data and use it for deletionsGravatar Gareth Coles2018-05-15-5/+11
| | | | We were using id previously, but that was no longer the correct key
* Small code jam page fixesGravatar Gareth Coles2018-05-08-23/+40
|
* Update the code jams info pageGravatar Gareth Coles2018-05-07-9/+10
|
* Use Discord embed image for index page buttonGravatar Gareth Coles2018-05-05-2/+2
|
* Minor adjustments to payment icon alignment and margins (#60)Gravatar Leon Sandøy2018-04-27-8/+15
|
* Make the nickname policy officialGravatar Gareth Coles2018-04-24-1/+29
|
* Added an About category with Partners view (#1pv7h) (#50)Gravatar Jeremiah Boby2018-04-14-10/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added Partners view, and Navbar item * Moved info/rules to about/rules and fixed references * Added Partner images, and populated the partners page * Fixed responsiveness on smaller displays Added like 2 characters to the column tag, to enable stacking of columns if the display width is lower than 960 pixels. * Fixed indentation * Updated Code Monkeys Banner Added the shiny new CM Banner, and rearranged the partner cards. * Fixed newlines at end of HTML files * Partners page updated to generate from JSON file • The templates/main/about/partners.html file now uses the static/partners.json file to generate the Partner cards. • Flexboxes are nice. * Rearranged containers on Partners page I have no idea how flexboxes work :DDD * Updated Partners page to fix styling issues * Moved tag styling to the appropriate CSS file * Changed code style of stylesheet :D * Addresses Lemon's code style issues • Partner cards now have id="partner-card", which is selected with a CSS selector for styling, rather than styling all card objects. • Removed nonbreaking spaces that PyCharm didn't tell me about • Indented conditional HTML content to match Jinja conditionals • Fixed unclosed image tag * Removed div bloating, and increased specifity of CSS selection
* Update resources page with new icons and formatting.Gravatar Gareth Coles2018-04-11-26/+22
| | | | NOTE: This does change the JSON!
* padding should be on the nav, not the container. my bad.Gravatar Leon Sandøy2018-04-10-1/+1
|
* Merge branch 'master' of github.com:discord-python/siteGravatar Leon Sandøy2018-04-10-0/+1
|\