mirror of
https://gitlab.com/MisterBiggs/Resume.git
synced 2025-06-16 01:16:39 +00:00
formatting and added embedded stuff
This commit is contained in:
parent
b93ff950f7
commit
39bf0d1d28
30
index.html
30
index.html
@ -72,7 +72,8 @@
|
|||||||
</dl>
|
</dl>
|
||||||
<h2>Undergraduate Grant Project</h2>
|
<h2>Undergraduate Grant Project</h2>
|
||||||
<dt>
|
<dt>
|
||||||
Orbital Debris Classification, Undergrad Research, Fall 2021-Spring 2022
|
Orbital Debris Classification, Undergraduate Research, Fall 2021-Spring
|
||||||
|
2022
|
||||||
</dt>
|
</dt>
|
||||||
|
|
||||||
<dd>
|
<dd>
|
||||||
@ -102,18 +103,18 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
Bot that brings stock market information and analysis to group
|
Bot that brings stock market information and analysis to group
|
||||||
chats, used over 1 Million times per month.
|
chats, used over 1.5 Million times per month.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Programmed in Python and uses CI/CD to publish and deploy code to a
|
Programmed in Python and uses CI/CD to publish and deploy code to a
|
||||||
Kubernetes Cluster that I manage.
|
Kubernetes Cluster that I manage in order to seamlessly keep
|
||||||
|
production code up to date.
|
||||||
</li>
|
</li>
|
||||||
<li>Developed completely open-source in public under MIT License.</li>
|
<li>Developed completely open-source in public under MIT License.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<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>
|
||||||
<li>
|
<li>
|
||||||
@ -145,10 +146,20 @@
|
|||||||
<dl>
|
<dl>
|
||||||
<dt>Python</dt>
|
<dt>Python</dt>
|
||||||
<dd>NumPy, Pandas, Matplotlib, SymPy, Serverless, DASK, CUDA</dd>
|
<dd>NumPy, Pandas, Matplotlib, SymPy, Serverless, DASK, CUDA</dd>
|
||||||
|
<dt>Embedded Programming</dt>
|
||||||
|
<dd>
|
||||||
|
Arduino Ecosystem: PlatformIO, C++, Teensy, ESP8266, ESP32, Hardware
|
||||||
|
Integration
|
||||||
|
</dd>
|
||||||
|
<dd>
|
||||||
|
Linux Ecosystem: Python, C++, Web Servers, High Performance Matrix Math,
|
||||||
|
Real-time Object Detection using Deep Learning, CUDA, Raspberry Pi,
|
||||||
|
Tegra K1
|
||||||
|
</dd>
|
||||||
<dt>Engineering and Technical</dt>
|
<dt>Engineering and Technical</dt>
|
||||||
<dd>
|
<dd>
|
||||||
Julia, Rust, C++, LaTeX, Linux, Linux CLI, Git Version Control, Regex,
|
Julia, Rust, C++, LaTeX, Linux CLI, Git Version Control, Regex, Docker,
|
||||||
Docker, Kubernetes, CI/CD
|
WSL, Kubernetes, CI/CD
|
||||||
</dd>
|
</dd>
|
||||||
<dt>MATLAB</dt>
|
<dt>MATLAB</dt>
|
||||||
<dd>
|
<dd>
|
||||||
@ -156,14 +167,17 @@
|
|||||||
System, Aerospace, Optimization, Image Processing, Image Acquisition
|
System, Aerospace, Optimization, Image Processing, Image Acquisition
|
||||||
</dd>
|
</dd>
|
||||||
<dt>Computer-Aided Design</dt>
|
<dt>Computer-Aided Design</dt>
|
||||||
<dd>Fusion 360, CATIA, 3D Printing, Ultimaker Cura, Drawings</dd>
|
<dd>
|
||||||
|
Fusion 360, CATIA, 3D Printing, Ultimaker 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,
|
||||||
Visio, Skype, Google Workspace
|
Visio, Skype, Google Workspace
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<h2>Personal Engineering Projects</h2>
|
<h2 id="onlyprint">Personal Engineering Projects</h2>
|
||||||
<br id="noprint" />
|
<br id="noprint" />
|
||||||
<script>
|
<script>
|
||||||
const RSS_URL = `https://projects.ansonbiggs.com/index.xml`;
|
const RSS_URL = `https://projects.ansonbiggs.com/index.xml`;
|
||||||
|
11
print.css
11
print.css
@ -10,6 +10,11 @@ p {
|
|||||||
|
|
||||||
dd {
|
dd {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
dt {
|
||||||
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
@ -44,7 +49,11 @@ h2::after {
|
|||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
#onlyprint {
|
/* #onlyprint {
|
||||||
display: block;
|
display: block;
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
|
} */
|
||||||
|
#onlyprint {
|
||||||
|
display: none;
|
||||||
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
17
style.css
17
style.css
@ -32,6 +32,23 @@ a:visited {
|
|||||||
color: cornflowerblue;
|
color: cornflowerblue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dt {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
dd {
|
||||||
|
margin-bottom: 0;
|
||||||
|
margin-left: 2em;
|
||||||
|
text-indent: -2em;
|
||||||
|
}
|
||||||
|
dd > ul {
|
||||||
|
text-indent: 0em;
|
||||||
|
margin-left: -5em;
|
||||||
|
}
|
||||||
|
/* dd::first-line {
|
||||||
|
text-indent: -2em;
|
||||||
|
} */
|
||||||
|
|
||||||
article {
|
article {
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
background-color: whitesmoke;
|
background-color: whitesmoke;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user