Compare commits
4 commits
da058b7fb5
...
b04bda2eaa
Author | SHA1 | Date | |
---|---|---|---|
|
b04bda2eaa | ||
|
091994c72f | ||
|
7bbe3d807b | ||
|
acfbf0bc88 |
9 changed files with 162 additions and 25 deletions
6
feed.xml
6
feed.xml
|
@ -5,7 +5,11 @@
|
|||
<title>Benjamin Zimmerman's webfolio</title>
|
||||
<description>The feed for my webfolio, I guess</description>
|
||||
<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>
|
||||
</rss>
|
|
@ -8,10 +8,12 @@
|
|||
<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="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
|
||||
and Technical Writing. The code is available <a
|
||||
href="https://git.askiiart.net/askiiart/engl-2311-webfolio">here</a>
|
||||
|
@ -23,6 +25,7 @@
|
|||
<figcaption aria-hidden="true">A baby turtle
|
||||
basking</figcaption>
|
||||
</figure>
|
||||
<p>This site has some stuff, read it if you want.</p>
|
||||
</body>
|
||||
<footer>
|
||||
<p>Created by Benjamin Zimmerman | <a href="/feed.xml">RSS</a></p>
|
||||
|
|
4
index.md
4
index.md
|
@ -1,9 +1,11 @@
|
|||
# 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.
|
||||
|
||||
Anyways, here a picture I took of a baby turtle I used to have:
|
||||
|
||||
![A baby turtle basking](/static/askiiart.gif)
|
||||
|
||||
This site has some stuff, read it if you want.
|
||||
|
|
78
resume.html
Normal file
78
resume.html
Normal 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
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
|
||||
./md2html.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">
|
||||
<url><loc>https://engl-webfolio.askiiart.net/index.html</loc></url>
|
||||
<url><loc>https://engl-webfolio.askiiart.net/resume.html</loc></url>
|
||||
</urlset>
|
||||
|
|
44
style.css
44
style.css
|
@ -84,28 +84,6 @@ code {
|
|||
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 {
|
||||
text-align: center;
|
||||
}
|
||||
|
@ -148,3 +126,25 @@ img {
|
|||
background-color: #047baa;
|
||||
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
|
||||
}
|
||||
}
|
|
@ -8,6 +8,8 @@
|
|||
<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>
|
||||
$body$
|
||||
|
|
Loading…
Reference in a new issue