Skip to content

Commit 1e40e61

Browse files
Update cv.html
1 parent 50bee96 commit 1e40e61

1 file changed

Lines changed: 16 additions & 18 deletions

File tree

cv.html

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -206,35 +206,34 @@ <h2>Education</h2>
206206
<section style="margin-top: 2rem;">
207207
<h2 style="margin-bottom: 0.5rem; font-size: 1.5rem; font-weight: 600;">Technical Skills</h2>
208208

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-
-->
209+
<!-- Container uses flex-box; stacks vertically on small screens -->
215210
<div style="display: flex; flex-wrap: wrap; gap: 24px; align-items: flex-start;">
216211
<!-- Skills table -->
217212
<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;">
213+
<table style="width: 100%; border-collapse: collapse; table-layout: fixed; font-size: 0.95rem; line-height: 1.4;">
214+
<colgroup>
215+
<col style="width: 38%;" />
216+
<col style="width: 62%;" />
217+
</colgroup>
219218
<tr>
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>
219+
<td style="font-weight: bold; padding: 4px 8px; vertical-align: top;">Programming&nbsp;Languages:</td>
220+
<td style="padding: 4px 8px; white-space: normal; word-break: break-word;">Python, C++, Lua, HTML, LaTeX</td>
222221
</tr>
223222
<tr>
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>
223+
<td style="font-weight: bold; padding: 4px 8px; vertical-align: top;">Libraries&nbsp;&amp;&nbsp;Frameworks:</td>
224+
<td style="padding: 4px 8px; white-space: normal; word-break: break-word;">NumPy, pandas, Matplotlib, Scikit‑Learn, PySR, Qiskit</td>
226225
</tr>
227226
<tr>
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>
227+
<td style="font-weight: bold; padding: 4px 8px; vertical-align: top;">Scientific&nbsp;Tools:</td>
228+
<td style="padding: 4px 8px; white-space: normal; word-break: break-word;">CHROMA, MATLAB, Mathematica</td>
230229
</tr>
231230
<tr>
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>
231+
<td style="font-weight: bold; padding: 4px 8px; vertical-align: top;">Modeling&nbsp;&amp;&nbsp;Methods:</td>
232+
<td style="padding: 4px 8px; white-space: normal; word-break: break-word;">Monte Carlo Simulation, Symbolic Regression, Statistical Modeling</td>
234233
</tr>
235234
<tr>
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>
235+
<td style="font-weight: bold; padding: 4px 8px; vertical-align: top;">Tools&nbsp;&amp;&nbsp;Platforms:</td>
236+
<td style="padding: 4px 8px; white-space: normal; word-break: break-word;">Git, GitHub, Docker, JupyterLab, Visual Studio, HPC environments, Linux/Unix Shell (Bash)</td>
238237
</tr>
239238
</table>
240239
</div>
@@ -247,7 +246,6 @@ <h2 style="margin-bottom: 0.5rem; font-size: 1.5rem; font-weight: 600;">Technica
247246
</div>
248247
</section>
249248

250-
251249
<section>
252250
<h2>Certifications</h2>
253251
<ul>

0 commit comments

Comments
 (0)