diff --git a/public/images/datatjej-placeholder.jpg b/public/images/datatjej-placeholder.jpg new file mode 100644 index 0000000..f7ec987 Binary files /dev/null and b/public/images/datatjej-placeholder.jpg differ diff --git a/src/pages/Experience.jsx b/src/pages/Experience.jsx index 49cd661..091566b 100644 --- a/src/pages/Experience.jsx +++ b/src/pages/Experience.jsx @@ -57,9 +57,9 @@ function Experiance() { id="projects-heading" className="text-subTPhone md:text-subT font-headline mb-6" > - Projects. + Projects and experience. -
+
{experianceListUI}
diff --git a/src/pages/ExperienceDetail.jsx b/src/pages/ExperienceDetail.jsx index 9f2446b..ddd9a1b 100644 --- a/src/pages/ExperienceDetail.jsx +++ b/src/pages/ExperienceDetail.jsx @@ -58,8 +58,8 @@ function ExperianceDetail() { -
-
+
+
-
+
- {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 });