Use partials
This commit is contained in:
parent
515be43c4c
commit
5eb65528e2
@ -1,80 +1,12 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-US{{ end }}">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>{{ .Site.Title }}</title>
|
<title>{{ .Site.Title }}</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/cmu-serif" type="text/css" />
|
<link rel="stylesheet" media="all" href="https://fontlibrary.org/face/cmu-serif" type="text/css" />
|
||||||
|
{{ partial "head/style.html" . }}
|
||||||
<style type="text/css">
|
|
||||||
body {
|
|
||||||
font-family: 'CMUSerifRoman', serif;
|
|
||||||
font-size: 13pt;
|
|
||||||
line-height: 120%;
|
|
||||||
background: white;
|
|
||||||
display: block;
|
|
||||||
margin: 1cm auto;
|
|
||||||
box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
|
|
||||||
min-width: 21cm;
|
|
||||||
width: 21cm;
|
|
||||||
height: 29.7cm;
|
|
||||||
padding: 1.2cm;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul {
|
|
||||||
margin: 0;
|
|
||||||
padding-left: 50px;
|
|
||||||
list-style-type: disc;
|
|
||||||
font-size: small;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul.skills {
|
|
||||||
padding-left: 0;
|
|
||||||
margin-left: 2.5%;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1,
|
|
||||||
h2,
|
|
||||||
h3 {
|
|
||||||
margin-top: 5px;
|
|
||||||
margin-bottom: 0;
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1.name {
|
|
||||||
font-size: xx-large;
|
|
||||||
font-weight: bold;
|
|
||||||
margin-bottom: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
hr {
|
|
||||||
margin-top: 0;
|
|
||||||
margin-bottom: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
em {
|
|
||||||
font-size: small;
|
|
||||||
}
|
|
||||||
|
|
||||||
table {
|
|
||||||
margin-left: 2.5%;
|
|
||||||
width: 95%;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media print {
|
|
||||||
body {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
box-shadow: 0 0 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
@ -1,177 +1,7 @@
|
|||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<div style="text-align: center;">
|
{{ partial "body/contacts.html" . }}
|
||||||
<h1 class="name">{{ .Site.Params.name }}</h1>
|
{{ partial "body/education.html" . }}
|
||||||
<div style="font-size: small;">
|
{{ partial "body/experience.html" . }}
|
||||||
{{ .Site.Params.Phone }} <span>|</span> <a href="mailto:x@x.com"><u>jake@su.edu</u></a> <span>|</span> <a
|
{{ partial "body/projects.html" . }}
|
||||||
href="https://linkedin.com/in/..."><u>linkedin.com/in/jake</u></a>
|
{{ partial "body/skills.html" . }}
|
||||||
<span>|</span> <a href="https://github.com/..."><u>github.com/jake</u></a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<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>
|
|
||||||
<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>
|
|
||||||
<h3>Projects</h1>
|
|
||||||
<hr>
|
|
||||||
<table>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td><strong>Gitlytics</strong> <span>|</span>
|
|
||||||
<em>Python, Flask, React, PostgreSQL,
|
|
||||||
Docker</em>
|
|
||||||
</td>
|
|
||||||
<td style="text-align: right;">June 2020 – Present</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<ul>
|
|
||||||
<li>Developed a full-stack web application using with
|
|
||||||
Flask serving a REST API with React as the frontend
|
|
||||||
</li>
|
|
||||||
<li>Implemented GitHub OAuth to get data from user’s
|
|
||||||
repositories
|
|
||||||
</li>
|
|
||||||
<li>Visualized GitHub data to show collaboration
|
|
||||||
</li>
|
|
||||||
<li>Used Celery and Redis for asynchronous tasks
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<table>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td><strong>Simple Paintball</strong>
|
|
||||||
<span>|</span>
|
|
||||||
<em>Spigot API, Java, Maven, TravisCI,
|
|
||||||
Git</em>
|
|
||||||
</td>
|
|
||||||
<td style="text-align: right;">May 2018 – May 2020</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<ul>
|
|
||||||
<li>Developed a Minecraft server plugin to entertain
|
|
||||||
kids during free time for a previous job
|
|
||||||
</li>
|
|
||||||
<li>Published plugin to websites gaining 2K+ downloads
|
|
||||||
and an average 4.5/5-star review
|
|
||||||
</li>
|
|
||||||
<li>Implemented continuous delivery using TravisCI to
|
|
||||||
build the plugin upon new a release
|
|
||||||
</li>
|
|
||||||
<li>Collaborated with Minecraft server administrators to
|
|
||||||
suggest features and get feedback about the plugin
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<h3>Technical Skills</h1>
|
|
||||||
<hr>
|
|
||||||
<ul class="skills"><strong>Languages</strong>: Java, Python, C/C++, SQL
|
|
||||||
(Postgres), JavaScript, HTML/CSS, R<br />
|
|
||||||
<strong>Frameworks</strong>: React, Node.js, Flask, JUnit,
|
|
||||||
WordPress, Material-UI, FastAPI<br />
|
|
||||||
<strong>Developer Tools</strong>: Git, Docker, TravisCI, Google
|
|
||||||
Cloud Platform, VS Code, Visual Studio, PyCharm, IntelliJ,
|
|
||||||
Eclipse</span><br />
|
|
||||||
<strong>Libraries</strong>: pandas, NumPy, Matplotlib
|
|
||||||
</ul>
|
|
||||||
{{ end }}
|
{{ end }}
|
17
layouts/partials/body/contacts.html
Normal file
17
layouts/partials/body/contacts.html
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<div style="text-align: center;">
|
||||||
|
<h1 class="name">{{ .Site.Params.Name }}</h1>
|
||||||
|
<div style="font-size: small;">
|
||||||
|
{{ with .Site.Params.Phone }}
|
||||||
|
<a href="tel:{{ . }}">{{ . }}</a><span> |</span>
|
||||||
|
{{ end }}
|
||||||
|
{{ with .Site.Params.Email }}
|
||||||
|
<a href="mailto:{{ . }}">{{ . }}</a><span> |</span>
|
||||||
|
{{ end }}
|
||||||
|
{{ with .Site.Params.LinkedIn }}
|
||||||
|
<a href="https://{{ . }}">{{ . }}</a><span> |</span>
|
||||||
|
{{ end }}
|
||||||
|
{{ with .Site.Params.GitHub }}
|
||||||
|
<a href="https://{{ . }}">{{ . }}</a>
|
||||||
|
{{ end }}
|
||||||
|
</div>
|
||||||
|
</div>
|
24
layouts/partials/body/education.html
Normal file
24
layouts/partials/body/education.html
Normal file
@ -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>
|
81
layouts/partials/body/experience.html
Normal file
81
layouts/partials/body/experience.html
Normal file
@ -0,0 +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>
|
51
layouts/partials/body/projects.html
Normal file
51
layouts/partials/body/projects.html
Normal file
@ -0,0 +1,51 @@
|
|||||||
|
<h3>Projects</h3>
|
||||||
|
<hr>
|
||||||
|
<table>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td><strong>Gitlytics</strong> <span>|</span>
|
||||||
|
<em>Python, Flask, React, PostgreSQL,
|
||||||
|
Docker</em>
|
||||||
|
</td>
|
||||||
|
<td style="text-align: right;">June 2020 – Present</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<ul>
|
||||||
|
<li>Developed a full-stack web application using with
|
||||||
|
Flask serving a REST API with React as the frontend
|
||||||
|
</li>
|
||||||
|
<li>Implemented GitHub OAuth to get data from user’s
|
||||||
|
repositories
|
||||||
|
</li>
|
||||||
|
<li>Visualized GitHub data to show collaboration
|
||||||
|
</li>
|
||||||
|
<li>Used Celery and Redis for asynchronous tasks
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<table>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td><strong>Simple Paintball</strong>
|
||||||
|
<span>|</span>
|
||||||
|
<em>Spigot API, Java, Maven, TravisCI,
|
||||||
|
Git</em>
|
||||||
|
</td>
|
||||||
|
<td style="text-align: right;">May 2018 – May 2020</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<ul>
|
||||||
|
<li>Developed a Minecraft server plugin to entertain
|
||||||
|
kids during free time for a previous job
|
||||||
|
</li>
|
||||||
|
<li>Published plugin to websites gaining 2K+ downloads
|
||||||
|
and an average 4.5/5-star review
|
||||||
|
</li>
|
||||||
|
<li>Implemented continuous delivery using TravisCI to
|
||||||
|
build the plugin upon new a release
|
||||||
|
</li>
|
||||||
|
<li>Collaborated with Minecraft server administrators to
|
||||||
|
suggest features and get feedback about the plugin
|
||||||
|
</li>
|
||||||
|
</ul>
|
12
layouts/partials/body/skills.html
Normal file
12
layouts/partials/body/skills.html
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<h3>Technical Skills</h3>
|
||||||
|
<hr>
|
||||||
|
<div class="skills">
|
||||||
|
<strong>Languages</strong>: Java, Python, C/C++, SQL
|
||||||
|
(Postgres), JavaScript, HTML/CSS, R<br />
|
||||||
|
<strong>Frameworks</strong>: React, Node.js, Flask, JUnit,
|
||||||
|
WordPress, Material-UI, FastAPI<br />
|
||||||
|
<strong>Developer Tools</strong>: Git, Docker, TravisCI, Google
|
||||||
|
Cloud Platform, VS Code, Visual Studio, PyCharm, IntelliJ,
|
||||||
|
Eclipse</span><br />
|
||||||
|
<strong>Libraries</strong>: pandas, NumPy, Matplotlib
|
||||||
|
</div>
|
69
layouts/partials/head/style.html
Normal file
69
layouts/partials/head/style.html
Normal file
@ -0,0 +1,69 @@
|
|||||||
|
<style type="text/css">
|
||||||
|
body {
|
||||||
|
font-family: 'CMUSerifRoman', serif;
|
||||||
|
font-size: 13pt;
|
||||||
|
line-height: 120%;
|
||||||
|
background: white;
|
||||||
|
display: block;
|
||||||
|
margin: 1cm auto;
|
||||||
|
box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
|
||||||
|
min-width: 21cm;
|
||||||
|
width: 21cm;
|
||||||
|
height: 29.7cm;
|
||||||
|
padding: 1.2cm;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
margin: 0;
|
||||||
|
padding-left: 50px;
|
||||||
|
list-style-type: disc;
|
||||||
|
font-size: small;
|
||||||
|
}
|
||||||
|
|
||||||
|
.skills {
|
||||||
|
padding-left: 0;
|
||||||
|
margin-left: 2.5%;
|
||||||
|
font-size: small;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1,
|
||||||
|
h2,
|
||||||
|
h3 {
|
||||||
|
margin-top: 5px;
|
||||||
|
margin-bottom: 0;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1.name {
|
||||||
|
font-size: xx-large;
|
||||||
|
font-weight: bold;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
margin-top: 0;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
em {
|
||||||
|
font-size: small;
|
||||||
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
margin-left: 2.5%;
|
||||||
|
width: 95%;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media print {
|
||||||
|
body {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
box-shadow: 0 0 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
Loading…
Reference in New Issue
Block a user