@@ -205,28 +205,38 @@ <h2>Education</h2>
205205
206206 < section >
207207 < h2 > Technical Skills</ h2 >
208- < table style ="width:100%; border-collapse: collapse; ">
209- < tr >
210- < td style ="vertical-align: top; font-weight: bold; "> Programming Languages:</ td >
211- < td > Python, C++, Lua, HTML, < span class ="math "> \( \LaTeX \)</ span > </ td >
212- </ tr >
213- < tr >
214- < td style ="vertical-align: top; font-weight: bold; "> Libraries & Frameworks:</ td >
215- < td > NumPy, pandas, Matplotlib, PySR, Qiskit</ td >
216- </ tr >
217- < tr >
218- < td style ="vertical-align: top; font-weight: bold; "> Scientific Tools:</ td >
219- < td > CHROMA, MATLAB, Mathematica</ td >
220- </ tr >
221- < tr >
222- < td style ="vertical-align: top; font-weight: bold; "> Modeling & Methods:</ td >
223- < td > Monte Carlo Simulation, Symbolic Regression, Statistical Modeling</ td >
224- </ tr >
225- < tr >
226- < td style ="vertical-align: top; font-weight: bold; "> Tools & Platforms:</ td >
227- < td > Git, GitHub, Docker, JupyterLab, Visual Studio, HPC environments, Linux/Unix Shell (Bash)</ td >
228- </ tr >
229- </ table >
208+ < div style ="display: flex; justify-content: space-between; ">
209+ <!-- Left side: Technical Skills Table -->
210+ < div style ="flex: 1; margin-right: 20px; ">
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 >
234+
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_dark " alt ="Top Langs "/>
238+ </ div >
239+ </ div >
230240</ section >
231241
232242 < section >
0 commit comments