commit a4d6ab14ff836d00455c77a41ae512a96e7088bf Author: marc-kbpm Date: Fri Dec 2 13:09:19 2022 +0100 adds font and icons diff --git a/static/bg-nav.svg b/static/bg-nav.svg new file mode 100644 index 0000000..66c33e7 --- /dev/null +++ b/static/bg-nav.svg @@ -0,0 +1,4 @@ + + + + diff --git a/static/fonts/inter-v12-latin-500.eot b/static/fonts/inter-v12-latin-500.eot new file mode 100644 index 0000000..da2dac4 Binary files /dev/null and b/static/fonts/inter-v12-latin-500.eot differ diff --git a/static/fonts/inter-v12-latin-500.svg b/static/fonts/inter-v12-latin-500.svg new file mode 100644 index 0000000..77485eb --- /dev/null +++ b/static/fonts/inter-v12-latin-500.svg @@ -0,0 +1,351 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/fonts/inter-v12-latin-500.ttf b/static/fonts/inter-v12-latin-500.ttf new file mode 100644 index 0000000..a5e8c6e Binary files /dev/null and b/static/fonts/inter-v12-latin-500.ttf differ diff --git a/static/fonts/inter-v12-latin-500.woff b/static/fonts/inter-v12-latin-500.woff new file mode 100644 index 0000000..19c7bf8 Binary files /dev/null and b/static/fonts/inter-v12-latin-500.woff differ diff --git a/static/fonts/inter-v12-latin-500.woff2 b/static/fonts/inter-v12-latin-500.woff2 new file mode 100644 index 0000000..6fc94ad Binary files /dev/null and b/static/fonts/inter-v12-latin-500.woff2 differ diff --git a/static/fonts/inter-v12-latin-regular.eot b/static/fonts/inter-v12-latin-regular.eot new file mode 100644 index 0000000..cb419e9 Binary files /dev/null and b/static/fonts/inter-v12-latin-regular.eot differ diff --git a/static/fonts/inter-v12-latin-regular.svg b/static/fonts/inter-v12-latin-regular.svg new file mode 100644 index 0000000..5f54244 --- /dev/null +++ b/static/fonts/inter-v12-latin-regular.svg @@ -0,0 +1,351 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/fonts/inter-v12-latin-regular.ttf b/static/fonts/inter-v12-latin-regular.ttf new file mode 100644 index 0000000..179ee0c Binary files /dev/null and b/static/fonts/inter-v12-latin-regular.ttf differ diff --git a/static/fonts/inter-v12-latin-regular.woff b/static/fonts/inter-v12-latin-regular.woff new file mode 100644 index 0000000..1866261 Binary files /dev/null and b/static/fonts/inter-v12-latin-regular.woff differ diff --git a/static/fonts/inter-v12-latin-regular.woff2 b/static/fonts/inter-v12-latin-regular.woff2 new file mode 100644 index 0000000..c659f5e Binary files /dev/null and b/static/fonts/inter-v12-latin-regular.woff2 differ diff --git a/static/interpeer-logo-small.svg b/static/interpeer-logo-small.svg new file mode 100644 index 0000000..f0f7404 --- /dev/null +++ b/static/interpeer-logo-small.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/static/logo.svg b/static/logo.svg new file mode 100644 index 0000000..05fe520 --- /dev/null +++ b/static/logo.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/static/styles.css b/static/styles.css new file mode 100644 index 0000000..d93cdd5 --- /dev/null +++ b/static/styles.css @@ -0,0 +1,5 @@ +.header-background { + background-image: url("/bg-nav.svg"); + background-size: cover; + background-repeat: no-repeat; +} \ No newline at end of file