diff --git a/public/assets/hec-ia.png b/public/assets/hec-ia.png new file mode 100644 index 0000000..5d73def Binary files /dev/null and b/public/assets/hec-ia.png differ diff --git a/public/assets/social/social-gitea.png b/public/assets/social/social-gitea.png new file mode 100644 index 0000000..e4e39e4 Binary files /dev/null and b/public/assets/social/social-gitea.png differ diff --git a/src/collections/social.json b/src/collections/social.json index f8f1120..e28dc45 100644 --- a/src/collections/social.json +++ b/src/collections/social.json @@ -14,5 +14,13 @@ "image": "/assets/social/social-linkedin.png", "url": "https://www.linkedin.com/in/alexandre-houard-686960279/", "isShow": true + }, + { + "id": 3, + "name": "Gitea", + "username": "vorpax", + "image": "/assets/social/social-gitea.png", + "url": "https://gitea.vorpax.dev/vorpax", + "isShow": true } ] \ No newline at end of file diff --git a/src/config/site.js b/src/config/site.js index 7a89922..5fe79d2 100644 --- a/src/config/site.js +++ b/src/config/site.js @@ -22,6 +22,7 @@ export const siteConfig = { social: { github: "https://github.com/vorpax", linkedin: "https://www.linkedin.com/in/alexandre-houard-686960279/", + gitea: "https://gitea.vorpax.dev/vorpax" }, }; diff --git a/src/pages/index.astro b/src/pages/index.astro index 888d6e4..62a8e9f 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -80,7 +80,7 @@ import Explore from "@/components/sections/Explore.astro"; data-aos-duration="600" data-aos-once="true" > - +