summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTinWoodman92 <chrhodgden@gmail.com>2023-12-14 18:02:05 -0600
committerTinWoodman92 <chrhodgden@gmail.com>2023-12-14 18:02:05 -0600
commita3ab3646adbb2d0585bf0936d9b88d7645723561 (patch)
tree471d06580787a260673815661f488fd6f1c482a5
parent76a6cc9c414c27ad061fa0ebb70286824f5e0a30 (diff)
added document links
-rw-r--r--index.html14
-rw-r--r--style.css12
2 files changed, 21 insertions, 5 deletions
diff --git a/index.html b/index.html
index f9f91c6..4b9344f 100644
--- a/index.html
+++ b/index.html
@@ -9,17 +9,21 @@
<h1>Christian Hodgden</h1>
<p>
- I do not know what this website will be long term.
+ Welcome to my website! It is currently under development.
I am developing this for experience and potential exposure to recruiters.
</p>
<a href="about.html">About Me</a>
- <h2>Projects</h2>
<ul>
- <li>
- <a href="projects_blog/NNetwork.html">NNetwork</a>
- </li>
+ Documents
+ <li><a href="documents/Christian Hodgden - Resume.pdf" target="_blank">Resume</a></li>
+ <li><a href="documents/Python PCEP - Christian Hodgden.pdf" target="_blank">Python PCEP</a></li>
+ </ul>
+
+ <ul>
+ Projects
+ <li><a href="projects_blog/NNetwork.html">NNetwork</a></li>
</ul>
<nav class="nav-footer">
diff --git a/style.css b/style.css
index 8e8d2bf..6d4cb1e 100644
--- a/style.css
+++ b/style.css
@@ -62,6 +62,18 @@ nav {
text-align: center;
}
+ul {
+ text-indent: -2em;
+ font-size: 1.25em;
+ font-weight: bold;
+}
+
+li {
+ text-indent: 0em;
+ font-size: 1rem;
+ font-weight: normal;
+}
+
a {
color: var(--contrast-color);
}