add resume
This commit is contained in:
parent
da058b7fb5
commit
acfbf0bc88
5 changed files with 129 additions and 1 deletions
6
feed.xml
6
feed.xml
|
@ -5,7 +5,11 @@
|
||||||
<title>Benjamin Zimmerman's webfolio</title>
|
<title>Benjamin Zimmerman's webfolio</title>
|
||||||
<description>The feed for my webfolio, I guess</description>
|
<description>The feed for my webfolio, I guess</description>
|
||||||
<link>https://engl-webfolio.askiiart.net</link>
|
<link>https://engl-webfolio.askiiart.net</link>
|
||||||
<lastBuildDate>Tue, 12 Nov 2024 15:46:22 +0000</lastBuildDate>
|
<lastBuildDate>Wed, 20 Nov 2024 14:41:23 +0000</lastBuildDate>
|
||||||
|
<item>
|
||||||
|
<title>Resume</title>
|
||||||
|
<link>https://askiiart.net/resume.html</link>
|
||||||
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
76
resume.html
Normal file
76
resume.html
Normal file
|
@ -0,0 +1,76 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta content="width=device-width, initial-scale=1" charset="utf-8" />
|
||||||
|
<title>Resume</title>
|
||||||
|
<link href="/style.css" type="text/css" rel="stylesheet" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="navbar" id="navbar">
|
||||||
|
<a href="/" class="active">Home</a>
|
||||||
|
<a href="https://git.askiiart.net/askiiart/engl-2311-webfolio">Code</a>
|
||||||
|
</div>
|
||||||
|
<h1 id="resume">Resume</h1>
|
||||||
|
<p>Benjamin Zimmerman<br />
|
||||||
|
[email redacted for public release]<br />
|
||||||
|
[phone redacted for public release]</p>
|
||||||
|
<h2 id="summary">Summary</h2>
|
||||||
|
<p>I'm a tech nerd in high school <em>and</em> college, I run a
|
||||||
|
programming club, and I'm fluent in several programming
|
||||||
|
languages, with a portfolio of past projects to back me up.</p>
|
||||||
|
<h2 id="skills-and-other-traits">Skills and other traits</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Fluent in Rust, Python, Java, Bash, and C++</li>
|
||||||
|
<li>Quick learner
|
||||||
|
<ul>
|
||||||
|
<li>Particularly in computer science and programming topics</li>
|
||||||
|
</ul></li>
|
||||||
|
<li>Proficient with Windows and Linux</li>
|
||||||
|
<li>Skilled with Docker and containerization</li>
|
||||||
|
<li>Experience with multithreading</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="academics">Academics</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Associate of Applied Science in Programming, degree
|
||||||
|
anticipated 2025
|
||||||
|
<ul>
|
||||||
|
<li>Tarrant County College Northeast Campus, Hurst, Texas</li>
|
||||||
|
<li>Current GPA 3.0</li>
|
||||||
|
<li>73 credits completed</li>
|
||||||
|
</ul></li>
|
||||||
|
<li>High school, diploma anticipated 2025
|
||||||
|
<ul>
|
||||||
|
<li>Collegiate Academy of Birdville, Haltom City, Texas</li>
|
||||||
|
<li>Current GPA 99.9</li>
|
||||||
|
</ul></li>
|
||||||
|
<li>Fixing computers as a side business for more than half a
|
||||||
|
decade.</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="organizations-and-hobbies">Organizations and
|
||||||
|
hobbies</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Cofounder and current vice president of the <a
|
||||||
|
href="https://tccdcode.club">TCCD CompSci and Coding
|
||||||
|
Club</a>.</li>
|
||||||
|
<li>Hobby system administrator of more than a dozen services on
|
||||||
|
my own server.</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="portfolio">Portfolio</h2>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://git.askiiart.net/askiiart/parcut">Parcut
|
||||||
|
(Pacman Repo Cleanup Tool)</a></li>
|
||||||
|
<li><a
|
||||||
|
href="https://git.askiiart.net/askiiart/disk-read-benchmark">Disk
|
||||||
|
Read Benchmark</a></li>
|
||||||
|
<li><a href="https://git.askiiart.net/askiiart/updog">Updog</a>
|
||||||
|
<ul>
|
||||||
|
<li>An extensible uptime monitor</li>
|
||||||
|
</ul></li>
|
||||||
|
<li><a href="https://askiiart.net">My website</a></li>
|
||||||
|
</ul>
|
||||||
|
<p>References available upon request</p>
|
||||||
|
</body>
|
||||||
|
<footer>
|
||||||
|
<p>Created by Benjamin Zimmerman | <a href="/feed.xml">RSS</a></p>
|
||||||
|
</footer>
|
||||||
|
</html>
|
46
resume.md
Normal file
46
resume.md
Normal file
|
@ -0,0 +1,46 @@
|
||||||
|
# Resume
|
||||||
|
|
||||||
|
Benjamin Zimmerman\
|
||||||
|
[email redacted for public release]\
|
||||||
|
[phone redacted for public release]
|
||||||
|
|
||||||
|
## Summary
|
||||||
|
|
||||||
|
I'm a tech nerd in high school *and* college, I run a programming club,
|
||||||
|
and I'm fluent in several programming languages, with a
|
||||||
|
portfolio of past projects to back me up.
|
||||||
|
|
||||||
|
## Skills and other traits
|
||||||
|
|
||||||
|
- Fluent in Rust, Python, Java, Bash, and C++
|
||||||
|
- Quick learner
|
||||||
|
- Particularly in computer science and programming topics
|
||||||
|
- Proficient with Windows and Linux
|
||||||
|
- Skilled with Docker and containerization
|
||||||
|
- Experience with multithreading
|
||||||
|
|
||||||
|
## Academics
|
||||||
|
|
||||||
|
- Associate of Applied Science in Programming, degree anticipated 2025
|
||||||
|
- Tarrant County College Northeast Campus, Hurst, Texas
|
||||||
|
- Current GPA 3.0
|
||||||
|
- 73 credits completed
|
||||||
|
- High school, diploma anticipated 2025
|
||||||
|
- Collegiate Academy of Birdville, Haltom City, Texas
|
||||||
|
- Current GPA 99.9
|
||||||
|
- Fixing computers as a side business for more than half a decade.
|
||||||
|
|
||||||
|
## Organizations and hobbies
|
||||||
|
|
||||||
|
- Cofounder and current vice president of the [TCCD CompSci and Coding Club](https://tccdcode.club).
|
||||||
|
- Hobby system administrator of more than a dozen services on my own server.
|
||||||
|
|
||||||
|
## Portfolio
|
||||||
|
|
||||||
|
- [Parcut (Pacman Repo Cleanup Tool)](https://git.askiiart.net/askiiart/parcut)
|
||||||
|
- [Disk Read Benchmark](https://git.askiiart.net/askiiart/disk-read-benchmark)
|
||||||
|
- [Updog](https://git.askiiart.net/askiiart/updog)
|
||||||
|
- An extensible uptime monitor
|
||||||
|
- [My website](https://askiiart.net)
|
||||||
|
|
||||||
|
References available upon request
|
1
run.sh
1
run.sh
|
@ -5,3 +5,4 @@ SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
|
||||||
cd $SCRIPT_DIR
|
cd $SCRIPT_DIR
|
||||||
./md2html.sh
|
./md2html.sh
|
||||||
./generate-rss.sh
|
./generate-rss.sh
|
||||||
|
./generate-sitemap.sh
|
|
@ -1,3 +1,4 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
|
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
|
||||||
<url><loc>https://engl-webfolio.askiiart.net/index.html</loc></url>
|
<url><loc>https://engl-webfolio.askiiart.net/index.html</loc></url>
|
||||||
|
<url><loc>https://engl-webfolio.askiiart.net/resume.html</loc></url>
|
||||||
</urlset>
|
</urlset>
|
||||||
|
|
Loading…
Reference in a new issue