commit 64158f7186401859dcccf867f2274cc929ae41af from: Caleb Stein date: Mon May 25 18:20:28 2026 UTC update style commit - 3792d9c39a7fbda35d703efe0b40c1508cdea7cf commit + 64158f7186401859dcccf867f2274cc929ae41af blob - 04bf0be758070ead94a733ca92d1e87867434626 blob + c141177ff424a3a5e3922c790ef5e077ebed861f --- content/_index.md +++ content/_index.md @@ -4,8 +4,12 @@ title = 'Simeon Stein' +++ Hi there, I'm Simeon and this is my website! -You can learn more about me [here](/about-me). +I am an Orthodox Christian with an interest in technology, so most of what you'll find here relates to either of those categories. +If you're interested, you can learn more about me [here](/about-me). + +--- + ### Latest Writings {{< articlesummaries >}} @@ -13,3 +17,4 @@ You can learn more about me [here](/about-me). ### By Category {{< tagcloud >}} + blob - c6163174cb4cb4e9db6b858b87c7e4988b6408cc blob + c7a86b2e0b9451ed169c5d5b7b370e799820bd94 --- public/index.html +++ public/index.html @@ -8,7 +8,9 @@ +I encourage you to read his life here."> @@ -39,8 +30,10 @@ This page will have some background information on who

Simeon Stein

-

Hi there, I’m Simeon and this is my website! -You can learn more about me here.

+

Hi there, I’m Simeon and this is my website!

+

I am an Orthodox Christian with an interest in technology, so most of what you’ll find here relates to either of those categories. +If you’re interested, you can learn more about me here.

+

Latest Writings

    blob - d6d76e1395292d2057c426c18723893eb0e3c3ed blob + 3b4cbbea808b4eaa7983c173a503eabb8085a56a --- public/style.css +++ public/style.css @@ -14,6 +14,7 @@ main { a { color: var(--nord9); transition: color 0.2s ease-in-out; + text-decoration: none; } a:hover { @@ -28,8 +29,20 @@ img { header h1 { text-align: center ; + color: var(--nord15); } +h3 { + color: var(--nord15); +} + +hr { + border: none; + height: 2px; + margin: 32px 0; + background-color: var(--nord4); +} + footer { text-align: center ; clear: both ; blob - d6d76e1395292d2057c426c18723893eb0e3c3ed blob + 3b4cbbea808b4eaa7983c173a503eabb8085a56a --- static/style.css +++ static/style.css @@ -14,6 +14,7 @@ main { a { color: var(--nord9); transition: color 0.2s ease-in-out; + text-decoration: none; } a:hover { @@ -28,8 +29,20 @@ img { header h1 { text-align: center ; + color: var(--nord15); } +h3 { + color: var(--nord15); +} + +hr { + border: none; + height: 2px; + margin: 32px 0; + background-color: var(--nord4); +} + footer { text-align: center ; clear: both ;