aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/static (follow)
Commit message (Collapse)AuthorAgeLines
* Merge branch 'master' into #201-django-allauthGravatar Gareth Coles2019-10-14-25/+8
|\
| * Merge branch 'master' into faviconsGravatar Leon Sandøy2019-10-12-18/+1
| |\
| | * Merge branch 'master' into fix-home-responsiveGravatar Leon Sandøy2019-10-11-0/+29
| | |\
| | * | Improve homepage flex responsivenessGravatar ByteCommander2019-10-09-18/+1
| | | |
| * | | Update favicons (rounded corners, other improvements)Gravatar ByteCommander2019-10-11-7/+7
| | |/ | |/|
* | | Merge branch 'master' into #201-django-allauthGravatar Gareth Coles2019-10-11-0/+29
|\| |
| * | Add favicons; workaround for gitattributesGravatar ByteCommander2019-10-08-0/+29
| |/
* | Login page and styling fixesGravatar Gareth Coles2019-10-06-12/+23
| |
* | Add missing CSS for notificationsGravatar Gareth Coles2019-10-06-0/+99
| |
* | Message styling (default to light for now)Gravatar Gareth Coles2019-10-06-22/+0
| |
* | Move messages to the top rightGravatar Gareth Coles2019-10-06-2/+23
| |
* | Add MessageRedirectView and show messages on the index pageGravatar Gareth Coles2019-10-05-0/+8
| |
* | Re-add erroneously removed static filesGravatar Gareth Coles2019-10-03-0/+1316
| |
* | Remove accidental static files commit; fix AllauthGravatar Gareth Coles2019-10-03-1316/+0
|/
* Remove rogue image fileGravatar kosayoda2019-09-29-0/+0
|
* Add static images for wiki contributing guidesGravatar kosayoda2019-09-28-0/+0
|
* Darcula theme, and vanilla hosts.Gravatar Leon Sandøy2019-09-15-0/+91
|
* Adding a pygments CSS for syntax highlighting.Gravatar Leon Sandøy2019-09-15-1/+74
| | | | | | | | This adds the Monokai, Friendly, and Darcula themes to this repo. It leaves Darcula as the active theme. This can very easily be changed later on by altering wiki/base.html Resolves #243.
* Fixing inconsistent indentation style in logs template and logs cssGravatar Sebastiaan Zeeff2019-08-23-72/+76
|
* Making the deleted-messages-frontend functional with changes, including:Gravatar Sebastiaan Zeeff2019-08-23-3/+212
| | | | | | | | | - Adding support for embeds to both the template and the css; - Adding Discord fonts to create a Discord-realistic rendering; - Adding Discord color int to html hex filter for use in templates; - Removing unnecessary int -> hex property from role model (see previous point); - Adding support to compute timestamp from snowflake int in the message model; - Forcing the order of deleted messages list view to snowflake `id` to guarantee chronological order.
* Adding message display to frontendGravatar Sebastiaan Zeeff2019-08-23-0/+43
|
* Adding hover colorsGravatar Leon Sandøy2019-07-09-0/+26
|
* Adding is-amazon-orange icon classGravatar Leon Sandøy2019-07-09-0/+4
|
* Adding is-black icon classGravatar Leon Sandøy2019-07-09-0/+4
|
* adding a class for making icons youtube-redGravatar Leon Sandøy2019-07-08-3/+7
|
* New class for teal urlsGravatar Leon Sandøy2019-07-08-0/+4
|
* Making the wiki navbar sit where it needs in the z-space to be clickable.Gravatar Leon Sandøy2019-07-08-1/+1
|
* adding a few classes and some settings to allow us to build a beautiful ↵Gravatar Leon Sandøy2019-07-07-0/+13
| | | | resources page in the wiki
* Navbar dropdown should not be hidden behind wiki navGravatar Leon Sandøy2019-07-06-0/+1
|
* Moving the navbar-banner css into base.css so it will work on the wiki ↵Gravatar Leon Sandøy2019-07-06-8/+8
| | | | pages, as well
* Adding a repo-language-dot for jsGravatar Leon Sandøy2019-07-03-0/+4
|
* Remove unneeded sites.py and move navbar CSS to base.cssGravatar Gareth Coles2019-04-20-24/+24
|
* Styling fixes and cleanupGravatar Gareth Coles2019-04-20-0/+12
|
* Merge branch 'django' into django+200/wikiGravatar Gareth Coles2019-04-20-1146/+387
|\ | | | | | | | | | | | | | | | | | | # Conflicts: # Pipfile # Pipfile.lock # pydis_site/apps/home/tests/test_app_basics.py # pydis_site/apps/home/urls.py # pydis_site/hosts.py # pydis_site/settings.py
| * Addressing all comments in volcyy's second review. The tests now mock the ↵Gravatar Leon Sandøy2019-04-19-20/+24
| | | | | | | | API calls so we don't have to actually call the API every time we run tests.
| * Adding a default admin panel user to migrate_and_serve, adding hrefs for all ↵Gravatar Leon Sandøy2019-04-18-4/+13
| | | | | | | | the links, fixing a bug with the banner highlighting, and making the sponsors hero a little bigger.
| * The GitHub API stuff is done now, including data caching. Just a couple of ↵Gravatar Leon Sandøy2019-04-17-0/+11
| | | | | | | | minor bugfixes left before this is PR-ready.
| * Adjust dynamic video sizing to try keep aspect.Gravatar Scragly2019-04-13-19/+32
| |
| * Responsive video container not quite working the way it should.Gravatar Leon Sandøy2019-04-12-4/+39
| |
| * Better JetBrains sponsor logo, fixed a bug with responsive video containers, ↵Gravatar Leon Sandøy2019-04-12-67/+1
| | | | | | | | set up some placeholder cards for projects on the landing page.
| * responsive video containerGravatar Leon Sandøy2019-04-12-11/+32
| |
| * Fixing the footer. Django logo no longer clips, and matches the rest of the ↵Gravatar Leon Sandøy2019-04-12-4/+4
| | | | | | | | font size better. Footer size reduced and padding made symmetrical.
| * Implemented a sticky footer systemGravatar Leon Sandøy2019-04-12-0/+11
| |
| * New landing page. Not quite done yet. This probably should've been more than ↵Gravatar Leon Sandøy2019-04-11-1080/+283
| | | | | | | | one commit.
* | Address reviewsGravatar Gareth Coles2019-04-20-2/+0
| |
* | Continued cleanupGravatar Gareth Coles2019-04-19-7/+0
| |
* | Move JS into filesGravatar Gareth Coles2019-04-19-0/+161
| |
* | Wiki pagination is special-cased, so we basically have one option for itGravatar Gareth Coles2019-04-19-0/+14
| |
* | Links plugin is.. functional..Gravatar Gareth Coles2019-04-18-0/+11
| |
* | Image sidebar is finally completeGravatar Gareth Coles2019-04-17-6/+38
| |