1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2025-06-16 09:26:40 +00:00

fit to one page

This commit is contained in:
Anson Biggs 2022-02-04 15:26:52 -07:00
parent ac5bb6dcb3
commit 07217dd72f
2 changed files with 8 additions and 18 deletions

View File

@ -10,6 +10,7 @@
/> />
<link rel="stylesheet" type="text/css" href="awsm.min.css" /> <link rel="stylesheet" type="text/css" href="awsm.min.css" />
<link rel="stylesheet" type="text/css" href="style.css" /> <link rel="stylesheet" type="text/css" href="style.css" />
<link rel="stylesheet" type="text/css" href="print.css" />
<link rel="stylesheet" type="text/css" media="print" href="print.css" /> <link rel="stylesheet" type="text/css" media="print" href="print.css" />
<link <link
rel="icon" rel="icon"
@ -28,7 +29,7 @@
<!--sse--> <!--sse-->
<br /> <br />
<a href="mailto:anson@ansonbiggs.com" rel="me">anson@ansonbiggs.com</a> <a href="mailto:anson@ansonbiggs.com" rel="me">anson@ansonbiggs.com</a>
| (480) 322-8468 <br /> | (480) 322-8468 |
<a href="https://linkedin.com/in/ansonbiggs" rel="me" <a href="https://linkedin.com/in/ansonbiggs" rel="me"
>linkedin.com/in/ansonbiggs</a >linkedin.com/in/ansonbiggs</a
> >
@ -162,9 +163,11 @@
</ul> </ul>
</dd> </dd>
</dl> </dl>
<h2>EXPERIENCE</h2> <h2>ACHIEVEMENTS AND OTHER EXPERIENCE</h2>
<dl> <dl>
<dt>NVIDIA | Tegra K1 CUDA Vision Challenge, Top 50 | 2015</dt>
<dt>Discord | Verified Bot Developer | 2020</dt>
<dt>The Hub Grill | Mesa, AZ | Team Leader | 2012-2021</dt> <dt>The Hub Grill | Mesa, AZ | Team Leader | 2012-2021</dt>
<dd> <dd>
<ul> <ul>
@ -186,12 +189,6 @@
</dd> </dd>
</dl> </dl>
<h2>AWARDS AND ACHIEVEMENTS</h2>
<dl>
<dt>NVIDIA | Tegra K1 CUDA Vision Challenge, Top 50 | 2015</dt>
<dt>Discord | Verified Bot Developer | 2020</dt>
</dl>
<h2>SKILLS AND TOOLS</h2> <h2>SKILLS AND TOOLS</h2>
<dl> <dl>
<dt>Python</dt> <dt>Python</dt>
@ -209,17 +206,13 @@
<dt>Engineering and Technical</dt> <dt>Engineering and Technical</dt>
<dd> <dd>
Julia, Rust, C++, LaTeX, Linux CLI, Git Version Control, Regex, Docker, Julia, Rust, C++, LaTeX, Linux CLI, Git Version Control, Regex, Docker,
WSL, Kubernetes, CI/CD, Java WSL, Kubernetes, CI/CD, Java, Fusion 360, CATIA, 3D Printing, Cura
</dd> </dd>
<dt>MATLAB</dt> <dt>MATLAB</dt>
<dd> <dd>
Simulink, Toolboxes: Statistics and Machine Learning, Symbolic, Control Simulink, Toolboxes: Statistics and Machine Learning, Symbolic, Control
System, Aerospace, Optimization, Image Processing, Image Acquisition System, Aerospace, Optimization, Image Processing, Image Acquisition
</dd> </dd>
<dt>Computer-Aided Design</dt>
<dd>
Fusion 360, CATIA, 3D Printing, Cura, Drawings, Configuration Management
</dd>
<dt>Office Software</dt> <dt>Office Software</dt>
<dd> <dd>
Teams, Word, Excel, PowerPoint, SharePoint, Outlook, OneNote, Publisher, Teams, Word, Excel, PowerPoint, SharePoint, Outlook, OneNote, Publisher,

View File

@ -27,7 +27,8 @@ li {
} }
h1 { h1 {
margin-top: 0; margin: 0;
padding: 0;
} }
h2 { h2 {
@ -35,10 +36,6 @@ h2 {
margin-top: 0; margin-top: 0;
} }
h2::after {
margin: 0;
}
#noprint { #noprint {
display: none; display: none;
visibility: hidden; visibility: hidden;