aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_includes/footer.html2
-rw-r--r--style/main.scss9
2 files changed, 11 insertions, 0 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index f893ae1..fb11a5e 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,2 +1,4 @@
<footer>
+ <p>&copy; Noah Loomans 2017</p>
+ <p>This website is open-source under the MIT licence, and hosted on GitHub.</p>
</footer> \ No newline at end of file
diff --git a/style/main.scss b/style/main.scss
index 9ded720..75e8381 100644
--- a/style/main.scss
+++ b/style/main.scss
@@ -136,4 +136,13 @@ main ul {
.projects {
flex-wrap: wrap;
}
+}
+
+footer {
+ color: #93a1a1;
+ font-size: 0.8em;
+ max-width: 300px;
+ margin: 0 auto;
+ margin-top: 16px;
+ padding: 16px;
} \ No newline at end of file