diff --git a/app/static/browserconfig.xml b/app/static/browserconfig.xml index 09f85098..67cebf74 100644 --- a/app/static/browserconfig.xml +++ b/app/static/browserconfig.xml @@ -2,7 +2,7 @@ - + #da532c diff --git a/app/static/images/apple-touch-icon.png b/app/static/images/apple-touch-icon.png new file mode 100644 index 00000000..db3723f0 Binary files /dev/null and b/app/static/images/apple-touch-icon.png differ diff --git a/app/static/images/favicon-16x16.png b/app/static/images/favicon-16x16.png new file mode 100644 index 00000000..f79e4423 Binary files /dev/null and b/app/static/images/favicon-16x16.png differ diff --git a/app/static/images/favicon-32x32.png b/app/static/images/favicon-32x32.png new file mode 100644 index 00000000..c1a818e3 Binary files /dev/null and b/app/static/images/favicon-32x32.png differ diff --git a/app/static/images/favicon.ico b/app/static/images/favicon.ico new file mode 100644 index 00000000..7f99d713 Binary files /dev/null and b/app/static/images/favicon.ico differ diff --git a/app/static/images/logo.png b/app/static/images/logo.png new file mode 100644 index 00000000..29bf164d Binary files /dev/null and b/app/static/images/logo.png differ diff --git a/app/static/images/logo.svg b/app/static/images/logo.svg new file mode 100644 index 00000000..bf92df52 --- /dev/null +++ b/app/static/images/logo.svg @@ -0,0 +1,286 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/static/images/logo2.png b/app/static/images/logo2.png new file mode 100644 index 00000000..670e1f97 Binary files /dev/null and b/app/static/images/logo2.png differ diff --git a/app/static/images/logo_square_192.png b/app/static/images/logo_square_192.png new file mode 100644 index 00000000..6850fd3b Binary files /dev/null and b/app/static/images/logo_square_192.png differ diff --git a/app/static/images/logo_square_512.png b/app/static/images/logo_square_512.png new file mode 100644 index 00000000..7df14c75 Binary files /dev/null and b/app/static/images/logo_square_512.png differ diff --git a/app/static/images/mstile-150x150.png b/app/static/images/mstile-150x150.png new file mode 100644 index 00000000..e31c9458 Binary files /dev/null and b/app/static/images/mstile-150x150.png differ diff --git a/app/static/styles.css b/app/static/styles.css index 5523abd4..8ace3140 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -254,6 +254,10 @@ nav.navbar { min-height: 60px; } +.navbar-brand img { + margin-right: 20px; +} + .navbar-light .navbar-nav .nav-link { color: rgba(0, 0, 0, 0.8); outline-style: none; diff --git a/app/static/styles.scss b/app/static/styles.scss index 68b9fa95..e15ff953 100644 --- a/app/static/styles.scss +++ b/app/static/styles.scss @@ -16,6 +16,11 @@ nav.navbar { min-height: 60px; } +.navbar-brand { + img { + margin-right: 20px; + } +} .navbar-light .navbar-nav .nav-link { color: rgba(0,0,0,.8); outline-style: none; diff --git a/app/templates/base.html b/app/templates/base.html index b389178f..6c6c162f 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -25,11 +25,12 @@ {% endblock %} {% if title %}{{ title }} - {{ _('PyFedi') }}{% else %}{{ _('PyFedi') }}{% endif %} - - - + + + - + + @@ -44,12 +45,12 @@ {% endif %} {% endblock %} - + {% block navbar %}