askiiart-net/resume.html

54 lines
2.9 KiB
HTML
Raw Normal View History

2023-03-23 09:19:16 -05:00
<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>
2023-03-23 09:22:03 -05:00
<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>
2023-03-23 09:19:16 -05:00
<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>askiiart/universal-fast-stable-diffusion
<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 - check</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>, <a href="https://invidious.askiiart.net">Invidious</a>, and an <a href="https://askiiart.net/archives/iso-and-stuff/Windows/">archive of Windows <code>.iso</code> files</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>