Delete horizontal rules
This commit is contained in:
parent
d38cebae64
commit
ec9f6647b9
@ -1,5 +1,4 @@
|
|||||||
<h3>Education</h3>
|
<h3>Education</h3>
|
||||||
<hr>
|
|
||||||
<table>
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
<h3>Experience</h3>
|
<h3>Experience</h3>
|
||||||
<hr>
|
|
||||||
<table>
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
{{ with .Site.GetPage "/projects" }}
|
{{ with .Site.GetPage "/projects" }}
|
||||||
<h3>Projects</h3>
|
<h3>Projects</h3>
|
||||||
<hr>
|
|
||||||
{{ range .Pages }}
|
{{ range .Pages }}
|
||||||
<table>
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
<h3>Technical Skills</h3>
|
<h3>Technical Skills</h3>
|
||||||
<hr>
|
|
||||||
<div class="skills">
|
<div class="skills">
|
||||||
<strong>Languages</strong>: Java, Python, C/C++, SQL
|
<strong>Languages</strong>: Java, Python, C/C++, SQL
|
||||||
(Postgres), JavaScript, HTML/CSS, R<br />
|
(Postgres), JavaScript, HTML/CSS, R<br />
|
||||||
@ -7,6 +6,6 @@
|
|||||||
WordPress, Material-UI, FastAPI<br />
|
WordPress, Material-UI, FastAPI<br />
|
||||||
<strong>Developer Tools</strong>: Git, Docker, TravisCI, Google
|
<strong>Developer Tools</strong>: Git, Docker, TravisCI, Google
|
||||||
Cloud Platform, VS Code, Visual Studio, PyCharm, IntelliJ,
|
Cloud Platform, VS Code, Visual Studio, PyCharm, IntelliJ,
|
||||||
Eclipse</span><br />
|
Eclipse<br />
|
||||||
<strong>Libraries</strong>: pandas, NumPy, Matplotlib
|
<strong>Libraries</strong>: pandas, NumPy, Matplotlib
|
||||||
</div>
|
</div>
|
Loading…
Reference in New Issue
Block a user