Skip to content

Commit

Permalink
Merge pull request #14 from Vivek-yadav01/main
Browse files Browse the repository at this point in the history
updatedpys
  • Loading branch information
parteekcoder authored Jan 13, 2024
2 parents 3d5bb46 + 8dc35e3 commit 97a505e
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions src/components/Testimonies.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ import style from "../styles/testimonie.module.css";

function Testimonies() {
return (
<div className="flex flex-col text-center bg-[#1F1F1F] p-0 space-y-4 px-2vw h-fit mt-[-2px] pb-[2px]">
<div className="flex flex-col text-center bg-[#1F1F1F] p-0 space-y-4 px-2vw h-fit mt-[-2px] pb-[10px] ">
<div className={` m-auto py-2 ${style.heading1} text-sm`}>
PREVIOUS YEAR REVIEWS
</div>
<div className=" flex relative ">
<div className=" relative md:top-[1vw] top-[12vw] z-[4]">
<div className=" relative md:top-[1vw] top-[12vw] lg:left-[50px] xl:left-[80px] z-[4] lg:top-[-2vw]">
<img src={t1.src} alt="#" className="z-[4]" />
</div>

<div className="bg-white text-center border-4 border-pink-400 lg:w-[80vw] md:h-[26vw] lg:h-[20vw] w-[100vw] w-fit h-fit relative lg:right-[20vw] left-[-20vw] right-0 md:pl-[10vw] pl-[5vw] pr-[1vw] py-[2.5vw] ">
<div className="bg-white text-center border-4 border-pink-400 lg:w-[60vw] lg:h-fit w-fit h-fit relative lg:left-[-14vw] xl:left-[-8vw] left-[-20vw] right-0 md:pl-[11vw] pl-[7vw] pr-[1vw] py-[4vw] lg:pl-[6vw] ">
<div>
<div className="flex sm:font-bold sm:text-xl text-lg ">
<div className="bg-[#1F1F1F] w-[30px] h-[30px] mr-4"></div>
Expand All @@ -22,9 +22,12 @@ function Testimonies() {
<div
className={`sm:text-left text-start sm:text-base text-[10px] ${style.font}`}
>
<div className="bg-[#1F1F1F] w-[3.5vw] h-[3.5vw] absolute top-[-1.2vw] right-[-1.3vw]"></div>
<div className="bg-[#1F1F1F] w-[3.5vw] h-[3.5vw] absolute top-[-1.2vw] right-[2vw]"></div>
<div className="bg-[#1F1F1F] w-[3.5vw] h-[3.5vw] absolute top-[2.1vw] right-[-1.3vw]"></div>
<div className="bg-[#1F1F1F] w-[3.5vw] h-[3.5vw] absolute bottom-[-1.2vw] right-[-1.3vw]"></div>
<div className="bg-[#1F1F1F] w-[3.5vw] h-[3.5vw] absolute top-[-1.2vw] left-[-1.3vw]"></div>
<div className="bg-[#1F1F1F] w-[3.5vw] h-[3.5vw] absolute top-[-1.2vw] left-[2vw]"></div>
<div className="bg-[#1F1F1F] w-[3.5vw] h-[3.5vw] absolute top-[2.1vw] left-[-1.3vw]"></div>
<div className="bg-[#1F1F1F] w-[3.5vw] h-[3.5vw] absolute bottom-[-1.2vw] right-[2.0vw]"></div>
<div className="bg-[#1F1F1F] w-[3.5vw] h-[3.5vw] absolute bottom-[2.1vw] right-[-1.3vw]"></div>
Being a first-timer at the GDSC hackathon in NITJ was a thrilling
experience.The collaborative environment,coupled with helpful
mentors,made the event a fantastic introduction to coding
Expand All @@ -35,7 +38,7 @@ function Testimonies() {
</div>
</div>
<div className="flex relative">
<div className="bg-white text-center border-4 border-pink-400 lg:w-[80vw] w-fit h-fit lg:h-[20vw] md:h-[26vw] relative lg:left-[20vw] right-[-20vw] md:pr-[10vw] pr-[5vw] pl-[1vw] py-[2.5vw] ">
<div className="bg-white text-center border-4 border-pink-400 lg:w-[60vw] w-fit h-fit lg:h-fit md:h-fit relative lg: right-[-20vw] md:pr-[12vw] lg:pr-[7vw] pl-[1vw] py-[4vw] pr-[7vw] ">
<div>
<div className="flex text-xl sm:font-bold sm:text-xl text-lg justify-end ">
<h1>Nikhil</h1>
Expand All @@ -58,7 +61,7 @@ function Testimonies() {
</div>
</div>
</div>
<div className="relative md:top-[1vw] top-[12vw] right-0 overflowing-component ">
<div className="relative md:top-[1vw] top-[11vw] lg:top-[-10px] md:left-0 xl:top-[-2vw] xl:left-[5vw] 2xl:left-[8vw] ">
<img src={t2.src} className="" alt="#" />
</div>
</div>
Expand Down

0 comments on commit 97a505e

Please sign in to comment.