From b3e34f4bdf6c342b0cc50e0065f7e8cc60063c67 Mon Sep 17 00:00:00 2001 From: psoubrie Date: Tue, 14 Nov 2023 20:13:02 +0000 Subject: [PATCH] banner update --- .devcontainer/devcontainer.json | 8 +-- README.md | 3 + src/index.html | 97 +++++++++++++++--------------- src/public/banner.svg | 103 ++++++++++++++++++++++++++++++++ src/public/logo_main.svg | 100 ------------------------------- 5 files changed, 157 insertions(+), 154 deletions(-) create mode 100644 src/public/banner.svg delete mode 100644 src/public/logo_main.svg diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 16af2e3..8a0db89 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -13,16 +13,16 @@ "bradlc.vscode-tailwindcss" ] } - } + }, // Features to add to the dev container. More info: https://containers.dev/features. // "features": {}, // Use 'forwardPorts' to make a list of ports inside the container available locally. - // "forwardPorts": [], + "forwardPorts": [1234], - // Use 'postCreateCommand' to run commands after the container is created. - // "postCreateCommand": "yarn install", + // Use 'postCreateCommand' to run commands after the container is creahowted. + "postCreateCommand": "npm i" // Configure tool-specific properties. // "customizations": {}, diff --git a/README.md b/README.md index d3cf833..96fcedf 100644 --- a/README.md +++ b/README.md @@ -1 +1,4 @@ # Personnal website + +- start dev: `npx parcel src/index.html` +- build prod: `npx parcel build src/index.html` \ No newline at end of file diff --git a/src/index.html b/src/index.html index 876faa7..a184682 100644 --- a/src/index.html +++ b/src/index.html @@ -18,13 +18,6 @@
- -
- Facebook -
Printables + +
+ GitEA +
+ +
+ Facebook +
-
- GitEA +
+ Instagram
Youtube - -
- Instagram -
-
- -
- parcel logo -
- -
+ Flupke
-
- Facebook +
+ LinkedIn +
+ +
+ Github +
+ +
+ UGent
-
- UGent -
- -
- Github -
- -
- LinkedIn +
+ Facebook
- 2023 -

+
diff --git a/src/public/banner.svg b/src/public/banner.svg new file mode 100644 index 0000000..556fdc9 --- /dev/null +++ b/src/public/banner.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/public/logo_main.svg b/src/public/logo_main.svg deleted file mode 100644 index 85c7897..0000000 --- a/src/public/logo_main.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file