summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--about.html4
-rw-r--r--index.html1
-rw-r--r--projects_blog/NNetwork.html2
-rw-r--r--style.css6
4 files changed, 9 insertions, 4 deletions
diff --git a/about.html b/about.html
index 4cdea9c..23d14e7 100644
--- a/about.html
+++ b/about.html
@@ -2,7 +2,6 @@
<html>
<head>
-
<title>chrhodgden - About</title>
<link rel="stylesheet" href="style.css"/>
</head>
@@ -22,8 +21,7 @@
Right now I am teaching myself with YouTube tutorials and taking certifications as I can.
</p>
- <h2>Links</h2>
- <ul>
+ <ul>Links
<li>GitHub <a href="https://github.com/chrhodgden" target="_blank">github.com/chrhodgden</a></li>
<li>Email <a href="mailto:chrhodgden@gmail.com">chrhodgden@gmail.com</a></li>
<li>Chess.com <a href="https://www.chess.com/member/tinwoodman92" target="_blank">chess.com/member/tinwoodman92</a></li>
diff --git a/index.html b/index.html
index 4b9344f..8f0e28b 100644
--- a/index.html
+++ b/index.html
@@ -5,6 +5,7 @@
<title>chrhodgden - Home</title>
<link rel="stylesheet" href="style.css"/>
</head>
+
<body>
<h1>Christian Hodgden</h1>
diff --git a/projects_blog/NNetwork.html b/projects_blog/NNetwork.html
index 747eb85..b26aeb6 100644
--- a/projects_blog/NNetwork.html
+++ b/projects_blog/NNetwork.html
@@ -7,7 +7,7 @@
<body>
<h1>NNetwork</h1>
- <h3>A simple neural network in R as an R6 class object</h3>
+ <p class="header-sub-text">A simple neural network in R as an R6 class object</p>
<nav class="nav-footer">
<hr>
<a href="#background">Background</a>
diff --git a/style.css b/style.css
index 6d4cb1e..52c1bbe 100644
--- a/style.css
+++ b/style.css
@@ -53,6 +53,12 @@ p {
text-indent: 4em;
}
+p.header-sub-text {
+ font-size: 1.25em;
+ font-weight: bold;
+ text-indent: 0;
+}
+
hr {
border-color: var(--foreground-accent-color);
}