From 277fea5d7cbaa377f01a74a25a53181e869e78bc Mon Sep 17 00:00:00 2001 From: Liam Waldron Date: Sat, 22 Mar 2025 12:04:23 -0400 Subject: [PATCH] 3/22 --- blog/index.html | 26 ++++++++++++++++++++++++++ css/everforest.css | 10 ++++++---- index.html | 30 +++++++++++++++++++++++++++++- mkpage.sh | 14 ++++++++++++++ photo.html | 26 ++++++++++++++++++++++++++ projects/index.html | 26 ++++++++++++++++++++++++++ templ.html | 26 ++++++++++++++++++++++++++ 7 files changed, 153 insertions(+), 5 deletions(-) create mode 100644 blog/index.html create mode 100755 mkpage.sh create mode 100644 photo.html create mode 100644 projects/index.html create mode 100644 templ.html diff --git a/blog/index.html b/blog/index.html new file mode 100644 index 0000000..8e1fb5d --- /dev/null +++ b/blog/index.html @@ -0,0 +1,26 @@ + + + + + + Liam Waldron - Blog + + + +
+ Home + Blog + Projects + Photography +
+ +
+
+

Template Page

+

+
+ +
+
+ + diff --git a/css/everforest.css b/css/everforest.css index 748bd45..334a025 100644 --- a/css/everforest.css +++ b/css/everforest.css @@ -291,14 +291,16 @@ button { border-left-style: solid; border-width: 8px; padding: 12px 28px; - border-color: #88C0D0; + border-color: #374145; border-radius: 5px; - background-color: #434C5E; - color: #ECEFF4; + background-color: #2e383c; + color: #d3c6aa; } button:hover { - background-color: #4C566A; + background-color: #1e2326; + border-color: #e67e80; + color: #e67e80; } hr.dotted { diff --git a/index.html b/index.html index c084fa7..5424689 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,7 @@ Home Blog Projects + Photography
@@ -20,4 +21,31 @@
-

+

About Me

+

My name is Liam Waldron, and I am a student of Cybersecurity, Computer + Science, and Theology at Assumption University.

+

I taught myself how to program in my Freshman year of High School, + starting with BASH and Python, then moving into C. I am now working with + C++ in my university's Computer Science courses, and I hope to learn Rust + soon.

+

In addition to programming, I am also interested in Theology, + photography, going to the gym, and blasting metal in my room (Slipknot is + a current favorite of mine).

+

I created this website not only so I could have a place to share my + projects with the world, but also to share various opinions of mine, which + I hope will be insightful to people.

+

Stay blessed,

+

-Liam

+

Links

+ +
+ + + diff --git a/mkpage.sh b/mkpage.sh new file mode 100755 index 0000000..c935d7e --- /dev/null +++ b/mkpage.sh @@ -0,0 +1,14 @@ +#!/bin/sh + +usage() { + printf "usage: ${0} NEW_PAGE_NAME\n" +} + +if [ "${1}" == "" ]; then + usage "$@" + exit 1 +fi + +printf "Creating new page...\n" +cp -v templ.html ${1} +printf "Done.\n" diff --git a/photo.html b/photo.html new file mode 100644 index 0000000..b0cc071 --- /dev/null +++ b/photo.html @@ -0,0 +1,26 @@ + + + + + + Liam Waldron - Photos + + + +
+ Home + Blog + Projects + Photography +
+ +
+
+

Template Page

+

+
+ +
+
+ + diff --git a/projects/index.html b/projects/index.html new file mode 100644 index 0000000..f0b10b8 --- /dev/null +++ b/projects/index.html @@ -0,0 +1,26 @@ + + + + + + Liam Waldron - Projects + + + +
+ Home + Blog + Projects + Photography +
+ +
+
+

Template Page

+

+
+ +
+
+ + diff --git a/templ.html b/templ.html new file mode 100644 index 0000000..bb0f597 --- /dev/null +++ b/templ.html @@ -0,0 +1,26 @@ + + + + + + Liam Waldron - Home + + + +
+ Home + Blog + Projects + Photography +
+ +
+
+

Template Page

+

+
+ +
+
+ +