diff --git a/app/Section/Projects.tsx b/app/Section/Projects.tsx index 2629977..255739a 100644 --- a/app/Section/Projects.tsx +++ b/app/Section/Projects.tsx @@ -19,7 +19,7 @@ const links = [ desc: "Fork with additional functionality", url: "https://github.com/radiquum/furaffinity-dl", preview: [ - "/images/projects/anix/3.png", + "/images/projects/fadl.png", ], }, { @@ -28,7 +28,9 @@ const links = [ desc: "Google Photo like bot for Telegram", url: "https://github.com/radiquum/TG-Photos", preview: [ - "/images/projects/anix/3.png", + "/images/projects/tgp/1.png", + "/images/projects/tgp/2.png", + "/images/projects/tgp/3.png", ], }, { @@ -37,9 +39,8 @@ const links = [ desc: "Generate images from text", url: "https://github.com/radiquum/TIG", preview: [ - "/images/projects/anix/1.jpg", - "/images/projects/anix/2.png", - "/images/projects/anix/3.png", + "/images/projects/tig/1.png", + "/images/projects/tig/2.png", ], }, { @@ -48,7 +49,7 @@ const links = [ desc: "Other Projects", url: "https://github.com/radiquum", preview: [ - "/images/projects/anix/3.png", + "/images/projects/gh.png", ], }, { @@ -57,7 +58,7 @@ const links = [ desc: "Self-Hosting project", url: "https://wah.su", preview: [ - "/images/projects/anix/3.png", + "/images/projects/wah-su.png", ], }, { @@ -66,9 +67,10 @@ const links = [ desc: "Collection of Red Panda sticker packs", url: "https://t.me/red_panda_stickers", preview: [ - "/images/projects/anix/1.jpg", - "/images/projects/anix/2.png", - "/images/projects/anix/3.png", + "/images/projects/rps/1.jpg", + "/images/projects/rps/2.jpg", + "/images/projects/rps/3.jpg", + "/images/projects/rps/4.jpg", ], }, ]; diff --git a/app/components/ProjectLink.tsx b/app/components/ProjectLink.tsx index ed0a207..ed0b27b 100644 --- a/app/components/ProjectLink.tsx +++ b/app/components/ProjectLink.tsx @@ -57,7 +57,7 @@ export const ProjectLink = ({ key={`embla.project.${text}.slide.${index}`} > @@ -79,7 +79,7 @@ export const ProjectLink = ({ icon={icon} text={text} desc={desc} - backgroundColor={"#101316"} + backgroundColor={"#0a0a0a"} backgroundOpacity={"100%"} isGroup={true} /> diff --git a/public/images/projects/fadl.png b/public/images/projects/fadl.png new file mode 100644 index 0000000..3a485e4 Binary files /dev/null and b/public/images/projects/fadl.png differ diff --git a/public/images/projects/gh.png b/public/images/projects/gh.png new file mode 100644 index 0000000..966cdff Binary files /dev/null and b/public/images/projects/gh.png differ diff --git a/public/images/projects/rps/1.jpg b/public/images/projects/rps/1.jpg new file mode 100644 index 0000000..86f6c0d Binary files /dev/null and b/public/images/projects/rps/1.jpg differ diff --git a/public/images/projects/rps/2.jpg b/public/images/projects/rps/2.jpg new file mode 100644 index 0000000..cd3f591 Binary files /dev/null and b/public/images/projects/rps/2.jpg differ diff --git a/public/images/projects/rps/3.jpg b/public/images/projects/rps/3.jpg new file mode 100644 index 0000000..0d30bba Binary files /dev/null and b/public/images/projects/rps/3.jpg differ diff --git a/public/images/projects/rps/4.jpg b/public/images/projects/rps/4.jpg new file mode 100644 index 0000000..bdf626e Binary files /dev/null and b/public/images/projects/rps/4.jpg differ diff --git a/public/images/projects/tgp/1.png b/public/images/projects/tgp/1.png new file mode 100644 index 0000000..948cb4b Binary files /dev/null and b/public/images/projects/tgp/1.png differ diff --git a/public/images/projects/tgp/2.png b/public/images/projects/tgp/2.png new file mode 100644 index 0000000..6a24c18 Binary files /dev/null and b/public/images/projects/tgp/2.png differ diff --git a/public/images/projects/tgp/3.png b/public/images/projects/tgp/3.png new file mode 100644 index 0000000..06008b7 Binary files /dev/null and b/public/images/projects/tgp/3.png differ diff --git a/public/images/projects/tig/1.png b/public/images/projects/tig/1.png new file mode 100644 index 0000000..4065e52 Binary files /dev/null and b/public/images/projects/tig/1.png differ diff --git a/public/images/projects/tig/2.png b/public/images/projects/tig/2.png new file mode 100644 index 0000000..e96cdee Binary files /dev/null and b/public/images/projects/tig/2.png differ diff --git a/public/images/projects/wah-su.png b/public/images/projects/wah-su.png new file mode 100644 index 0000000..9a90f70 Binary files /dev/null and b/public/images/projects/wah-su.png differ