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>
|
||||
<h2>Undergraduate Grant Project</h2>
|
||||
<dt>
|
||||
Orbital Debris Classification, Undergrad Research, Fall 2021-Spring 2022
|
||||
Orbital Debris Classification, Undergraduate Research, Fall 2021-Spring
|
||||
2022
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
@ -102,18 +103,18 @@
|
||||
<ul>
|
||||
<li>
|
||||
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>
|
||||
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>Developed completely open-source in public under MIT License.</li>
|
||||
</ul>
|
||||
</dd>
|
||||
|
||||
<dt>The Hub Grill | Mesa, AZ | Team Leader | 2012-2021</dt>
|
||||
|
||||
<dd>
|
||||
<ul>
|
||||
<li>
|
||||
@ -145,10 +146,20 @@
|
||||
<dl>
|
||||
<dt>Python</dt>
|
||||
<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>
|
||||
<dd>
|
||||
Julia, Rust, C++, LaTeX, Linux, Linux CLI, Git Version Control, Regex,
|
||||
Docker, Kubernetes, CI/CD
|
||||
Julia, Rust, C++, LaTeX, Linux CLI, Git Version Control, Regex, Docker,
|
||||
WSL, Kubernetes, CI/CD
|
||||
</dd>
|
||||
<dt>MATLAB</dt>
|
||||
<dd>
|
||||
@ -156,14 +167,17 @@
|
||||
System, Aerospace, Optimization, Image Processing, Image Acquisition
|
||||
</dd>
|
||||
<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>
|
||||
<dd>
|
||||
Teams, Word, Excel, PowerPoint, SharePoint, Outlook, OneNote, Publisher,
|
||||
Visio, Skype, Google Workspace
|
||||
</dd>
|
||||
</dl>
|
||||
<h2>Personal Engineering Projects</h2>
|
||||
<h2 id="onlyprint">Personal Engineering Projects</h2>
|
||||
<br id="noprint" />
|
||||
<script>
|
||||
const RSS_URL = `https://projects.ansonbiggs.com/index.xml`;
|
||||
|
11
print.css
11
print.css
@ -10,6 +10,11 @@ p {
|
||||
|
||||
dd {
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
dt {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
ul {
|
||||
@ -44,7 +49,11 @@ h2::after {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#onlyprint {
|
||||
/* #onlyprint {
|
||||
display: block;
|
||||
visibility: visible;
|
||||
} */
|
||||
#onlyprint {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
17
style.css
17
style.css
@ -32,6 +32,23 @@ a:visited {
|
||||
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 {
|
||||
border-radius: 20px;
|
||||
background-color: whitesmoke;
|
||||
|
Loading…
x
Reference in New Issue
Block a user