Commit Graph

72 Commits (dac54a2a48f1a5c839c9d8e34b9a0b16fcae8007)

Author SHA1 Message Date
Aevann 7f18940836 buff post tilt 2023-08-12 13:16:27 +03:00
Aevann d674390f1a rework tilt award 2023-08-11 15:40:14 +03:00
Aevann 856fda413d make tilt award not stack 2023-08-11 15:04:26 +03:00
Aevann 384019d0b8 shorten some urls 2023-07-28 01:58:25 +03:00
Aevann 0ffa02cc40 i hate css 2023-07-07 08:54:06 +03:00
Aevann 282ef49bb7 make awards absolute 2023-07-07 07:56:44 +03:00
Aevann 95fbe7b8be make awards faster 2023-07-07 07:33:51 +03:00
Aevann f718ecfd38 add space 2023-07-07 07:33:35 +03:00
Aevann 5a9966b74e slightly reduce wholesome and scooter award size on desktop 2023-06-26 14:01:56 +03:00
Aevann 05e5956237 increase size of ricardo 2023-06-26 13:26:53 +03:00
Aevann 6e76712ee0 reduce size of confetti award on mobile 2023-06-26 13:20:24 +03:00
Aevann 9f7fbbff99 reduce the size of ricardo 2023-06-26 13:12:06 +03:00
Aevann 27b2adf989 fix tilt award 2023-02-27 15:26:55 +02:00
Aevann 93e9a42fa3 stop using inline style/script elements 2022-12-29 16:20:27 +02:00
geese_suck c35c852b90
pcm awards 2022-11-27 21:11:21 -08:00
geese_suck 8dcd385218 rework awards (#26)
dude cherrypicking lmao

Co-authored-by: geese_suck <deandre.williams@geese-suck.us>
Reviewed-on: #26
Co-authored-by: geese_suck <geese_suck@noreply.fsdfsd.net>
Co-committed-by: geese_suck <geese_suck@noreply.fsdfsd.net>
2022-11-28 00:37:52 +00:00
Aevann 6f10140b21 Revert "make awards significantly less retarded (#12)"
This reverts commit 04dbda7f03.
2022-11-27 04:07:45 +02:00
geese_suck 04dbda7f03 make awards significantly less retarded (#12)
Co-authored-by: gooseman <16601315+geese-suck@users.noreply.github.com>
Co-authored-by: geese_suck <16601315+geese-suck@users.noreply.github.com>
Reviewed-on: #12
Co-authored-by: geese_suck <geese_suck@noreply.fsdfsd.net>
Co-committed-by: geese_suck <geese_suck@noreply.fsdfsd.net>
2022-11-27 02:05:12 +00:00
geese-suck e672330614
simplify awards (#434) 2022-11-09 00:39:05 -05:00
Aevann1 5719688178 use tabs, not spaces 2022-10-29 01:39:31 +02:00
Snakes 4a54c6219a
Add trailing final newlines to source files.
Touched a ton of files to finally standardize on having trailing
final newlines, as best practice recommends and so our devs stop
accidentally fighting each other over it.

This was performed automatically with the following:
git ls-files -z '*.py' | while IFS= read -rd '' f; \
    do tail -c1 < "$f" | read -r _ || echo >> "$f"; done
git ls-files -z '*.css' | while IFS= read -rd '' f; \
    do tail -c1 < "$f" | read -r _ || echo >> "$f"; done
2022-09-29 01:43:29 -04:00
Aevann1 664029a9fb sneed 2022-07-16 21:00:02 +00:00