Skip to content

Commit 50bee96

Browse files
Update cv.html
1 parent 8d5847f commit 50bee96

File tree

1 file changed

+29
-25
lines changed

1 file changed

+29
-25
lines changed

cv.html

Lines changed: 29 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -203,44 +203,48 @@ <h2>Education</h2>
203203
</table>
204204
</section>
205205

206-
<section>
207-
<h2>Technical Skills</h2>
208-
<div style="display: flex;">
209-
<!-- Left side: Technical Skills Table -->
210-
<div style="flex: 1;">
211-
<table style="width: 100%; border-collapse: collapse;">
206+
<section style="margin-top: 2rem;">
207+
<h2 style="margin-bottom: 0.5rem; font-size: 1.5rem; font-weight: 600;">Technical Skills</h2>
208+
209+
<!--
210+
The container uses flex‑box so that on wide screens the skills table
211+
and the GitHub card sit side‑by‑side, while on small screens they
212+
stack vertically. Feel free to move these styles to your site‑wide
213+
stylesheet if preferred.
214+
-->
215+
<div style="display: flex; flex-wrap: wrap; gap: 24px; align-items: flex-start;">
216+
<!-- Skills table -->
217+
<div style="flex: 1 1 320px; min-width: 260px;">
218+
<table style="width: 100%; border-collapse: collapse; font-size: 0.95rem; line-height: 1.4;">
212219
<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>
220+
<td style="font-weight: bold; white-space: nowrap; padding: 4px 8px; vertical-align: top;">Programming&nbsp;Languages:</td>
221+
<td style="padding: 4px 8px;">Python,C++,Lua,HTML,LaTeX</td>
215222
</tr>
216223
<tr>
217-
<td style="vertical-align: top; font-weight: bold;">Libraries &amp; Frameworks:</td>
218-
<td>NumPy, pandas, Matplotlib, PySR, Qiskit</td>
224+
<td style="font-weight: bold; white-space: nowrap; padding: 4px 8px; vertical-align: top;">Libraries&nbsp;&amp;&nbsp;Frameworks:</td>
225+
<td style="padding: 4px 8px;">NumPy,pandas,Matplotlib, Scikit‑Learn, PySR,Qiskit</td>
219226
</tr>
220227
<tr>
221-
<td style="vertical-align: top; font-weight: bold;">Scientific Tools:</td>
222-
<td>CHROMA, MATLAB, Mathematica</td>
228+
<td style="font-weight: bold; white-space: nowrap; padding: 4px 8px; vertical-align: top;">Scientific&nbsp;Tools:</td>
229+
<td style="padding: 4px 8px;">CHROMA,MATLAB,Mathematica</td>
223230
</tr>
224231
<tr>
225-
<td style="vertical-align: top; font-weight: bold;">Modeling &amp; Methods:</td>
226-
<td>Monte Carlo Simulation, Symbolic Regression, Statistical Modeling</td>
232+
<td style="font-weight: bold; white-space: nowrap; padding: 4px 8px; vertical-align: top;">Modeling&nbsp;&amp;&nbsp;Methods:</td>
233+
<td style="padding: 4px 8px;">Monte Carlo Simulation,Symbolic Regression,Statistical Modeling</td>
227234
</tr>
228235
<tr>
229-
<td style="vertical-align: top; font-weight: bold;">Tools &amp; Platforms:</td>
230-
<td>Git, GitHub, Docker, JupyterLab, Visual Studio, HPC environments, Linux/Unix Shell (Bash)</td>
236+
<td style="font-weight: bold; white-space: nowrap; padding: 4px 8px; vertical-align: top;">Tools&nbsp;&amp;&nbsp;Platforms:</td>
237+
<td style="padding: 4px 8px;">Git,GitHub,Docker,JupyterLab,Visual Studio,HPC environments,Linux/Unix Shell (Bash)</td>
231238
</tr>
232239
</table>
233240
</div>
234241

235-
<div style="flex: 1; text-align: center;">
236-
<figure style="margin: 0;">
237-
<img
238-
src="https://github-readme-stats.vercel.app/api/top-langs/?username=Hariprashad-Ravikumar&layout=compact&langs_count=10&hide=cmake,makefile&theme=github_light"/>
239-
<figcaption style="font-size: 0.9em; margin-top: 4px;">
240-
GitHub&nbsp;Stats
241-
</figcaption>
242-
</figure>
243-
</div>
242+
<!-- GitHub stats card -->
243+
<figure style="flex: 0 1 300px; margin: 0; text-align: center;">
244+
<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="GitHub top languages card" style="width: 100%; max-width: 300px; border-radius: 8px; box-shadow: 0 2px 6px rgba(0,0,0,0.15);" />
245+
<figcaption style="margin-top: 6px; font-size: 0.9rem; color: #555;">GitHub&nbsp;Stats</figcaption>
246+
</figure>
247+
</div>
244248
</section>
245249

246250

0 commit comments

Comments
 (0)