Update Discord
This commit is contained in:
parent
1a085ca165
commit
4fea8296f1
6 changed files with 586 additions and 454 deletions
44
resume.html
44
resume.html
|
@ -9,18 +9,25 @@
|
|||
<body>
|
||||
<h1 id="resume">Resume</h1>
|
||||
<p>
|
||||
Benjamin Zimmerman <br> <a href="resume@askiiart.net">resume@askiiart.net</a> <br> This is public, so I'm not going to put my phone number or address here. Please use email as the primary method of contact.
|
||||
Benjamin Zimmerman <br>
|
||||
<a href="resume@askiiart.net">resume@askiiart.net</a> <br> This
|
||||
is public, so I'm not going to put my phone number or address
|
||||
here. Please use email as the primary method of contact.
|
||||
</p>
|
||||
<h2 id="professional-experience">Professional Experience</h2>
|
||||
<ul>
|
||||
<li>I began computer repair when I was in third grade and built my first computer at age 12. I now run a computer repair business, Ben's PC Repair, out of my home. I do this on the side while I'm in school, but I may expand it.</li>
|
||||
<li>I began computer repair when I was in third grade and built
|
||||
my first computer at age 12. I now run a computer repair
|
||||
business, Ben's PC Repair, out of my home. I do this on the side
|
||||
while I'm in school, but I may expand it.</li>
|
||||
</ul>
|
||||
<h2 id="skills-and-other-traits">Skills and other traits</h2>
|
||||
<ul>
|
||||
<li>Fluent in Java and Python.</li>
|
||||
<li>Can learn just about anything fast.
|
||||
<ul>
|
||||
<li><em>Very</em> fast learner in programming-related topics.</li>
|
||||
<li><em>Very</em> fast learner in programming-related
|
||||
topics.</li>
|
||||
</ul></li>
|
||||
<li>Proficient in Windows or Linux, CLI or GUI.</li>
|
||||
<li>Traits:
|
||||
|
@ -32,20 +39,28 @@
|
|||
<li>Flexible.</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
<h2 id="portfolio"><a href="https://askiiart.net/portfolio.html">Portfolio</a></h2>
|
||||
<h2 id="portfolio"><a
|
||||
href="https://askiiart.net/portfolio.html">Portfolio</a></h2>
|
||||
<p>Highlights:</p>
|
||||
<ul>
|
||||
<li><a href="http://github.com/askiiart/universal-fast-stable-diffusion">askiiart/universal-fast-stable-diffusion</a>
|
||||
<li><a
|
||||
href="http://github.com/askiiart/universal-fast-stable-diffusion">askiiart/universal-fast-stable-diffusion</a>
|
||||
<ul>
|
||||
<li>A semi-universal version of <a href="https://github.com/TheLastBen/fast-stable-diffusion">TheLastBen/fast-stable-diffusion</a>, it just requires a supported GPU and the dependencies to be installed.</li>
|
||||
<li>A semi-universal version of <a
|
||||
href="https://github.com/TheLastBen/fast-stable-diffusion">TheLastBen/fast-stable-diffusion</a>,
|
||||
it just requires a supported GPU and the dependencies to be
|
||||
installed.</li>
|
||||
</ul></li>
|
||||
<li><a href="https://git.askiiart.net/askiiart/askiiart-net">askiiart/askiiart-net</a>
|
||||
<li><a
|
||||
href="https://git.askiiart.net/askiiart/askiiart-net">askiiart/askiiart-net</a>
|
||||
<ul>
|
||||
<li>My site's source code</li>
|
||||
</ul></li>
|
||||
<li><a href="https://askiiart.net">askiiart.net</a>
|
||||
<ul>
|
||||
<li>My site. I have several of services running on it, like <a href="https://git.askiiart.net">Gitea</a> and <a href="https://invidious.askiiart.net">Invidious</a>.</li>
|
||||
<li>My site. I have several of services running on it, like <a
|
||||
href="https://git.askiiart.net">Gitea</a> and <a
|
||||
href="https://invidious.askiiart.net">Invidious</a>.</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
<h2 id="academics">Academics</h2>
|
||||
|
@ -55,16 +70,21 @@
|
|||
<li>Collegiate Academy of Birdville, Haltom City, Texas</li>
|
||||
<li>Current GPA 3.8</li>
|
||||
</ul></li>
|
||||
<li>Associate of Applied Science in Programming, degree anticipated 2025
|
||||
<li>Associate of Applied Science in Programming, degree
|
||||
anticipated 2025
|
||||
<ul>
|
||||
<li>Tarrant County College, Tarrant County, Texxas</li>
|
||||
<li>Current GPA 3.8</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
<h2 id="extracurriculars-and-community-service">Extracurriculars and community service</h2>
|
||||
<h2 id="extracurriculars-and-community-service">Extracurriculars
|
||||
and community service</h2>
|
||||
<ul>
|
||||
<li>Cofounder and current vice president of the <a href="https://codeberg.org/TCCD-CompSci-and-Coding-Club/">TCCD CompSci and Coding Club</a>.</li>
|
||||
<li>Complete a minimum of 20 hours of community service each year.</li>
|
||||
<li>Cofounder and current vice president of the <a
|
||||
href="https://codeberg.org/TCCD-CompSci-and-Coding-Club/">TCCD
|
||||
CompSci and Coding Club</a>.</li>
|
||||
<li>Complete a minimum of 20 hours of community service each
|
||||
year.</li>
|
||||
</ul>
|
||||
</body>
|
||||
<footer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue