diff --git a/feed.xml b/feed.xml
index 55d10dd..735ed45 100755
--- a/feed.xml
+++ b/feed.xml
@@ -5,11 +5,7 @@
Benjamin Zimmerman's webfolio
The feed for my webfolio, I guess
https://engl-webfolio.askiiart.net
- Wed, 20 Nov 2024 14:43:51 +0000
- -
-
Resume
- https://askiiart.net/resume.html
-
+ Tue, 12 Nov 2024 15:46:22 +0000
\ No newline at end of file
diff --git a/index.html b/index.html
index c6057f0..bd7ae4a 100644
--- a/index.html
+++ b/index.html
@@ -8,12 +8,10 @@
Webfolio
- About Me
+ Helloooooo
I'm Benjamin Zimmerman, and this is my webfolio for Business
and Technical Writing. The code is available here
@@ -25,7 +23,6 @@
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 e38c5ca..96b601a 100755
--- a/index.md
+++ b/index.md
@@ -1,11 +1,9 @@
# Webfolio
-## About Me
+## Helloooooo
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
deleted file mode 100644
index 50d30f5..0000000
--- a/resume.html
+++ /dev/null
@@ -1,78 +0,0 @@
-
-
-
-
- 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
deleted file mode 100644
index b179884..0000000
--- a/resume.md
+++ /dev/null
@@ -1,46 +0,0 @@
-# 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 ef8615f..698e26a 100755
--- a/run.sh
+++ b/run.sh
@@ -5,4 +5,3 @@ 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 0849004..e7fb793 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1,4 +1,3 @@
https://engl-webfolio.askiiart.net/index.html
-https://engl-webfolio.askiiart.net/resume.html
diff --git a/style.css b/style.css
index acbdfe9..0c776b7 100755
--- a/style.css
+++ b/style.css
@@ -82,6 +82,28 @@ 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 {
@@ -126,25 +148,3 @@ 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 73cfc1f..9a48ba0 100755
--- a/template.html
+++ b/template.html
@@ -8,8 +8,6 @@
$body$