| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* Restructure bot contributing guide
Restructures the bot guide to focus on getting users "through the door" first, and slowly adding additional information and options.
The guide is built in terms of showing ways to run the bot and how to achieve it, rather than listing all of the information for each configuration and environment variable right away.
That said, the attempt was to still present the reader with the full information they need, and to still be able to use as a quick reference for contributors who are already familiar with the project.
As a style choice, this guide incorporates collapsible elements, which required some CSS and JS additions. This could be resolved with the bulma-collapsible extension, but it doesn't seem to function well inside django templates.
The guide includes an optional config.yml to use with the test server template. This is a temporary measure until we get the bootstrapping application going.
This guide additionally splits the bot account creation and obtaining Discord ID's guides and they didn't seem related. The original file is kept for now as it is used by other guides at the moment.
|
| |
|
|
| |
Signed-off-by: Hassan Abouelela <[email protected]>
|
| |
|
|
|
|
|
| |
Ensure sponsor logos don't go past the edge of the screen, and maintain
aspect ratio when sized down.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Adds tabnine as a sponsor on the events sidebar.
|
| |
|
|
|
|
|
| |
Python Prompt Toolkit is added as an approved framework.
Unicurses and nurses are added as additional frameworks you can use with
curses, although it's a use at your own risk and no promises are made
for functionality or stability.
|
| | |
|
| |
|
| |
Co-authored-by: Joe Banks <[email protected]>
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
This makes it less jarring when scrolling to a heading since many
content pages include a Table of Contents.
|
| |\ |
|
| | |
| |
| | |
This removes the scrollbar from them
|
| | | |
|
| | |
| |
| |
| | |
Reduces the width of the sponsor tab to reduce the chance of one logo ending up on a new line by itself.
|
| | | |
|
| | |
| |
| |
| | |
Center justifies sponsor logos on the home page to make wrapping look cleaner.
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
This css sheet applies to the 404 and 500 pages
|
| | | |
|
| | | |
|
| | | |
|
| | |\ |
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Instead of just leaving all elements like they are when
bounce-in is done, when they leave from view, make them bounce out
and hidden again to let them bounce-in again.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | | |
After updating the frontpage and creating an fixed-aspect-ratio style pair, I found I could just reuse them in the timeline to fix the inconsistent responsive aspect ratio that was occurring there.
Some img src values also were not quoted; while this can work fine, it can break if the url has spaces or certain characters and is inconsistent with the rest of the project.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | |/ |
|
| | | |
|
| | |
| |
| | |
Co-authored-by: scragly <[email protected]>
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|