@@ -8,13 +8,13 @@ const MethelyProfile: NextPage = () => {
88 < div className = "flex-1" >
99 < div className = "flex flex-col-reverse lg:flex-row items-center lg:items-start justify-start gap-14 mt-20" >
1010 < div className = "relative" >
11- < div className = "absolute top-0 left-0 w-full h-full bg-[#9BF9F3] rounded-tl-[100px] rounded-br-[100px] -z-10 transform -translate-x-[4px] -translate-y-[4px]" > </ div >
12- < div className = "leaf-shaped py-8 px-6 md:px-10 border-2 flex flex-col items-center justify-start bg-[#0D1117] rounded-tl-[100px] rounded-br-[100px] relative z-10" >
11+ < div className = "absolute top-0 left-0 w-full h-full rounded-tl-[100px] rounded-br-[100px] -z-10 transform -translate-x-[4px] -translate-y-[4px]" > </ div >
12+ < div className = "leaf-shaped py-8 px-6 md:px-10 border-2 flex flex-col items-center justify-start rounded-tl-[100px] rounded-br-[100px] relative z-10" >
1313 < div className = "flex flex-col items-center justify-start" >
14- < div className = "w-24 h-24 rounded-full bg-cover bg-center bg-no-repeat border-2 border-[#6EF4E6] text-[20px] font-bold text-white flex items-center justify-center" >
14+ < div className = "w-24 h-24 rounded-full bg-cover bg-center bg-no-repeat border-2 border-[#6EF4E6] text-[20px] font-bold text-black flex items-center justify-center" >
1515 MTH
1616 </ div >
17- < p className = "text-[24px] text-[#6AECD9] font-normal " > Methely Armstrong</ p >
17+ < p className = "text-[24px] text-black font-bold " > Methely Armstrong</ p >
1818 < p className = "text-md text-[#9B9EA1]" > Fullstack & Blockchain Dev </ p >
1919 </ div >
2020 < div className = "mt-6 text-[#9B9EA1]" >
@@ -66,7 +66,7 @@ const MethelyProfile: NextPage = () => {
6666 </ p >
6767 </ div >
6868 </ div >
69- < div className = "py-10 px-8 bg-[#1A1E23] rounded-lg md:rounded-full" >
69+ < div className = "py-10 px-8 rounded-lg md:rounded-full" >
7070 { [
7171 { number : "5" , text : "Programming Languages" } ,
7272 { number : "6" , text : "Development Tools" } ,
0 commit comments