diff --git a/feed.xml b/feed.xml
index 735ed45..55d10dd 100755
--- a/feed.xml
+++ b/feed.xml
@@ -5,7 +5,11 @@
Benjamin Zimmerman's webfolio
The feed for my webfolio, I guess
https://engl-webfolio.askiiart.net
- Tue, 12 Nov 2024 15:46:22 +0000
+ Wed, 20 Nov 2024 14:43:51 +0000
+ -
+
Resume
+ https://askiiart.net/resume.html
+
\ No newline at end of file
diff --git a/index.html b/index.html
index bd7ae4a..c6057f0 100644
--- a/index.html
+++ b/index.html
@@ -8,10 +8,12 @@
Webfolio
- Helloooooo
+ About Me
I'm Benjamin Zimmerman, and this is my webfolio for Business
and Technical Writing. The code is available here
@@ -23,6 +25,7 @@
A baby turtle
basking
+
This site has some stuff, read it if you want.
Created by Benjamin Zimmerman | RSS
diff --git a/index.md b/index.md
index 96b601a..e38c5ca 100755
--- a/index.md
+++ b/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:

+
+This site has some stuff, read it if you want.
diff --git a/resume.html b/resume.html
new file mode 100644
index 0000000..50d30f5
--- /dev/null
+++ b/resume.html
@@ -0,0 +1,78 @@
+
+
+
+
+ Resume
+
+
+
+
+ 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 .
+ Hobby system administrator of more than a dozen services on
+ my own server.
+
+ Portfolio
+
+ References available upon request
+
+
+
diff --git a/resume.md b/resume.md
new file mode 100644
index 0000000..b179884
--- /dev/null
+++ b/resume.md
@@ -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
diff --git a/run.sh b/run.sh
index 698e26a..ef8615f 100755
--- a/run.sh
+++ b/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
\ No newline at end of file
diff --git a/sitemap.xml b/sitemap.xml
index e7fb793..0849004 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1,3 +1,4 @@
https://engl-webfolio.askiiart.net/index.html
+https://engl-webfolio.askiiart.net/resume.html
diff --git a/style.css b/style.css
index 0c776b7..acbdfe9 100755
--- a/style.css
+++ b/style.css
@@ -82,28 +82,6 @@ code {
.force-word-wrap pre code {
white-space: normal;
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 {
@@ -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
+ }
+}
\ No newline at end of file
diff --git a/template.html b/template.html
index 9a48ba0..73cfc1f 100755
--- a/template.html
+++ b/template.html
@@ -8,6 +8,8 @@
$body$