diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2024-10-25 18:03:18 +0200 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2024-10-25 18:03:18 +0200 |
| commit | 60a489cfb3fb7a12a06212c2c7ed3c05cd0757b5 (patch) | |
| tree | 8bf7b9cc50d8b133fe0666b0bff7fa143cd095a5 | |
| parent | 2b18e0929a0b3e083cbe9e5e8ffd421ed8d17e52 (diff) | |
Moved the files into a folder structure
| -rw-r--r-- | src/match_up/app.py (renamed from app.py) | 0 | ||||
| -rw-r--r-- | src/match_up/config.py (renamed from config.py) | 0 | ||||
| -rw-r--r-- | src/match_up/controller.py (renamed from controller.py) | 0 | ||||
| -rw-r--r-- | src/match_up/gen_test_data.py (renamed from gen_test_data.py) | 0 | ||||
| -rw-r--r-- | src/match_up/model.py (renamed from model.py) | 0 | ||||
| -rw-r--r-- | src/match_up/static/bulma.min.css (renamed from static/bulma.min.css) | 0 | ||||
| -rw-r--r-- | src/match_up/static/custom.css (renamed from static/custom.css) | 0 | ||||
| -rw-r--r-- | src/match_up/static/favicon.ico (renamed from static/favicon.ico) | bin | 15406 -> 15406 bytes | |||
| -rw-r--r-- | src/match_up/static/htmx.min.js (renamed from static/htmx.min.js) | 0 | ||||
| -rw-r--r-- | src/match_up/static/logo.png (renamed from static/logo.png) | 0 | ||||
| -rw-r--r-- | src/match_up/templates/controls.j2 (renamed from templates/controls.j2) | 0 | ||||
| -rw-r--r-- | src/match_up/templates/games.j2 (renamed from templates/games.j2) | 0 | ||||
| -rw-r--r-- | src/match_up/templates/index.j2 (renamed from templates/index.j2) | 0 | ||||
| -rw-r--r-- | src/match_up/templates/macros.j2 (renamed from templates/macros.j2) | 0 | ||||
| -rw-r--r-- | src/match_up/templates/players.j2 (renamed from templates/players.j2) | 0 | ||||
| -rw-r--r-- | src/match_up/utilities.py (renamed from utilities.py) | 0 |
16 files changed, 0 insertions, 0 deletions
diff --git a/app.py b/src/match_up/app.py index cb790f3..cb790f3 100644 --- a/app.py +++ b/src/match_up/app.py diff --git a/config.py b/src/match_up/config.py index 7d01933..7d01933 100644 --- a/config.py +++ b/src/match_up/config.py diff --git a/controller.py b/src/match_up/controller.py index e6dc827..e6dc827 100644 --- a/controller.py +++ b/src/match_up/controller.py diff --git a/gen_test_data.py b/src/match_up/gen_test_data.py index a49594f..a49594f 100644 --- a/gen_test_data.py +++ b/src/match_up/gen_test_data.py diff --git a/model.py b/src/match_up/model.py index c652ce8..c652ce8 100644 --- a/model.py +++ b/src/match_up/model.py diff --git a/static/bulma.min.css b/src/match_up/static/bulma.min.css index eaa3fb5..eaa3fb5 100644 --- a/static/bulma.min.css +++ b/src/match_up/static/bulma.min.css diff --git a/static/custom.css b/src/match_up/static/custom.css index 11d583f..11d583f 100644 --- a/static/custom.css +++ b/src/match_up/static/custom.css diff --git a/static/favicon.ico b/src/match_up/static/favicon.ico Binary files differindex 64eab0a..64eab0a 100644 --- a/static/favicon.ico +++ b/src/match_up/static/favicon.ico diff --git a/static/htmx.min.js b/src/match_up/static/htmx.min.js index de5f0f1..de5f0f1 100644 --- a/static/htmx.min.js +++ b/src/match_up/static/htmx.min.js diff --git a/static/logo.png b/src/match_up/static/logo.png index 7d2d8c7..7d2d8c7 100644 --- a/static/logo.png +++ b/src/match_up/static/logo.png diff --git a/templates/controls.j2 b/src/match_up/templates/controls.j2 index 6ba724a..6ba724a 100644 --- a/templates/controls.j2 +++ b/src/match_up/templates/controls.j2 diff --git a/templates/games.j2 b/src/match_up/templates/games.j2 index d5afef1..d5afef1 100644 --- a/templates/games.j2 +++ b/src/match_up/templates/games.j2 diff --git a/templates/index.j2 b/src/match_up/templates/index.j2 index 832dbfb..832dbfb 100644 --- a/templates/index.j2 +++ b/src/match_up/templates/index.j2 diff --git a/templates/macros.j2 b/src/match_up/templates/macros.j2 index 8d05bb0..8d05bb0 100644 --- a/templates/macros.j2 +++ b/src/match_up/templates/macros.j2 diff --git a/templates/players.j2 b/src/match_up/templates/players.j2 index ae6afe0..ae6afe0 100644 --- a/templates/players.j2 +++ b/src/match_up/templates/players.j2 diff --git a/utilities.py b/src/match_up/utilities.py index 7a9d55d..7a9d55d 100644 --- a/utilities.py +++ b/src/match_up/utilities.py |
