aboutsummaryrefslogtreecommitdiffstats
path: root/templates/main (follow)
Commit message (Collapse)AuthorAgeLines
* 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
|\
| * [Wiki] Add code highlightingGravatar Gareth Coles2018-04-10-0/+1
| |
* | Flash of Unstyled Content fixGravatar Leon Sandøy2018-04-10-2/+9
|/
* Add font-awesome pro, and default to port 80Gravatar Gareth Coles2018-04-09-1/+1
|
* Bamboozled again!Gravatar Gareth Coles2018-04-09-3/+3
|
* Remove comment in template that betrays Ava's interestsGravatar Gareth Coles2018-04-09-1/+0
|
* Merge remote-tracking branch 'origin/master'Gravatar Gareth Coles2018-04-09-8/+18
|\
| * Fix buildGravatar Gareth Coles2018-04-08-1/+1
| |
| * Fix debug mode indicatorGravatar Gareth Coles2018-04-08-1/+1
| |
| * Easier debugging and optimised importsGravatar Gareth Coles2018-04-08-3/+7
| | | | | | | | Simply set FLASK_DEBUG=1 in your env to skip OAuth checks
| * Considerable progress on the wikiGravatar Gareth Coles2018-04-07-5/+11
| |
* | Contribs too picky, need new payment logosGravatar Gareth Coles2018-04-09-3/+4
|/