diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-11-23 23:23:26 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-11-23 23:23:26 +0300 |
commit | 945246c56093b022cfcbd1f5897c5671adab391f (patch) | |
tree | 7048b609745d6621a275870b3d3a795f6dcbee45 | |
parent | 5eb65528e2a25c3ce3c4f079541cc611ac2ee713 (diff) |
Fix headers tag
-rw-r--r-- | layouts/partials/body/education.html | 2 | ||||
-rw-r--r-- | layouts/partials/body/experience.html | 162 |
2 files changed, 82 insertions, 82 deletions
diff --git a/layouts/partials/body/education.html b/layouts/partials/body/education.html index 10901d0..369e9da 100644 --- a/layouts/partials/body/education.html +++ b/layouts/partials/body/education.html @@ -1,4 +1,4 @@ -<h3>Education</h1> +<h3>Education</h3> <hr> <table> <tbody> diff --git a/layouts/partials/body/experience.html b/layouts/partials/body/experience.html index b46a2ee..6a51475 100644 --- a/layouts/partials/body/experience.html +++ b/layouts/partials/body/experience.html @@ -1,81 +1,81 @@ -<h3>Experience</h1> - <hr> - <table> - <tbody> - <tr> - <td><strong>Undergraduate Research Assistant</strong></td> - <td style="text-align: right;">June 2020 – Present - </td> - </tr> - <tr> - <td><em>Texas A&M University</em></td> - <td style="text-align: right;"><em>College Station, TX</em></td> - </tr> - </tbody> - </table> - <ul> - <li>Developed a REST API using FastAPI and PostgreSQL to store data from learning management systems - </li> - <li>Developed a full-stack web application using Flask, React, PostgreSQL and Docker to analyze GitHub - data - </li> - <li>Explored ways to visualize GitHub collaboration in a classroom setting - </li> - </ul> - <table> - <tbody> - <tr> - <td><strong>Information Technology Support - Specialist</strong></td> - <td style="text-align: right;">Sep. 2018 – Present</td> - </tr> - <tr> - <td><em>Southwestern University</em></td> - <td style="text-align: right;"><em>Georgetown, TX</em></td> - </tr> - </tbody> - </table> - <ul> - <li>Communicate with managers to set up campus computers - used on campus - </li> - <li>Assess and troubleshoot computer problems brought by - students, faculty and staff - </li> - <li>Maintain upkeep of computers, classroom equipment, - and 200 printers across campus - </li> - </ul> - <table> - <tbody> - <tr> - <td><strong>Artificial Intelligence Research - Assistant</strong></td> - <td style="text-align: right;">May 2019 – July 2019</td> - </tr> - <tr> - <td><em>Southwestern University</em></td> - <td style="text-align: right;"><em>Georgetown, TX</em></td> - </tr> - </tbody> - </table> - <ul> - <li>Explored methods to generate video game dungeons - based off of <em>The Legend of Zelda</em> - </li> - <li>Developed a game in Java to test the generated - dungeons - </li> - <li>Contributed 50K+ lines of code to an established - codebase via Git - </li> - <li>Conducted a human subject study to determine which - video game dungeon generation technique is enjoyable - </li> - <li>Wrote an 8-page paper and gave multiple - presentations on-campus - </li> - <li>Presented virtually to the World Conference on - Computational Intelligence - </li> - </ul>
\ No newline at end of file +<h3>Experience</h3> +<hr> +<table> + <tbody> + <tr> + <td><strong>Undergraduate Research Assistant</strong></td> + <td style="text-align: right;">June 2020 – Present + </td> + </tr> + <tr> + <td><em>Texas A&M University</em></td> + <td style="text-align: right;"><em>College Station, TX</em></td> + </tr> + </tbody> +</table> +<ul> + <li>Developed a REST API using FastAPI and PostgreSQL to store data from learning management systems + </li> + <li>Developed a full-stack web application using Flask, React, PostgreSQL and Docker to analyze GitHub + data + </li> + <li>Explored ways to visualize GitHub collaboration in a classroom setting + </li> +</ul> +<table> + <tbody> + <tr> + <td><strong>Information Technology Support + Specialist</strong></td> + <td style="text-align: right;">Sep. 2018 – Present</td> + </tr> + <tr> + <td><em>Southwestern University</em></td> + <td style="text-align: right;"><em>Georgetown, TX</em></td> + </tr> + </tbody> +</table> +<ul> + <li>Communicate with managers to set up campus computers + used on campus + </li> + <li>Assess and troubleshoot computer problems brought by + students, faculty and staff + </li> + <li>Maintain upkeep of computers, classroom equipment, + and 200 printers across campus + </li> +</ul> +<table> + <tbody> + <tr> + <td><strong>Artificial Intelligence Research + Assistant</strong></td> + <td style="text-align: right;">May 2019 – July 2019</td> + </tr> + <tr> + <td><em>Southwestern University</em></td> + <td style="text-align: right;"><em>Georgetown, TX</em></td> + </tr> + </tbody> +</table> +<ul> + <li>Explored methods to generate video game dungeons + based off of <em>The Legend of Zelda</em> + </li> + <li>Developed a game in Java to test the generated + dungeons + </li> + <li>Contributed 50K+ lines of code to an established + codebase via Git + </li> + <li>Conducted a human subject study to determine which + video game dungeon generation technique is enjoyable + </li> + <li>Wrote an 8-page paper and gave multiple + presentations on-campus + </li> + <li>Presented virtually to the World Conference on + Computational Intelligence + </li> +</ul>
\ No newline at end of file |