diff options
author | thinkpadmaster <a.scerba02@gmail.com> | 2023-06-29 00:17:26 -0500 |
---|---|---|
committer | thinkpadmaster <a.scerba02@gmail.com> | 2023-06-29 00:17:26 -0500 |
commit | aabb3bb5d40f431ae5d93252d5db8e95a13ee8f3 (patch) | |
tree | 8f0f8d25364863cf801fe8792ebca2a3f9b1a42c /templates | |
parent | 4c42e454a7f8bbf565a6e639616f7aa628d6a4f8 (diff) |
Wording fixes
Diffstat (limited to 'templates')
-rw-r--r-- | templates/about.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/about.html b/templates/about.html index 0152fdf..01d9422 100644 --- a/templates/about.html +++ b/templates/about.html @@ -8,7 +8,7 @@ <hr> <p>My name is Alex Scerba, and I am a design student at the College for Creative Studies in Detroit, MI.</p> <blockquote>"It's just a machine. Open it up and see what's wrong."</blockquote> - <p>These two phrases are mostly what my life revolves around. Tinkering, making, repairing, and improving the world through these outlets is what I strive to do in my lifetime.</p> + <p>This phrase is mostly what my life revolves around. Tinkering, making, repairing, and improving the world through these outlets is what I strive to do in my lifetime.</p> <p>This site is my anti social media and is where I post about my life and school projects (when allowed) and serves as a way to keep up with my appreciation for software programming. The backend is written in <a href="https://go.dev">Go</a> (source can be found <a href="https://notabug.org/thinkpadmaster/alexscerba.com">at notabug.org</a>) and uses a templating system to keep hand-editing of pages to a bare minimum.</p> <p>For posterity, I keep my <a href="http://alexscerba.com:8080">old site</a> deployed. The blog page is extremely slow to load along with a couple others due to amount of content on the pages and size of images, but it is a fun project to look back on.</p> {{ end }}
\ No newline at end of file |