askiiart-net/resume.html
2023-03-23 18:02:27 -05:00

54 lines
2.8 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html>
<head>
<meta charset="utf-8" />
<link rel="icon" href="/askiiart.gif" type="image/icon">
<title>askiiart's site</title>
<link href="style.css" type="text/css" rel="stylesheet" />
</head>
<body>
<h1 id="resume">Resume</h1>
<p>
Benjamin Zimmerman <br> <a href="mailto:resume@askiiart.net">resume@askiiart.net</a> <br> This is public, so I'm not going to put my phone number or address here. If you want it, ask.
</p>
<h2 id="professional-experience">Professional Experience</h2>
<ul>
<li>I run a computer repair business (Ben's PC Repair) out of my home. I do this on the side, but may expand it.
<ul>
<li>I have no other professional experience.</li>
</ul></li>
</ul>
<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>
<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>
</ul></li>
<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've got a bunch 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>
<ul>
<li>Collegiate Academy of Birdville sophomore student (graduating in 2025)
<ul>
<li>This is an early college high school, meaning I simultaneously take high school and college courses. When I graduate, I will graduate with both my associates degree from Tarrant County College, and my high school diploma.</li>
</ul></li>
<li>I have completed 25 credit hours of college courses (29 if you include AP credits)</li>
</ul>
<h2 id="extracurriculars-and-community-service">Extracurriculars and community service</h2>
<ul>
<li>I am 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>I do about 20 hours of community service per year.</li>
</ul>
</body>
<footer>
<p>To view this page in markdown, replace the <code>.html</code> in the URL with <code>.md</code>. If this is the root page (askiiart.net), get the markdown version of it at <a href="/index.md">index.md</a></p>
</footer>
</html>