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,5 +1,4 @@
<h3>Education</h3>
<hr>
<table>
<tbody>
<tr>

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>