Delete horizontal rules
This commit is contained in:
parent
d38cebae64
commit
ec9f6647b9
@ -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>Associate’s 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>Associate’s in Liberal Arts</em></td>
|
||||
<td style="text-align: right;"><em>Aug. 2014 – May 2018</em></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
@ -1,5 +1,4 @@
|
||||
<h3>Experience</h3>
|
||||
<hr>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
|
@ -1,6 +1,5 @@
|
||||
{{ with .Site.GetPage "/projects" }}
|
||||
<h3>Projects</h3>
|
||||
<hr>
|
||||
{{ range .Pages }}
|
||||
<table>
|
||||
<tbody>
|
||||
|
@ -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>
|
Loading…
Reference in New Issue
Block a user