diff --git a/_includes/footer.liquid b/_includes/footer.liquid index 218a993..996174e 100644 --- a/_includes/footer.liquid +++ b/_includes/footer.liquid @@ -38,6 +38,11 @@ <--> syntropy + +
  • + Maintained by a queer folk + Always wear your programming socks +
  • diff --git a/_scss/_footer.scss b/_scss/_footer.scss index f96e069..f2bb6ef 100644 --- a/_scss/_footer.scss +++ b/_scss/_footer.scss @@ -14,9 +14,11 @@ footer { li { h3 { + padding-top: 15px; margin-top: auto; } text-align: center; + } } } @@ -44,3 +46,7 @@ footer { } } } + +.badges { + padding-top: 15px; +} diff --git a/assets/badges/queer.png b/assets/badges/queer.png new file mode 100644 index 0000000..2bce7b9 Binary files /dev/null and b/assets/badges/queer.png differ diff --git a/assets/badges/socks.png b/assets/badges/socks.png new file mode 100644 index 0000000..85dff26 Binary files /dev/null and b/assets/badges/socks.png differ diff --git a/assets/stars4.gif b/assets/stars4.gif index 8471f83..7ab17bd 100644 Binary files a/assets/stars4.gif and b/assets/stars4.gif differ