diff --git a/static/icons/github.svg b/static/icons/github.svg
new file mode 100644
index 0000000..aa05db9
--- /dev/null
+++ b/static/icons/github.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/images/github-icon.png b/static/images/github-icon.png
deleted file mode 100644
index 8b25551..0000000
Binary files a/static/images/github-icon.png and /dev/null differ
diff --git a/static/styles/index.css b/static/styles/index.css
index 8fb0bdb..4d9fde7 100644
--- a/static/styles/index.css
+++ b/static/styles/index.css
@@ -1,3 +1,7 @@
#pagesList {
flex-wrap: wrap
}
+
+.github-icon {
+ width: 2.5rem;
+}
\ No newline at end of file
diff --git a/templates/components/footer.html b/templates/components/footer.html
index b8613a3..7234109 100644
--- a/templates/components/footer.html
+++ b/templates/components/footer.html
@@ -2,7 +2,7 @@