diff options
Diffstat (limited to 'layouts/partials/body/education.html')
-rw-r--r-- | layouts/partials/body/education.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/layouts/partials/body/education.html b/layouts/partials/body/education.html new file mode 100644 index 0000000..10901d0 --- /dev/null +++ b/layouts/partials/body/education.html @@ -0,0 +1,24 @@ +<h3>Education</h1> + <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>
\ No newline at end of file |