diff --git a/static/css/input.css b/static/css/input.css index 3f904a4e..43ad742b 100644 --- a/static/css/input.css +++ b/static/css/input.css @@ -1,5 +1,26 @@ @import "tailwindcss"; +/* fira-code-latin-wght-normal */ +@font-face { + font-family: 'Fira Code Variable'; + font-style: normal; + font-display: swap; + font-weight: 300 700; + src: url(https://cdn.jsdelivr.net/fontsource/fonts/fira-code:vf@latest/latin-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; +} + +/* inter-latin-wght-normal */ +@font-face { + font-family: 'Inter Variable'; + font-style: normal; + font-display: swap; + font-weight: 100 900; + src: url(https://cdn.jsdelivr.net/fontsource/fonts/inter:vf@latest/latin-wght-normal.woff2) format('woff2-variations'); + unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; +} + + /* Tell Tailwind where to find Django templates and Python files */ @source "../../templates"; diff --git a/static/images/ep-rule-artwork.png b/static/images/ep-rule-artwork.png new file mode 100644 index 00000000..5cd34ca6 Binary files /dev/null and b/static/images/ep-rule-artwork.png differ diff --git a/static/images/logo-eawag.svg b/static/images/logo-eawag.svg new file mode 100644 index 00000000..4dc93042 --- /dev/null +++ b/static/images/logo-eawag.svg @@ -0,0 +1,3 @@ + + + diff --git a/static/images/uoa-logo-small.png b/static/images/uoa-logo-small.png new file mode 100755 index 00000000..8d9ff890 Binary files /dev/null and b/static/images/uoa-logo-small.png differ diff --git a/static/images/uoa.png b/static/images/uoa.png deleted file mode 100644 index 8fbbaf3c..00000000 Binary files a/static/images/uoa.png and /dev/null differ diff --git a/static/images/uzh-logo.svg b/static/images/uzh-logo.svg new file mode 100644 index 00000000..666c057b --- /dev/null +++ b/static/images/uzh-logo.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/templates/framework_modern.html b/templates/framework_modern.html index ed650a65..73afd095 100644 --- a/templates/framework_modern.html +++ b/templates/framework_modern.html @@ -4,7 +4,7 @@ {{ title }} - + {# Favicon #} diff --git a/templates/includes/footer.html b/templates/includes/footer.html index 2b1a2911..abc41815 100644 --- a/templates/includes/footer.html +++ b/templates/includes/footer.html @@ -1,17 +1,18 @@ {% load static %} -
+
-