aboutsummaryrefslogtreecommitdiffstats
path: root/templates/main (follow)
Commit message (Collapse)AuthorAgeLines
* 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
|/
* Early wiki work including a WS test route for RST parsingGravatar Gareth Coles2018-04-04-0/+39
|
* Rewrite URLs in templates to use `url_for()`Gravatar Gareth Coles2018-03-29-41/+41
|
* Fix broken countdown static file urlGravatar Gareth Coles2018-03-29-1/+1
|
* More convenient static_file() function for templatesGravatar Gareth Coles2018-03-29-26/+4
|
* Fix error routing and more work on static filesGravatar Gareth Coles2018-03-29-1/+1
|
* fixes path to static files in subdomains (#46)Gravatar Christopher Baklid2018-03-29-2/+2
|
* Add icon to login option in navGravatar Gareth Coles2018-03-29-2/+2
|
* Oauth (#45)Gravatar Nate the great2018-03-29-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Creating a OAUTH login for the site. We still need to have a way to fill in credentials however. Signed-off-by: Zwork101 <[email protected]> * How ya like me now Travis? Signed-off-by: Zwork101 <[email protected]> * Fix slight error in database insertion * Revert "Fix slight error in database insertion" (wrong branch) This reverts commit 9ac6cbb * Don't have snekchek working, but I'll try again. Signed-off-by: Zwork101 <[email protected]> * Please enter the commit message for your changes. Lines starting * Adding Oauth2 login to site. * Add prefix * Add prefix * This never happened * Flipping Travis I still can't get snekchek to work locally. * Added a whole bunch of stuff, ready to be used. Signed-off-by: Zwork101 <[email protected]> * Making sessions more secure, and future safe. Signed-off-by: Zwork101 <[email protected]> * Adding some quick stuff Signed-off-by: Zwork101 <[email protected]> * Appease the flake8 gods Signed-off-by: Zwork101 <[email protected]> * Appease the flake8 gods Signed-off-by: Zwork101 <[email protected]> * Whoops Signed-off-by: Zwork101 <[email protected]> * Add comments, fix user_data function. Signed-off-by: Zwork101 <[email protected]> * Whooops, forgot to flake :/ Signed-off-by: Zwork101 <[email protected]> * Make it look nicer, thanks Aperture. Signed-off-by: Zwork101 <[email protected]> * Fixing login issues and added button * Add a OauthMixin to allow for easy data access. Clean stuff up. Signed-off-by: Zwork101 <[email protected]> * Fix a test, and use self.assertEqual rather then self.assertEquals! Signed-off-by: Zwork101 <[email protected]> * Please don't ask how that happened. Signed-off-by: Zwork101 <[email protected]> * Added some tests, moved a bunch of stuff around. Mainly cleaned stuff up. Signed-off-by: Zwork101 <[email protected]> * Add a ton of tests, try to please the coverall gods :D, moved some code into a function for testing. Signed-off-by: Zwork101 <[email protected]> * Just some stupid stuff I missed. Signed-off-by: Zwork101 <[email protected]> * Fix an issue with the test, and add docs Signed-off-by: Zwork101 <[email protected]> * Remove pointless function. (join_user) Signed-off-by: Zwork101 <[email protected]> * Fix test consistency
* Docker compose (#40)Gravatar Christopher Baklid2018-03-25-1/+1
| | | | | | | | | | * adds docker-compose file * cleanup * adds template auto reload to vagrant box * Update index.html
* Some front-page restylingGravatar Gareth Coles2018-03-21-1/+5
|
* Rewrite countdown; Now a notification present on all pagesGravatar Gareth Coles2018-03-21-8/+3
|
* CountdownGravatar JoeBanks132018-03-21-53/+47
|
* Pushing the footer to the bottom of the pageGravatar Leon Sandøy2018-03-21-41/+44
|
* Added a Code Jam Countdown (#1eevq) (#43)Gravatar Sam Wedgwood2018-03-21-0/+36
| | | | | | | | | | | | * added countdown * updated jam dates * added test * flake8 * flake8 (i did it on wrong file)
* Update PR documentation to mention team number in titleGravatar Gareth Coles2018-03-20-1/+2
|
* Change styling for price icons on resources pageGravatar Gareth Coles2018-03-18-9/+11
|
* Fixed footer padding, fixed firefox vertical align issues, and improved the ↵Gravatar Leon Sandøy2018-03-17-2/+2
| | | | footer text. (#41)