diff --git a/fredagscafeen/settings/base.py b/fredagscafeen/settings/base.py index 1a0ce50..e868940 100644 --- a/fredagscafeen/settings/base.py +++ b/fredagscafeen/settings/base.py @@ -302,7 +302,6 @@ # Server admins (get an email when server errors happen) ADMINS = [ - ("Oskar Haarklou Veileborg", "oskarv@post.au.dk"), ("Jonathan Eilath", "201804772@post.au.dk"), ("Anders Bruun Severinsen", "202204885@post.au.dk"), ] diff --git a/web/static/css/stylesheet.css b/web/static/css/stylesheet.css index 2d22feb..36955c0 100644 --- a/web/static/css/stylesheet.css +++ b/web/static/css/stylesheet.css @@ -132,3 +132,17 @@ footer { display: block !important; padding: 8px !important; } + +.social-link { + flex: right; + padding: 0px; + height: 25px; + border: solid; + border-width: 0px; + border-radius: 5px; + border-color: white; +} + +.social-link:hover { + opacity: 0.6; +} diff --git a/web/static/images/facebook.png b/web/static/images/facebook.png new file mode 100644 index 0000000..bc92a32 Binary files /dev/null and b/web/static/images/facebook.png differ diff --git a/web/static/images/facebook_negative.png b/web/static/images/facebook_negative.png new file mode 100644 index 0000000..1c1eabe Binary files /dev/null and b/web/static/images/facebook_negative.png differ diff --git a/web/static/images/github.png b/web/static/images/github.png new file mode 100644 index 0000000..e0edec5 Binary files /dev/null and b/web/static/images/github.png differ diff --git a/web/static/images/github_negative.png b/web/static/images/github_negative.png new file mode 100644 index 0000000..903c52b Binary files /dev/null and b/web/static/images/github_negative.png differ diff --git a/web/static/images/instagram.png b/web/static/images/instagram.png new file mode 100644 index 0000000..845b7b6 Binary files /dev/null and b/web/static/images/instagram.png differ diff --git a/web/static/images/instagram_negative.png b/web/static/images/instagram_negative.png new file mode 100644 index 0000000..0fd9b16 Binary files /dev/null and b/web/static/images/instagram_negative.png differ diff --git a/web/templates/base.html b/web/templates/base.html index a92cbe5..4dacfe0 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -72,7 +72,7 @@

  • {% translate "Guides" %}
  • -
  • Facebook
  • +
  • {% translate "Bestyrelsen" %}
  • {% translate "Events" %}
  • {% translate "Om baren" %}
  • @@ -106,8 +106,25 @@

    {% endblock %}