Commit Diff


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 @@
 	<link rel='stylesheet' type='text/css' href='/style.css'>
 	<link rel="icon" href="/favicon.ico">
 	<meta name="description" content="Hi there, I&rsquo;m Simeon and this is my website!
-You can learn more about me here.
+I am an Orthodox Christian with an interest in technology, so most of what you&rsquo;ll find here relates to either of those categories.
+If you&rsquo;re interested, you can learn more about me here.
+
 Latest Writings
 
 
@@ -19,18 +21,7 @@ Latest Writings
 		
 			When one is received into the Orthodox Church, one takes the name of a patron saint.
 My patron saint is Simeon the God-Receiver.
-I encourage you to read his life here.
-		
-		
-	
-
-	
-		
-			About Me
-		
-		
-			My name is Simeon, or Caleb if you prefer to go by birth names, I&rsquo;ll answer to either.
-This page will have some background information on who I am, where I&rsquo;ve been, and what I&rsquo;m doing, but you&rsquo;ll have to come back later once it&rsquo;s finished!">
+I encourage you to read his life here.">
 	<meta name="viewport" content="width=device-width, initial-scale=1">
 	<meta name="robots" content="index, follow">
 	<meta charset="utf-8">
@@ -39,8 +30,10 @@ This page will have some background information on who
 <main>
 <header><h1 id="tag_Simeon Stein">Simeon Stein</h1></header>
 <article>
-<p>Hi there, I&rsquo;m Simeon and this is my website!
-You can learn more about me <a href="/about-me">here</a>.</p>
+<p>Hi there, I&rsquo;m Simeon and this is my website!</p>
+<p>I am an Orthodox Christian with an interest in technology, so most of what you&rsquo;ll find here relates to either of those categories.
+If you&rsquo;re interested, you can learn more about me <a href="/about-me">here</a>.</p>
+<hr>
 <h3 id="latest-writings">Latest Writings</h3>
 <ul>
 
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 ;