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. --- html/blog/First_Post.tmpl.html | 23 ++++++++++++++ html/blog/July_5th_Update.tmpl.html | 25 +++++++++++++++ html/main/about.tmpl.html | 20 ++++++++++++ html/main/blog.tmpl.html | 14 +++++++++ html/main/index.tmpl.html | 24 +++++++++++++++ html/main/projects.tmpl.html | 19 ++++++++++++ html/master.tmpl.html | 35 +++++++++++++++++++++ html/projects/CCS_Entry_Portfolio.tmpl.html | 21 +++++++++++++ html/projects/CCS_Sophomore_Interior.tmpl.html | 13 ++++++++ .../MCTS_Personal_Transit_Concept.tmpl.html | 36 ++++++++++++++++++++++ 10 files changed, 230 insertions(+) create mode 100644 html/blog/First_Post.tmpl.html create mode 100644 html/blog/July_5th_Update.tmpl.html create mode 100644 html/main/about.tmpl.html create mode 100644 html/main/blog.tmpl.html create mode 100644 html/main/index.tmpl.html create mode 100644 html/main/projects.tmpl.html create mode 100644 html/master.tmpl.html create mode 100644 html/projects/CCS_Entry_Portfolio.tmpl.html create mode 100644 html/projects/CCS_Sophomore_Interior.tmpl.html create mode 100644 html/projects/MCTS_Personal_Transit_Concept.tmpl.html (limited to 'html') diff --git a/html/blog/First_Post.tmpl.html b/html/blog/First_Post.tmpl.html new file mode 100644 index 0000000..674798f --- /dev/null +++ b/html/blog/First_Post.tmpl.html @@ -0,0 +1,23 @@ +{{define "title"}}{{range .Contents}}{{ .Title }}{{end}}{{end}} +{{define "description"}}First post explaining site modifications{{end}} +{{define "keywords"}}blog site{{end}} + +{{define "main"}} +

Blog

+
+

{{range .Contents}}{{ .Title }}{{end}}

+

This is my first post on the new site! I am very excited to have the new system set up and mostly functional. There is still plenty of work to be done, but this is a great start.

+

I have moved to Golang for all server side scripting and web serving, and it's been a fun language to learn so far. I have had a lot of encouragement from my friend over at www.angel-castaneda.com so go check out his page to see what he is working on.

+

The new site structure should be as follows:

+ +

I am very excited to start posting again! This site refresh has been long overdue. Feel free to send any errors, typos, or strange behavior to my listed email; there are bound to be some problems at first.

+

Uploaded:

+
+{{end}} \ No newline at end of file diff --git a/html/blog/July_5th_Update.tmpl.html b/html/blog/July_5th_Update.tmpl.html new file mode 100644 index 0000000..a67f2aa --- /dev/null +++ b/html/blog/July_5th_Update.tmpl.html @@ -0,0 +1,25 @@ +{{define "title"}}{{range .Contents}}{{ .Title }}{{end}}{{end}} +{{define "description"}}Update on site status, July 5th.{{end}} +{{define "keywords"}}blog site{{end}} + +{{define "main"}} +

Blog

+
+

{{range .Contents}}{{ .Title }}{{end}}

+

Much progress has been made in the last week, and the site is now pretty usable with its new CSS. There are still some large things to take care of before it can be called "done," and they are the following in no particular order:

+ +

Uploaded:

+
+{{end}} \ No newline at end of file diff --git a/html/main/about.tmpl.html b/html/main/about.tmpl.html new file mode 100644 index 0000000..6add633 --- /dev/null +++ b/html/main/about.tmpl.html @@ -0,0 +1,20 @@ +{{ define "title" }}About{{end}} +{{ define "description" }}About me and my site.{{end}} +{{ define "keywords" }}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/html/main/blog.tmpl.html b/html/main/blog.tmpl.html new file mode 100644 index 0000000..9017066 --- /dev/null +++ b/html/main/blog.tmpl.html @@ -0,0 +1,14 @@ +{{ define "title" }}Blog{{end}} +{{ define "description" }}Site blog featuring personal and project updates as well as anything random I want to share.{{end}} +{{ define "keywords" }}blog{{end}} + +{{ define "main" }} +

alexscerba.com/blog

+ +
+

Entries

+{{ range .Contents }} +

- {{ .Title }}

+{{ end }} +
+{{ end }} \ No newline at end of file diff --git a/html/main/index.tmpl.html b/html/main/index.tmpl.html new file mode 100644 index 0000000..5c60a6c --- /dev/null +++ b/html/main/index.tmpl.html @@ -0,0 +1,24 @@ +{{ define "title" }}Home{{end}} +{{ define "description" }}Homepage{{end}} +{{ define "keywords" }}home{{end}} + +{{ define "main" }} +

alexscerba.com

+
+

My place to:

+

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

+
+
+

Latest Design Projects

+
+{{ range .Contents }} +
+ + {{ .Image }} +
{{ .Title }}
+
+
+{{ end }} +
+
+{{ end }} \ No newline at end of file diff --git a/html/main/projects.tmpl.html b/html/main/projects.tmpl.html new file mode 100644 index 0000000..034c9bf --- /dev/null +++ b/html/main/projects.tmpl.html @@ -0,0 +1,19 @@ +{{ define "title" }}Projects{{end}} +{{ define "description" }}Porfolio projects.{{end}} +{{ define "keywords" }}projects{{end}} + +{{ define "main" }} +

alexscerba.com/projects

+ +
+

Completed

+{{ range .Contents }} +
+ + {{ .Image }} +
{{ .Title }}
+
+
+{{ end }} +
+{{ end }} \ No newline at end of file diff --git a/html/master.tmpl.html b/html/master.tmpl.html new file mode 100644 index 0000000..49b3060 --- /dev/null +++ b/html/master.tmpl.html @@ -0,0 +1,35 @@ + + + + + + + + {{block "title" .}}Page{{end}} - Alex Scerba + + + + + + + + + + + +
+ + +
+ +{{ template "main" . }} + +
+ + + diff --git a/html/projects/CCS_Entry_Portfolio.tmpl.html b/html/projects/CCS_Entry_Portfolio.tmpl.html new file mode 100644 index 0000000..f8e2f77 --- /dev/null +++ b/html/projects/CCS_Entry_Portfolio.tmpl.html @@ -0,0 +1,21 @@ +{{define "title"}}{{range .Contents}}{{ .Title }}{{end}}{{end}} +{{define "description"}}My entry portfolio for the College for Creative Studies.{{end}} +{{define "keywords"}}project CCS{{end}} + +{{define "main"}} +

Project

+
+

{{range .Contents}}{{ .Title }}{{end}}

+
+ Arai helmet sketch. + Cat, Bernie, sketch. + Zoomed peacock sketch with feathers out. + Flamingo standing on one leg sketch. + Harley Davidson concept sportbike sketch. + Side view Honda SL350 bobber sketch. + Peakcock sketch with feathers tucked. + Sketch of my dorm setup at the Milwaukee School of Engineering. +
+

Uploaded:

+
+{{end}} \ No newline at end of file diff --git a/html/projects/CCS_Sophomore_Interior.tmpl.html b/html/projects/CCS_Sophomore_Interior.tmpl.html new file mode 100644 index 0000000..0fd99d4 --- /dev/null +++ b/html/projects/CCS_Sophomore_Interior.tmpl.html @@ -0,0 +1,13 @@ +{{define "title"}}{{range .Contents}}{{ .Title }}{{end}}{{end}} +{{define "description"}}My entry portfolio for the College for Creative Studies.{{end}} +{{define "keywords"}}project CCS{{end}} + +{{define "main"}} +

Project

+
+

CCS Sophomore Interior

+

Honda S-30 project at CCS

+ Sophomore interior studio project HONDA S-30. +

Uploaded:

+
+{{end}} \ No newline at end of file diff --git a/html/projects/MCTS_Personal_Transit_Concept.tmpl.html b/html/projects/MCTS_Personal_Transit_Concept.tmpl.html new file mode 100644 index 0000000..6906172 --- /dev/null +++ b/html/projects/MCTS_Personal_Transit_Concept.tmpl.html @@ -0,0 +1,36 @@ +{{define "title"}}{{range .Contents}}{{ .Title }}{{end}}{{end}} +{{define "description"}}Mobility project centered around Milwaukee, WI.{{end}} +{{define "keywords"}}project CCS mobility{{end}} + +{{define "main"}} +

Project

+
+

{{range .Contents}}{{ .Title }}{{end}}

+

This is a project completed at CCS for Design Theory II: Mobility

+ + + + + + + + + + + + + + + + + + + + + + + + +

Uploaded:

+
+{{end}} \ No newline at end of file -- cgit v1.2.3