From 64f8a58092ef03b124786c6f11d68aa53c89674b Mon Sep 17 00:00:00 2001 From: MatthewOwens Date: Mon, 20 Jul 2020 13:15:12 +0100 Subject: [PATCH] added git link --- includes/about_header.html | 1 + includes/header.html | 1 + includes/projects_header.html | 1 + style.css | 3 +++ 4 files changed, 6 insertions(+) diff --git a/includes/about_header.html b/includes/about_header.html index 0315a96..6f0a2fa 100644 --- a/includes/about_header.html +++ b/includes/about_header.html @@ -7,6 +7,7 @@
  • ~
  • about
  • projects
  • + diff --git a/includes/header.html b/includes/header.html index 6f77363..fc7e0ff 100644 --- a/includes/header.html +++ b/includes/header.html @@ -7,6 +7,7 @@
  • ~
  • about
  • projects
  • + diff --git a/includes/projects_header.html b/includes/projects_header.html index b814ec5..bdd1fec 100644 --- a/includes/projects_header.html +++ b/includes/projects_header.html @@ -7,6 +7,7 @@
  • ~
  • about
  • projects
  • + diff --git a/style.css b/style.css index 1963e74..bfc340a 100644 --- a/style.css +++ b/style.css @@ -69,3 +69,6 @@ header h1 { #rsslink { float:right } +#gitlink { + float:right +} -- 2.20.1