Refactor code structure for improved readability and maintainability

This commit is contained in:
Marek Lesko
2025-08-05 13:23:29 +02:00
parent ae69533a35
commit 2c0f51de4c
9 changed files with 9572 additions and 5496 deletions

View File

@@ -3,7 +3,14 @@
{
"name": "Alpine",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/base:alpine-3.21"
"image": "mcr.microsoft.com/devcontainers/base:alpine-3.21",
"customizations": {
"vscode": {
"extensions": [
"ritwickdey.LiveServer"
]
}
}
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},

1750
prod/about.html Normal file

File diff suppressed because it is too large Load Diff

BIN
prod/assets/img/key.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 7.7 KiB

1144
prod/contact.html Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

1682
prod/portfolio.html Normal file

File diff suppressed because it is too large Load Diff

1459
prod/service.html Normal file

File diff suppressed because it is too large Load Diff