aboutsummaryrefslogtreecommitdiff
path: root/templates/about.html
diff options
context:
space:
mode:
authorthinkpadmaster <a.scerba02@gmail.com>2023-07-13 23:35:05 -0500
committerthinkpadmaster <a.scerba02@gmail.com>2023-07-13 23:35:05 -0500
commitfca693f8cf2eeeae92939488b63127a90030c8fb (patch)
treebfe7d75448b9d2714f024e7d783d3e901facfbab /templates/about.html
parente864807341990f5c72e198d96740983bf7671584 (diff)
Extreme structure changes and file renames. Move to new template format.
Diffstat (limited to 'templates/about.html')
-rw-r--r--templates/about.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/templates/about.html b/templates/about.html
deleted file mode 100644
index b30f1b5..0000000
--- a/templates/about.html
+++ /dev/null
@@ -1,20 +0,0 @@
-{{ define "meta" }}
- <title>About</title>
- <meta name="description" content="About me, Alex Scerba">
-{{ end }}
-{{ define "main" }}
- <h1>alexscerba.com<wbr>/about</h1>
- <section class="postContent">
- <h2>About</h2>
- <figure>
- <img src="/static/media/alex_profile_512.jpg" alt="Highschool senior photo portrait of Alex next to Yerkes Observatory.">
- <figcaption>Highschool senior photo.</figcaption>
- </figure>
- <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 &lpar;when allowed&rpar; 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> &lpar;source can be found <a href="https://notabug.org/thinkpadmaster/alexscerba.com" target="_blank" rel="noopener noreferrer">at notabug.org</a>&rpar; and uses a templating system to keep hand-editing of pages to a bare minimum.</p>
- <p>I keep my <a href="http://alexscerba.com:8080" target="_blank" rel="noopener noreferrer">old site</a> hosted for posterity. The blog page and others are extremely slow to load due to amount of content on the pages and size of images, but it is a fun project to look back on.</p>
- <p>Contact me at <a href="mailto:ascerba@collegeforcreativestudies.edu">ascerba@collegeforcreativestudies.edu</a></p>
- </section>
-{{ end }} \ No newline at end of file