File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
src/components/BodySections Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ const Skills = () => {
1515
1616 { /* Skills Content */ }
1717 < div className = "flex flex-col md:flex-row w-full md:w-9/12 gap-8 md:gap-16 justify-center items-center px-4 md:px-0 mt-32" > { /* Increased margin-top */ }
18- < div className = "skill-sec1 flex flex-col text-left gap-5 pt-6 pb-6 pr-4 pl-4 rounded bg-white/10 hover:bg-black/40 md:pr-10 md:pl-10 " >
18+ < div className = "skill-sec1 flex flex-col text-left gap-3 pt-6 pb-6 pr-4 pl-4 rounded bg-white/10 hover:bg-black/40 md:pr-8 md:pl-8 " >
1919 < span className = "text-2xl md:text-3xl font-bold border-b-2 border-amber-400 p-2 text-amber-400" >
20- ML/AI
20+ AI/ML
2121 </ span >
22- < ul className = "flex flex-col gap-1 font-semibold text-base text-lime-50" >
22+ < ul className = "flex flex-col gap-0 font-semibold text-base text-lime-50 leading-relaxed text-left pl-0 list-none " >
2323 < li > Python</ li >
2424 < li > TensorFlow/PyTorch</ li >
2525 < li > LLM Integration (RAG)</ li >
@@ -29,14 +29,9 @@ const Skills = () => {
2929 < li > GeoPandas / OSMnx</ li >
3030 < li > Scikit-learn</ li >
3131 < li > Pandas, NumPy</ li >
32- < li > LLM Integration (RAG)</ li >
33- < li > Agentic Orchestration</ li >
34- < li > MLOps Principles</ li >
35- < li > Stable-Baselines3 (RL)</ li >
36- < li > GeoPandas / OSMnx</ li >
3732 </ ul >
3833 </ div >
39- < div className = "skill-sec2 flex flex-col text-center gap-5 pt-6 pb-6 pr-4 pl-4 rounded bg-white/10 hover:bg-black/40 md:pr-12 md:pl-12 " >
34+ < div className = "skill-sec2 flex flex-col text-center gap-5 pt-6 pb-6 pr-2 pl-2 rounded bg-white/10 hover:bg-black/40 md:pr-3 md:pl-3 " >
4035 < span className = "text-2xl md:text-3xl font-bold border-b-2 border-amber-400 p-2 text-amber-400" >
4136 Tools
4237 </ span >
You can’t perform that action at this time.
0 commit comments