update experience
All checks were successful
ci/cd / Build (push) Successful in 6s

This commit is contained in:
Mariia Shabelnik 2025-05-05 20:39:49 +02:00
parent 98251fcf78
commit 8ff494c616
3 changed files with 10 additions and 8 deletions

View File

@ -26,7 +26,7 @@ function Experiance() {
<figure className="basis-5/12"> <figure className="basis-5/12">
<img <img
className="w-full" className="w-full"
src={item.previewImg} src={item.img[0]}
alt={`Preview of ${item.title} project`} alt={`Preview of ${item.title} project`}
/> />
</figure> </figure>

View File

@ -50,11 +50,11 @@ function ExperianceDetail() {
</button> </button>
<div className="flex flex-col"> <div className="flex flex-col">
<div className="flex-1"> <div className="flex-1">
<h1 className=" text-subTPhone md:text-subT font-headline"> <h1 className="text-subTPhone md:text-subT font-headline">
Project: {myProject.title} Project: {myProject.title}
</h1> </h1>
</div> </div>
<div className="flex-1 mt-2 mb-6"> <div className="flex-1 mt-2 mb-6 min-h-[80px]">
<Tags listOfTags={myProject.tags} /> <Tags listOfTags={myProject.tags} />
</div> </div>
</div> </div>
@ -75,9 +75,11 @@ function ExperianceDetail() {
)} )}
/> />
</div> </div>
<div className="flex-1 text-base"> <div className="flex-1 text-base min-h-[300px] flex flex-col">
{myProject.info} <div className="flex-1">
<div className=" drop-shadow-doublelight hover:drop-shadow-light my-2 text-end"> {myProject.info}
</div>
<div className="drop-shadow-doublelight hover:drop-shadow-light my-2 text-end">
{linkUI} {linkUI}
</div> </div>
</div> </div>

View File

@ -4,7 +4,7 @@ const experianceList = [
{ {
id: "46bf76ae-8915-4e5d-ae92-4151be80e75a", id: "46bf76ae-8915-4e5d-ae92-4151be80e75a",
title: "Netzero web", title: "Netzero web",
info: "Discover the intersection of sustainability and technology in my collaboration with Net0. As the creative force behind the UI/UX design, I meticulously crafted a seamless and visually appealing user experience. Bringing this vision to life, I also spearheaded the frontend development, using React to construct an intuitive and efficient system for Net0. Immerse yourself in the synergy of eco-conscious practices and cutting-edge technology as we navigate towards a greener future, one React component at a time.", info: "Led UI/UX design and frontend development for Net0's sustainability platform. Built with React, creating an intuitive system that combines eco-conscious practices with modern technology.",
img: ["/img/net0_0.png", "/img/net0_1.png", "/img/net0_2.png"], img: ["/img/net0_0.png", "/img/net0_1.png", "/img/net0_2.png"],
previewImg: "/img/mockup_net0.png", previewImg: "/img/mockup_net0.png",
tags: [ tags: [
@ -24,7 +24,7 @@ const experianceList = [
{ {
id: "55515a25-deb1-451c-bc7d-006d293f54aa", id: "55515a25-deb1-451c-bc7d-006d293f54aa",
title: "Lets fly", title: "Lets fly",
info: "Letsfly is a website aimed at providing a platform for aviation-related services and information. Built on Next.js, a popular React framework, the website leverages its server-side rendering (SSR) capability to enhance performance and user experience. Tailwind was used as the CSS framework to quickly and efficiently create an attractive and responsive design. WordPress, a well-known Content Management System (CMS), was employed as the content management system to administer and publish content on the website. The reason for choosing WordPress was a client request; he was familiar with this system and wanted to be able to modify the content himself. GraphQL was selected as the API layer to enable efficient data management and flexible data queries between the frontend and backend.", info: "Developed an aviation services platform using Next.js and WordPress. Implemented GraphQL for efficient data management and Tailwind for responsive design, with a focus on client-requested WordPress integration.",
img: ["/img/letsfly_1.png", "/img/letsfly_2.png", "/img/letsfly_3.png"], img: ["/img/letsfly_1.png", "/img/letsfly_2.png", "/img/letsfly_3.png"],
tags: ["React", "NextJS", "Wordpress", "GraphQL", "MySQL", "Tailwind"], tags: ["React", "NextJS", "Wordpress", "GraphQL", "MySQL", "Tailwind"],
link: "https://preview.letsfly.app/", link: "https://preview.letsfly.app/",