mirror of
https://gitlab.com/MisterBiggs/Resume.git
synced 2025-06-16 09:26:40 +00:00
BEST WORK NOW
This commit is contained in:
parent
8d7513bba7
commit
49f85f03ed
@ -1,10 +1,13 @@
|
||||
image: node
|
||||
|
||||
# Just run
|
||||
# resume serve --theme onepage
|
||||
# Then save as index.html and push to gitlab. Auto building is too much hassle right now.
|
||||
# References:
|
||||
# https://github.com/jsonresume/resume-cli
|
||||
# https://github.com/ainsleyc/jsonresume-theme-onepage
|
||||
# https://jsonresume.org/
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- npm install
|
||||
- resume export index.html --theme onepage
|
||||
- mkdir .public
|
||||
- cp -r ./site/* .public
|
||||
- mv .public public
|
||||
|
374
index.html
Normal file
374
index.html
Normal file
@ -0,0 +1,374 @@
|
||||
<!DOCTYPE html>
|
||||
<!-- saved from url=(0022)http://localhost:4000/ -->
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
|
||||
|
||||
<meta name="viewport" content="width=device-width, user-scalable=no, minimal-ui">
|
||||
|
||||
<title>Anson Biggs</title>
|
||||
|
||||
<style>
|
||||
body {
|
||||
background: #EEEEEE;
|
||||
font: 12px "Times New Roman", Times, sans-serif;
|
||||
line-height: 1.4;
|
||||
margin: 40px 0;
|
||||
}
|
||||
em {
|
||||
color: #999;
|
||||
}
|
||||
p {
|
||||
line-height: 1.4;
|
||||
}
|
||||
ul {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
li {
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#resume {
|
||||
margin: 0 auto;
|
||||
max-width: 600px;
|
||||
padding: 80px 100px;
|
||||
background: #fff;
|
||||
border: 1px solid #ccc;
|
||||
box-shadow: 2px 2px 4px #aaa;
|
||||
-webkit-box-shadow: 2px 2px 4px #aaa;
|
||||
}
|
||||
|
||||
.coursesList {
|
||||
width: 28%;
|
||||
vertical-align: top;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.largeFont {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.smallFont {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.sectionBlock {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.sectionName {
|
||||
width: 18%;
|
||||
vertical-align: top;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.sectionContent {
|
||||
width: 80%;
|
||||
vertical-align: top;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.sectionContent ul {
|
||||
padding-left: 20px;
|
||||
margin-top: 6px;
|
||||
list-style-type: circle;
|
||||
}
|
||||
|
||||
.sectionContent .title {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.sectionContent .date {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.sectionContent .separator {
|
||||
height: 14px;
|
||||
}
|
||||
|
||||
.sectionLine {
|
||||
border-style: dashed;
|
||||
border-width: 1px;
|
||||
border-color: #CFCFCF;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.divider {
|
||||
font-weight: bold;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.summary {
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.skillBlock {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.jobBlock {
|
||||
page-break-inside: avoid;
|
||||
}
|
||||
|
||||
/* Media Queries */
|
||||
@media only screen and (max-width: 40em) {
|
||||
body {
|
||||
margin: 0;
|
||||
font-size: 14px;
|
||||
}
|
||||
#resume {
|
||||
margin: 0 auto;
|
||||
max-width: 600px;
|
||||
padding: 0.5em 1em;
|
||||
border: none;
|
||||
}
|
||||
.sectionContent {
|
||||
width: 100%;
|
||||
}
|
||||
.sectionContent .date {
|
||||
padding-right: 2em;
|
||||
}
|
||||
.sectionName {
|
||||
width: auto;
|
||||
}
|
||||
.largeFont {
|
||||
font-size: 20px;
|
||||
}
|
||||
.smallFont {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
@media print {
|
||||
#resume {
|
||||
margin: 0 auto;
|
||||
max-width: 600px;
|
||||
padding: 0px 0px;
|
||||
border: 0px;
|
||||
background: #fff;
|
||||
box-shadow: none;
|
||||
-webkit-box-shadow: none;
|
||||
}
|
||||
|
||||
a {
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body data-gr-c-s-loaded="true" class="clickup-chrome-ext_installed" cz-shortcut-listen="true">
|
||||
|
||||
<div id="resume">
|
||||
<div id="nameBlock" class="largeFont">
|
||||
<span class="name">
|
||||
Anson Biggs,
|
||||
</span>
|
||||
<span class="label">Aeorospace Engineering Undergrad</span>
|
||||
</div>
|
||||
<div id="basicsBlock" class="smallFont">
|
||||
<div class="contactBlock">
|
||||
<span class="email">anson@ansonbiggs.com</span>
|
||||
<span class="divider">|</span>
|
||||
<span class="phone">(480) 322-8468</span>
|
||||
<span class="divider">|</span>
|
||||
<span class="address">
|
||||
Phoenix, Arizona, US
|
||||
</span>
|
||||
</div>
|
||||
<div id="profilesBlock">
|
||||
<span class="url">
|
||||
<a href="https://www.linkedin.com/in/ansonbiggs/">https://www.linkedin.com/in/ansonbiggs/</a>
|
||||
</span>
|
||||
<span class="divider">|</span>
|
||||
<span class="url">
|
||||
<a href="https://gitlab.com/MisterBiggs">https://gitlab.com/MisterBiggs</a>
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="sectionLine"></div>
|
||||
|
||||
<div id="summaryBlock" class="sectionBlock">
|
||||
<div class="sectionName">
|
||||
<span>SUMMARY</span>
|
||||
</div>
|
||||
<div class="sectionContent">
|
||||
<span>I am an undergraduate Aerospace Engineering student with a focus on Astronautics and a minor in Computer Science studying at Embry-Riddle Aeronautical University in Prescott, Arizona. </span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sectionLine"></div>
|
||||
|
||||
<div id="workBlock" class="sectionBlock">
|
||||
<div class="sectionName">
|
||||
<span>EXPERIENCE</span>
|
||||
</div>
|
||||
<div class="sectionContent">
|
||||
<div class="jobBlock">
|
||||
<div class="blockHeader">
|
||||
<span class="title">
|
||||
The Hub, Team Leader
|
||||
</span>
|
||||
<span class="date">
|
||||
2012-01-01 — 2019-01-01
|
||||
</span>
|
||||
</div>
|
||||
<div><a href="http://localhost:4000/"></a></div>
|
||||
<ul class="highlights">
|
||||
<li>Managed a team of kitchen and serving staff.</li>
|
||||
<li>Ensured product quality according to customer specifications.</li>
|
||||
<li>Made all documentation for cleaning and stocking restaurant.</li>
|
||||
</ul>
|
||||
<div class="separator"></div>
|
||||
</div>
|
||||
<div class="jobBlock">
|
||||
<div class="blockHeader">
|
||||
<span class="title">
|
||||
Redline Racing Division, Business Lead
|
||||
</span>
|
||||
<span class="date">
|
||||
2019-01-01 — Present
|
||||
</span>
|
||||
</div>
|
||||
<div><a href="http://localhost:4000/"></a></div>
|
||||
<ul class="highlights">
|
||||
<li>Make sure sub-teams are able to collaborate effectively.</li>
|
||||
<li>Assist in managing team budget.</li>
|
||||
<li>Manage team website, marketing, and merchandise.</li>
|
||||
<li>Ensure that teams are properly assessed, and their respective performance targets are properly monitored.</li>
|
||||
<li>Coordinate organization external relationships with sponsors and the local community.</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sectionLine"></div>
|
||||
|
||||
|
||||
<div id="awards" class="sectionBlock">
|
||||
<div class="sectionName">
|
||||
<span>AWARDS</span>
|
||||
</div>
|
||||
<div class="sectionContent">
|
||||
<div class="blockHeader">
|
||||
<span class="title">
|
||||
Top 50 | Tegra® K1 CUDA® Vision Challenge, NVIDIA
|
||||
</span>
|
||||
<span class="date">
|
||||
<span class="date">2015-09-01</span>
|
||||
</span>
|
||||
</div>
|
||||
<ul class="highlights">
|
||||
<li>Competition which involved building a computer vision platform using a small dev board from NVIDIA which had a built in GPU.</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="sectionLine"></div>
|
||||
|
||||
|
||||
<div id="education" class="sectionBlock">
|
||||
<div class="sectionName">
|
||||
<span>EDUCATION</span>
|
||||
</div>
|
||||
<div class="sectionContent">
|
||||
<div class="educationBlock">
|
||||
<span class="title">
|
||||
Embry-Riddle Aeronautical University
|
||||
</span>
|
||||
<span class="date">
|
||||
2017-06-01 — 2021-12-10
|
||||
</span>
|
||||
<div class="">
|
||||
Bachelor - Aerospace Engineering with a minor in Computer Science, GPA: 2.50
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="sectionLine"></div>
|
||||
|
||||
<div id="skills" class="sectionBlock">
|
||||
<div class="sectionName">
|
||||
<span>SKILLS</span>
|
||||
</div>
|
||||
<div class="sectionContent">
|
||||
<div class="skillBlock">
|
||||
<span class="title">Web Development <em>(Novice)</em>:</span>
|
||||
<span>HTML</span>,
|
||||
<span>CSS</span>,
|
||||
<span>Javascript</span>
|
||||
</div>
|
||||
<div class="skillBlock">
|
||||
<span class="title">Python <em>(Intermediate)</em>:</span>
|
||||
<span>Numpy</span>,
|
||||
<span>Pandas</span>,
|
||||
<span>Matplotlib</span>,
|
||||
<span>SymPy</span>,
|
||||
<span>Serverless</span>,
|
||||
<span>API Endpoints</span>
|
||||
</div>
|
||||
<div class="skillBlock">
|
||||
<span class="title">Computer Aided Design <em>(Advanced)</em>:</span>
|
||||
<span>Fusion 360</span>,
|
||||
<span>CATIA</span>,
|
||||
<span>3D Printing</span>
|
||||
</div>
|
||||
<div class="skillBlock">
|
||||
<span class="title">Engineering:</span>
|
||||
<span>VHDL</span>,
|
||||
<span>VIVADO</span>,
|
||||
<span>C</span>,
|
||||
<span>C++</span>
|
||||
</div>
|
||||
<div class="skillBlock">
|
||||
<span class="title">MATLAB <em>(Advanced)</em>:</span>
|
||||
<span>Symbolic Toolbox</span>
|
||||
</div>
|
||||
<div class="skillBlock">
|
||||
<span class="title">Technical:</span>
|
||||
<span>Linux CLI</span>,
|
||||
<span>Git Version Control</span>,
|
||||
<span>Docker</span>,
|
||||
<span>CI/CD</span>,
|
||||
<span>Regex</span>
|
||||
</div>
|
||||
<div class="skillBlock">
|
||||
<span class="title">Office Software <em>(Advanced)</em>:</span>
|
||||
<span>Word</span>,
|
||||
<span>Excel</span>,
|
||||
<span>PowerPoint</span>,
|
||||
<span>SharePoint</span>,
|
||||
<span>Outlook</span>,
|
||||
<span>OneNote</span>,
|
||||
<span>Publisher</span>,
|
||||
<span>Visio</span>,
|
||||
<span>Skype</span>,
|
||||
<span>Teams</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sectionLine"></div>
|
||||
|
||||
<div id="languages" class="sectionBlock">
|
||||
<div class="sectionName">
|
||||
<span>LANGUAGES</span>
|
||||
</div>
|
||||
<div class="sectionContent">
|
||||
<span class="language">English</span>
|
||||
<span class="fluency"><em>(Native speaker)</em></span>
|
||||
|
||||
</div>
|
||||
<div class="sectionLine"></div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</div></body></html>
|
15
package.json
15
package.json
@ -1,15 +0,0 @@
|
||||
{
|
||||
"name": "anson-resume",
|
||||
"version": "2019.3",
|
||||
"description": "Resume for Anson Biggs",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@gitlab.com/gableroux/gitlab-ci-example-nodejs.git"
|
||||
},
|
||||
"homepage": "ansonbiggs.com",
|
||||
"dependencies": {
|
||||
"resume-cli": "^1.2.7",
|
||||
"jsonresume-theme-onepage": "^0.0.3"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user