@@ -205,34 +205,37 @@ <h2>Education</h2>
205205
206206 < section >
207207 < h2 > Technical Skills</ h2 >
208+ < div style ="display: flex; justify-content: space-between; ">
209+ <!-- Left side: Technical Skills Table -->
210+ < div style ="flex: 1; margin-right: 10px; ">
211+ < table style ="width: 100%; border-collapse: collapse; ">
212+ < tr >
213+ < td style ="vertical-align: top; font-weight: bold; "> Programming Languages:</ td >
214+ < td > Python, C++, Lua, HTML, < span class ="math "> \( \LaTeX \)</ span > </ td >
215+ </ tr >
216+ < tr >
217+ < td style ="vertical-align: top; font-weight: bold; "> Libraries & Frameworks:</ td >
218+ < td > NumPy, pandas, Matplotlib, PySR, Qiskit</ td >
219+ </ tr >
220+ < tr >
221+ < td style ="vertical-align: top; font-weight: bold; "> Scientific Tools:</ td >
222+ < td > CHROMA, MATLAB, Mathematica</ td >
223+ </ tr >
224+ < tr >
225+ < td style ="vertical-align: top; font-weight: bold; "> Modeling & Methods:</ td >
226+ < td > Monte Carlo Simulation, Symbolic Regression, Statistical Modeling</ td >
227+ </ tr >
228+ < tr >
229+ < td style ="vertical-align: top; font-weight: bold; "> Tools & Platforms:</ td >
230+ < td > Git, GitHub, Docker, JupyterLab, Visual Studio, HPC environments, Linux/Unix Shell (Bash)</ td >
231+ </ tr >
232+ </ table >
233+ </ div >
208234
209- <!-- Skills table -->
210- < div style ="max-width: 700px; ">
211- < table style ="width: 100%; border-collapse: collapse; ">
212- < tr >
213- < td style ="vertical-align: top; font-weight: bold; "> Programming Languages:</ td >
214- < td > Python, C++, Lua, HTML, < span class ="math "> \( \LaTeX \)</ span > </ td >
215- </ tr >
216- < tr >
217- < td style ="vertical-align: top; font-weight: bold; "> Libraries & Frameworks:</ td >
218- < td > NumPy, pandas, Matplotlib, PySR, Qiskit</ td >
219- </ tr >
220- < tr >
221- < td style ="vertical-align: top; font-weight: bold; "> Scientific Tools:</ td >
222- < td > CHROMA, MATLAB, Mathematica</ td >
223- </ tr >
224- < tr >
225- < td style ="vertical-align: top; font-weight: bold; "> Modeling & Methods:</ td >
226- < td > Monte Carlo Simulation, Symbolic Regression, Statistical Modeling</ td >
227- </ tr >
228- < tr >
229- < td style ="vertical-align: top; font-weight: bold; "> Tools & Platforms:</ td >
230- < td > Git, GitHub, Docker, JupyterLab, Visual Studio, HPC environments, Linux/Unix Shell (Bash)</ td >
231- </ tr >
232- </ table >
233-
234- < img src ="https://github-readme-stats.vercel.app/api/top-langs/?username=Hariprashad-Ravikumar&layout=compact&langs_count=10&hide=cmake,makefile&theme=github_light " alt ="Top Langs "/>
235- < br > GitHub Stats</ br >
235+ <!-- Right side: GitHub Stats Image -->
236+ < div style ="flex: 1; ">
237+ < img src ="https://github-readme-stats.vercel.app/api/top-langs/?username=Hariprashad-Ravikumar&layout=compact&langs_count=10&hide=cmake,makefile&theme=github_light " alt ="Top Langs "/>
238+ </ div >
236239 </ div >
237240</ section >
238241
0 commit comments