- {myProject.info}
+
{myProject.subtitle}
+
{myProject.description}
{linkUI}
diff --git a/src/store.js b/src/store.js
index 1e03b6a..1b4f84a 100644
--- a/src/store.js
+++ b/src/store.js
@@ -30,6 +30,16 @@ const experianceList = [
link: "https://preview.letsfly.app/",
previewImg: "/img/mockup_net0.png",
},
+ {
+ id: 4,
+ title: "DataTjej",
+ subtitle: "Board Member & Web Developer",
+ info: "As a board member of DataTjej, I'm actively involved in shaping the future of this non-profit organization that supports women and non-binary individuals in tech. Currently leading the development of a new website using Next.js and Tailwind CSS, focusing on creating a modern, accessible platform. The project includes automating connections to various solutions like our podcast and event management systems, streamlining our digital presence and member engagement.",
+ img: ["/images/datatjej-placeholder.jpg"],
+ previewImg: "/images/datatjej-placeholder.jpg",
+ tags: ["Next.js", "Tailwind CSS", "Board Member", "Web Development", "Automation"],
+ link: "https://datatjej.se"
+ }
];
export const projectsAtom = atom({ key: "projects", default: experianceList });