From 5be8966d6660c66fcb2f9d229efdfec63c637553 Mon Sep 17 00:00:00 2001 From: Arthur Date: Sun, 14 Sep 2025 15:07:56 +0200 Subject: [PATCH] Add new image assets for social media platforms - Added discord.png - Added ffvoile.png - Added github.png - Added instagram.png - Added tiktok.png - Added twitch.png - Added youtube.png --- app.js | 8 +++++-- config.js | 52 +++++++++++++++++++++++++++++-------------- public/avatar.png | Bin 0 -> 42443 bytes public/discord.png | Bin 0 -> 1927 bytes public/ffvoile.png | Bin 0 -> 2337 bytes public/github.png | Bin 0 -> 1906 bytes public/instagram.png | Bin 0 -> 4640 bytes public/tiktok.png | Bin 0 -> 2149 bytes public/twitch.png | Bin 0 -> 949 bytes public/youtube.png | Bin 0 -> 1251 bytes 10 files changed, 41 insertions(+), 19 deletions(-) create mode 100644 public/avatar.png create mode 100644 public/discord.png create mode 100644 public/ffvoile.png create mode 100644 public/github.png create mode 100644 public/instagram.png create mode 100644 public/tiktok.png create mode 100644 public/twitch.png create mode 100644 public/youtube.png diff --git a/app.js b/app.js index 480f403..b0621a8 100644 --- a/app.js +++ b/app.js @@ -25,7 +25,9 @@ app.get('/', (req, res) => {
-
${profile.avatar}
+
+ Avatar +

${profile.name}

${profile.bio}

@@ -33,7 +35,9 @@ app.get('/', (req, res) => {