Fix formatting
This commit is contained in:
parent
b3a6445532
commit
c39b7f1b3b
2 changed files with 55 additions and 0 deletions
53
resume.html
Normal file
53
resume.html
Normal file
|
@ -0,0 +1,53 @@
|
|||
<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</p>
|
||||
<p><a href="mailto:resume@askiiart.net">resume@askiiart.net</a></p>
|
||||
<p>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>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 associate’s 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>
|
|
@ -1,7 +1,9 @@
|
|||
# Resume
|
||||
|
||||
Benjamin Zimmerman
|
||||
|
||||
[resume@askiiart.net](mailto:resume@askiiart.net)
|
||||
|
||||
This is public, so I'm not going to put my phone number or address here. If you want it, ask.
|
||||
|
||||
## Professional Experience
|
||||
|
|
Loading…
Reference in a new issue