update text about

This commit is contained in:
Mariia Shabelnik 2024-02-04 22:30:33 +01:00
parent 85f23f5288
commit 019b1ad4e7
No known key found for this signature in database
GPG Key ID: 27F973065C339207

View File

@ -7,31 +7,33 @@ function About() {
console.log(skills); console.log(skills);
return ( return (
<div className="relative"> <div className="relative">
<div id="about" className=" absolute -top-16 "></div> <div id="about" className=" absolute -top-16 "></div>
<h2 className="mb-2 text-subTPhone md:text-subT font-headline"> <div className=" h-screen">
About<span className=" text-highlight">.</span> <h2 className="mb-2 text-subTPhone md:text-subT font-headline">
</h2> About<span className=" text-highlight">.</span>
<div className="flex flex-col md:flex-row"> </h2>
<div className="basis-2/3 text-base"> <div className="flex flex-col md:flex-row">
<p> <div className="basis-2/3 text-base">
As a prospective Frontend Developer, I seek a challenging career <p>
opportunity in the IT industry, where I can collaborate with a As a prospective Frontend Developer, I seek a challenging career
dynamic team, continually learn, and foster innovation. My opportunity in the IT industry, where I can collaborate with a
dedication lies in transforming design concepts into user-friendly dynamic team, continually learn, and foster innovation. My
experiences and achieving organizational goals through creativity dedication lies in transforming design concepts into user-friendly
and teamwork. I aspire to engage in work that allows the utilization experiences and achieving organizational goals through creativity
of technical and creative skills to contribute effectively to the and teamwork. I aspire to engage in work that allows the
growth of an organization. If you think you've got an opening that I utilization of technical and creative skills to contribute
might like, let's connect 🔗 effectively to the growth of an organization. If you think you've
</p> got an opening that I might like, let's connect 🔗
</div> </p>
<div className=" basis-1/3"> </div>
<h4 className="mb-2 text-subTMini">Languages:</h4> <div className=" basis-1/3">
<Tags listOfTags={skills.languages} /> <h4 className="mb-2 text-subTMini">Languages:</h4>
<h4 className="my-2 text-subTMini">Frameworks:</h4>{" "} <Tags listOfTags={skills.languages} />
<Tags listOfTags={skills.frameworks} /> <h4 className="my-2 text-subTMini">Frameworks:</h4>{" "}
<h4 className="my-2 text-subTMini">Tools I use:</h4>{" "} <Tags listOfTags={skills.frameworks} />
<Tags listOfTags={skills.tools} /> <h4 className="my-2 text-subTMini">Tools I use:</h4>{" "}
<Tags listOfTags={skills.tools} />
</div>
</div> </div>
</div> </div>
</div> </div>