From f8a73dfd854802b2866c32b9fe6acbd94d98c44c Mon Sep 17 00:00:00 2001 From: thinkpadmaster Date: Mon, 3 Jul 2023 09:39:22 -0500 Subject: Update for modern style --- templates/about.html | 6 +++--- templates/blog.html | 9 ++++----- templates/index.html | 15 ++++++--------- templates/master.html | 20 ++++++++------------ templates/postHelp.tmpl | 3 +++ templates/projects.html | 9 ++++----- 6 files changed, 28 insertions(+), 34 deletions(-) (limited to 'templates') 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 @@ {{ end }} {{ define "main" }} -

About

-

Me and my site.

-
+

alexscerba.com/about

+

My name is Alex Scerba, and I am a design student at the College for Creative Studies in Detroit, MI.

"It's just a machine. Open it up and see what's wrong."

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.

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 Go (source can be found at notabug.org) and uses a templating system to keep hand-editing of pages to a bare minimum.

For posterity, I keep my old site 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.

+
{{ end }} \ No newline at end of file diff --git a/templates/blog.html b/templates/blog.html index d90c19e..a6f1713 100644 --- a/templates/blog.html +++ b/templates/blog.html @@ -3,13 +3,12 @@ {{ end }} {{ define "main" }} -

Blog

-

Personal and site updates.

-
+

alexscerba.com/blog

+
+

Entries

{{ range .Contents }} {{ printf "%s" .Thumbnail }} {{ end }} - - Top +
{{ end }} \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 491bd55..794eefb 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,17 +3,14 @@ {{ end }} {{ define "main" }} -

Alex Scerba

-

Designer. Maker.

-
-

Student at College for Creative Studies in Detroit, MI. Love for tinkering, making, and building.

- -

Featured Projects

-
+

alexscerba.com

+
+

Featured Projects

+
{{ range .Contents }} {{ printf "%s" .Thumbnail }} {{ end }} - - See More Projects +
+
{{ end }} \ No newline at end of file diff --git a/templates/master.html b/templates/master.html index c2ef78a..26e2d0b 100644 --- a/templates/master.html +++ b/templates/master.html @@ -14,25 +14,21 @@ -