aboutsummaryrefslogtreecommitdiffstats
path: root/templates/main/about (follow)
Commit message (Collapse)AuthorAgeLines
* Initial project layout for djangoGravatar Gareth Coles2018-08-07-802/+0
|
* Don't remove basic user objects, add API for querying themGravatar Gareth Coles2018-07-27-25/+52
| | | | Also update privacy policy in accordance with this
* Minecraft? Never heard of 'emGravatar Gareth Coles2018-07-13-9/+0
|
* Update channel listingGravatar Gareth Coles2018-07-03-18/+39
|
* [Privacy] Point out that emailing GitLab does show your emailGravatar Gareth Coles2018-07-03-1/+23
|
* Grab user avatars in bot API callGravatar Gareth Coles2018-06-07-1/+8
|
* Replace GitHub with GitLab across the projectGravatar Gareth Coles2018-06-07-2/+8
|
* 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-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Update privacy policy and related migrationsGravatar Gareth Coles2018-05-31-6/+16
| | | | | * 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
* Address input given in contrib channel, and add FAQGravatar Gareth Coles2018-05-29-3/+3
|
* 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-43/+276
|
* Privacy/Usability updates (#75)Gravatar Gareth Coles2018-05-20-78/+175
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Update nav/privacy policyGravatar Gareth Coles2018-05-19-0/+10
|
* 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
|
* 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-0/+198
* 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