From fca693f8cf2eeeae92939488b63127a90030c8fb Mon Sep 17 00:00:00 2001 From: thinkpadmaster Date: Thu, 13 Jul 2023 23:35:05 -0500 Subject: Extreme structure changes and file renames. Move to new template format. --- templates/about.html | 20 -------------------- templates/blog.html | 14 -------------- templates/index.html | 19 ------------------- templates/master.html | 33 --------------------------------- templates/postHelp.tmpl | 9 --------- templates/projects.html | 14 -------------- 6 files changed, 109 deletions(-) delete mode 100644 templates/about.html delete mode 100644 templates/blog.html delete mode 100644 templates/index.html delete mode 100644 templates/master.html delete mode 100644 templates/postHelp.tmpl delete mode 100644 templates/projects.html (limited to 'templates') 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" }} - About - -{{ end }} -{{ define "main" }} -

alexscerba.com/about

-
-

About

-
- Highschool senior photo portrait of Alex next to Yerkes Observatory. -
Highschool senior photo.
-
-

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.

-

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

-

Contact me at ascerba@collegeforcreativestudies.edu

-
-{{ end }} \ No newline at end of file diff --git a/templates/blog.html b/templates/blog.html deleted file mode 100644 index b6fd65c..0000000 --- a/templates/blog.html +++ /dev/null @@ -1,14 +0,0 @@ -{{ define "meta"}} - Blog - -{{ end }} -{{ define "main" }} -

alexscerba.com/blog

- -
-

Entries

-{{ range .Contents }} -{{ printf "%s" .Thumbnail }} -{{ end }} -
-{{ end }} \ No newline at end of file diff --git a/templates/index.html b/templates/index.html deleted file mode 100644 index 8dae135..0000000 --- a/templates/index.html +++ /dev/null @@ -1,19 +0,0 @@ -{{ define "meta" }} - Alex Scerba - -{{ end }} -{{ define "main" }} -

alexscerba.com

-
-

My place to:

-

showcase design projects.
post life updates.
bulid web-development skills.

-
-
-

Latest Design Projects

-
-{{ range .Contents }} -{{ printf "%s" .Thumbnail }} -{{ end }} -
-
-{{ end }} \ No newline at end of file diff --git a/templates/master.html b/templates/master.html deleted file mode 100644 index 2d572e4..0000000 --- a/templates/master.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - -{{ template "meta" . }} - - - - - - - - - -
- - -
- -{{ template "main" . }} - -
- - - diff --git a/templates/postHelp.tmpl b/templates/postHelp.tmpl deleted file mode 100644 index edaf250..0000000 --- a/templates/postHelp.tmpl +++ /dev/null @@ -1,9 +0,0 @@ -{{ define "meta" }} -{{ printf "%s" .Meta }} -{{ end }} -{{ define "main" }} -

Post

-
-{{ printf "%s" .Content }} -
-{{ end }} diff --git a/templates/projects.html b/templates/projects.html deleted file mode 100644 index 6cc75af..0000000 --- a/templates/projects.html +++ /dev/null @@ -1,14 +0,0 @@ -{{ define "meta"}} - Projects - -{{ end }} -{{ define "main" }} -

alexscerba.com/projects

- -
-

Completed

-{{ range .Contents }} -{{ printf "%s" .Thumbnail }} -{{ end }} -
-{{ end }} \ No newline at end of file -- cgit v1.2.3