Compare commits

...

4 commits

Author SHA1 Message Date
askiiart
b04bda2eaa
misc small updates 2024-11-20 08:49:15 -06:00
askiiart
091994c72f
add resume to navbar 2024-11-20 08:44:55 -06:00
askiiart
7bbe3d807b
fix css on other devices 2024-11-20 08:44:44 -06:00
askiiart
acfbf0bc88
add resume 2024-11-20 08:41:44 -06:00
9 changed files with 162 additions and 25 deletions

View file

@ -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:43:51 +0000</lastBuildDate>
<item>
<title>Resume</title>
<link>https://askiiart.net/resume.html</link>
</item>
</channel> </channel>
</rss> </rss>

View file

@ -8,10 +8,12 @@
<body> <body>
<div class="navbar" id="navbar"> <div class="navbar" id="navbar">
<a href="/" class="active">Home</a> <a href="/" class="active">Home</a>
<a href="https://engl.askiiart.net">Blog</a>
<a href="/resume.html">Resume</a>
<a href="https://git.askiiart.net/askiiart/engl-2311-webfolio">Code</a> <a href="https://git.askiiart.net/askiiart/engl-2311-webfolio">Code</a>
</div> </div>
<h1 id="webfolio">Webfolio</h1> <h1 id="webfolio">Webfolio</h1>
<h2 id="helloooooo">Helloooooo</h2> <h2 id="about-me">About Me</h2>
<p>I'm Benjamin Zimmerman, and this is my webfolio for Business <p>I'm Benjamin Zimmerman, and this is my webfolio for Business
and Technical Writing. The code is available <a and Technical Writing. The code is available <a
href="https://git.askiiart.net/askiiart/engl-2311-webfolio">here</a> href="https://git.askiiart.net/askiiart/engl-2311-webfolio">here</a>
@ -23,6 +25,7 @@
<figcaption aria-hidden="true">A baby turtle <figcaption aria-hidden="true">A baby turtle
basking</figcaption> basking</figcaption>
</figure> </figure>
<p>This site has some stuff, read it if you want.</p>
</body> </body>
<footer> <footer>
<p>Created by Benjamin Zimmerman | <a href="/feed.xml">RSS</a></p> <p>Created by Benjamin Zimmerman | <a href="/feed.xml">RSS</a></p>

View file

@ -1,9 +1,11 @@
# Webfolio # Webfolio
## Helloooooo ## About Me
I'm Benjamin Zimmerman, and this is my webfolio for Business and Technical Writing. The code is available [here](https://git.askiiart.net/askiiart/engl-2311-webfolio) if you want to check it out. I'm Benjamin Zimmerman, and this is my webfolio for Business and Technical Writing. The code is available [here](https://git.askiiart.net/askiiart/engl-2311-webfolio) if you want to check it out.
Anyways, here a picture I took of a baby turtle I used to have: Anyways, here a picture I took of a baby turtle I used to have:
![A baby turtle basking](/static/askiiart.gif) ![A baby turtle basking](/static/askiiart.gif)
This site has some stuff, read it if you want.

78
resume.html Normal file
View file

@ -0,0 +1,78 @@
<!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://engl.askiiart.net">Blog</a>
<a href="/resume.html">Resume</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
View 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
View file

@ -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

View file

@ -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>

View file

@ -82,28 +82,6 @@ code {
.force-word-wrap pre code { .force-word-wrap pre code {
white-space: normal; white-space: normal;
word-wrap: break-word; word-wrap: break-word;
}
@media (max-device-width: 1200px) {
h1 {
line-height: 1.2;
font-size: 40px;
}
h2 {
line-height: 1.2;
font-size: 30px;
}
body {
font-size: 20px;
}
}
@media print {
body {
max-width: none
}
} }
footer { footer {
@ -148,3 +126,25 @@ img {
background-color: #047baa; background-color: #047baa;
color: #fff; color: #fff;
} }
@media (max-device-width: 1200px) {
h1 {
line-height: 1.2;
font-size: 40px;
}
h2 {
line-height: 1.2;
font-size: 30px;
}
body {
font-size: 20px;
}
}
@media print {
body {
max-width: none
}
}

View file

@ -8,6 +8,8 @@
<body> <body>
<div class="navbar" id="navbar"> <div class="navbar" id="navbar">
<a href="/" class="active">Home</a> <a href="/" class="active">Home</a>
<a href="https://engl.askiiart.net">Blog</a>
<a href="/resume.html">Resume</a>
<a href="https://git.askiiart.net/askiiart/engl-2311-webfolio">Code</a> <a href="https://git.askiiart.net/askiiart/engl-2311-webfolio">Code</a>
</div> </div>
$body$ $body$