chore:minor changes
This commit is contained in:
@@ -116,9 +116,9 @@ const WhatWeDo = () => {
|
||||
{/* Steps */}
|
||||
<div className="flex flex-col gap-[64px]">
|
||||
{/* STEP 1 */}
|
||||
<div className=" backdrop-blur-lg rounded-sm flex max-md:flex-col-reverse items-center">
|
||||
<div className="flex max-md:flex-col-reverse items-center">
|
||||
<div className=" w-1/2 max-md:w-full flex flex-col gap-[28px]">
|
||||
<div id="textLeftFirst" className=" text-right text-white">
|
||||
<div id="textLeftFirst" className="backdrop-blur-lg rounded-lg text-right text-white">
|
||||
<h2 className="pr-5 font-orbitron text-[36px] font-bold">Open Source</h2>
|
||||
<p className="pr-5 text-[20px] opacity-90">
|
||||
Collaborate globally and build real-world machine learning products with developers and researchers.
|
||||
@@ -150,9 +150,9 @@ const WhatWeDo = () => {
|
||||
</div>
|
||||
|
||||
{/* STEP 2 */}
|
||||
<div className=" backdrop-blur-lg rounded-sm flex flex-row-reverse max-md:flex-col-reverse items-center">
|
||||
<div className="flex flex-row-reverse max-md:flex-col-reverse items-center">
|
||||
<div className="w-1/2 max-md:w-full flex flex-col gap-[28px]">
|
||||
<div id="textRight" className="text-left text-white">
|
||||
<div id="textRight" className="backdrop-blur-lg rounded-lg text-left text-white">
|
||||
<h2 className="pl-5 font-orbitron text-[36px] font-bold">Hackathons</h2>
|
||||
<p className="pl-5 text-[20px] opacity-90">
|
||||
Participate in global hackathons, workshops, and collaborative tech events to sharpen your skills.
|
||||
@@ -181,9 +181,9 @@ const WhatWeDo = () => {
|
||||
</div>
|
||||
|
||||
{/* STEP 3 */}
|
||||
<div className=" backdrop-blur-lg rounded-sm flex max-md:flex-col-reverse items-center">
|
||||
<div className="flex max-md:flex-col-reverse items-center">
|
||||
<div className="w-1/2 max-md:w-full flex flex-col gap-[28px]">
|
||||
<div id="textLeftSecond" className="text-right text-white">
|
||||
<div id="textLeftSecond" className="backdrop-blur-lg rounded-lg text-right text-white">
|
||||
<h2 className="pr-5 font-orbitron text-[36px] font-bold">
|
||||
Data Science & Much More
|
||||
</h2>
|
||||
|
||||
Reference in New Issue
Block a user