Refactor: Update styling and remove Google references

This commit is contained in:
2025-11-08 18:41:09 +01:00
parent 67cf0e1cea
commit 6c4dfc1855
22 changed files with 405 additions and 204 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

+24
View File
@@ -0,0 +1,24 @@
I want to start a online storage provider.
On this site, people can:
- register
- login
- see information about their storage quota
- order storage (after logging in) using a slider. Price calculation must be available in config, price per gb and such.
It must be built with:
- aiohttp, jinja
- vanilla js, vanilla css
Important:
- it must be a python package professionally structured
- it must use the aiohttp class based views
- it must host it's own frontend
- it hosts the root entry point
- javascript elements hould all extend from HTMLElement without shadowdom or shadowroot so they use the global css
- javascript files must be in the ecmascript module way
- structured css (css file per component)
- templates must be structured very well
- commercial business look and feel
- all user information and configuration and such are in json file as backend. It should provide nice backend services mutating those files.
- no database in exception of a very well structured json files
- use as many files possible
Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB