summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xincludes/header.html2
-rw-r--r--main.css4
2 files changed, 5 insertions, 1 deletions
diff --git a/includes/header.html b/includes/header.html
index c18656b..63ca7b3 100755
--- a/includes/header.html
+++ b/includes/header.html
@@ -15,7 +15,7 @@
<body>
<div class="header">
<a href="#body" class="skip">Skip to body</a>
- <h1>P. J. M<span class="super">c</span>Dermott</h1>
+ <h1><a href="/">P. J. M<span class="super">c</span>Dermott</a></h1>
<p>Computer science student, software and (amateur) hardware hacker, and advocate for software and cultural freedom.</p>
</div>
<div class="menu">
diff --git a/main.css b/main.css
index 6280dad..72278c7 100644
--- a/main.css
+++ b/main.css
@@ -45,6 +45,10 @@ div.header h1 {
font-family: serif;
margin: 0px 0px 0px 0px;
}
+div.header h1 a {
+ color: #000000;
+ text-decoration: none;
+}
div.header h1 span.super {
vertical-align: 33%;
font-size: 18pt;