1
0

Delete horizontal rules

This commit is contained in:
Serghei Cebotari 2023-11-29 23:31:30 +03:00
parent d38cebae64
commit ec9f6647b9
4 changed files with 23 additions and 27 deletions

View File

@ -1,24 +1,23 @@
<h3>Education</h3>
<hr>
<table>
<tbody>
<tr>
<td><strong>Southwestern University</strong></td>
<td style="text-align: right;">Georgetown, TX</td>
</tr>
<tr>
<td><em>Bachelor of Arts in Computer Science, Minor in
Business</em>
</td>
<td style="text-align: right;"><em>Aug. 2018 May 2021</em></td>
</tr>
<tr>
<td><strong>Blinn College</strong></td>
<td style="text-align: right;">Bryan, TX</td>
</tr>
<tr>
<td><em>Associates in Liberal Arts</em></td>
<td style="text-align: right;"><em>Aug. 2014 May 2018</em></td>
</tr>
</tbody>
</table>
<table>
<tbody>
<tr>
<td><strong>Southwestern University</strong></td>
<td style="text-align: right;">Georgetown, TX</td>
</tr>
<tr>
<td><em>Bachelor of Arts in Computer Science, Minor in
Business</em>
</td>
<td style="text-align: right;"><em>Aug. 2018 May 2021</em></td>
</tr>
<tr>
<td><strong>Blinn College</strong></td>
<td style="text-align: right;">Bryan, TX</td>
</tr>
<tr>
<td><em>Associates in Liberal Arts</em></td>
<td style="text-align: right;"><em>Aug. 2014 May 2018</em></td>
</tr>
</tbody>
</table>

View File

@ -1,5 +1,4 @@
<h3>Experience</h3>
<hr>
<table>
<tbody>
<tr>

View File

@ -1,6 +1,5 @@
{{ with .Site.GetPage "/projects" }}
<h3>Projects</h3>
<hr>
{{ range .Pages }}
<table>
<tbody>

View File

@ -1,5 +1,4 @@
<h3>Technical Skills</h3>
<hr>
<div class="skills">
<strong>Languages</strong>: Java, Python, C/C++, SQL
(Postgres), JavaScript, HTML/CSS, R<br />
@ -7,6 +6,6 @@
WordPress, Material-UI, FastAPI<br />
<strong>Developer Tools</strong>: Git, Docker, TravisCI, Google
Cloud Platform, VS Code, Visual Studio, PyCharm, IntelliJ,
Eclipse</span><br />
Eclipse<br />
<strong>Libraries</strong>: pandas, NumPy, Matplotlib
</div>