Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -3,7 +3,14 @@
|
|||||||
{
|
{
|
||||||
"name": "Alpine",
|
"name": "Alpine",
|
||||||
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
|
// 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 to add to the dev container. More info: https://containers.dev/features.
|
||||||
// "features": {},
|
// "features": {},
|
||||||
|
|||||||
1750
prod/about.html
Normal file
1750
prod/about.html
Normal file
File diff suppressed because it is too large
Load Diff
BIN
prod/assets/img/key.png
Normal file
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
1144
prod/contact.html
Normal file
File diff suppressed because it is too large
Load Diff
4010
prod/index.html
4010
prod/index.html
File diff suppressed because it is too large
Load Diff
1682
prod/portfolio.html
Normal file
1682
prod/portfolio.html
Normal file
File diff suppressed because it is too large
Load Diff
1459
prod/service.html
Normal file
1459
prod/service.html
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user