diff options
author | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-03 09:39:22 -0500 |
---|---|---|
committer | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-03 09:39:22 -0500 |
commit | f8a73dfd854802b2866c32b9fe6acbd94d98c44c (patch) | |
tree | ac63559de3237265ced9dd991093d66b739ba051 /templates/about.html | |
parent | 6b538ab26396d463a65682003b4ef3d4b029fc69 (diff) |
Update for modern style
Diffstat (limited to 'templates/about.html')
-rw-r--r-- | templates/about.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/about.html b/templates/about.html index a6a432b..9f8fcab 100644 --- a/templates/about.html +++ b/templates/about.html @@ -3,12 +3,12 @@ <meta name="description" content="About me, Alex Scerba"> {{ end }} {{ define "main" }} - <h1>About</h1> - <p class="subtitle">Me and my site.</p> - <hr> + <h1>alexscerba.com/about</h1> + <section class="postContent"> <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>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" target="_blank" rel="noopener noreferrer">Go</a> (source can be found <a href="https://notabug.org/thinkpadmaster/alexscerba.com" target="_blank" rel="noopener noreferrer">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" target="_blank" rel="noopener noreferrer">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> + </section> {{ end }}
\ No newline at end of file |