logos and pics

This commit is contained in:
gw3000 2023-07-23 12:24:35 +02:00
parent 6b04682782
commit 7e151e9373
20 changed files with 6 additions and 6 deletions

View file

@ -6,13 +6,13 @@ JAZZMIN_SETTINGS = {
# Title on the brand (19 chars max) (defaults to current_admin_site.site_header if absent or None)
"site_brand": "Fallen Birdy Form",
# Logo to use for your site, must be present in static files, used for brand on top left
"site_logo": "img/logo.png",
"site_logo": "img/admin/m.png",
# Logo to use for your site, must be present in static files, used for login form logo (defaults to site_logo)
"login_logo": "img/logo.png",
"login_logo": "img/admin/m.png",
# Logo to use for login form in dark themes (defaults to login_logo)
# "login_logo_dark": None,
# CSS classes that are applied to the logo above
"site_logo_classes": "img-circle",
# "site_logo_classes": "img-circle",
# Relative path to a favicon for your site, will default to site_logo if absent (ideally 32x32 px)
"site_icon": None,
# Welcome text on the login screen

BIN
app/static/img/admin/l.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
app/static/img/admin/m.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

BIN
app/static/img/admin/s.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

BIN
app/static/img/admin/xl.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

BIN
app/static/img/admin/xs.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 676 B

View file

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 697 B

After

Width:  |  Height:  |  Size: 697 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 78 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 176 KiB

After

Width:  |  Height:  |  Size: 176 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 310 KiB

After

Width:  |  Height:  |  Size: 310 KiB

Before After
Before After

View file

@ -8,7 +8,7 @@
{% block head_title %}{% trans "Sign In" %}{% endblock head_title %}
{% block content %}
<div class="row">
<img class="logowvh" src="{% static 'img/wvhLogo.svg'%}" alt="" >
<img class="logowvh" src="{% static 'img/logo/wvh.svg'%}" alt="" >
<div class="d-flex justify-content-center mt-5">
<div class="card shadow-sm p-3 mb-5 bg-body rounded">
<div class="card-body">

View file

@ -7,7 +7,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- favicon -->
<link rel="shortcut icon" href="{% static 'img/favicon.ico' %}" type="image/x-icon">
<link rel="shortcut icon" href="{% static 'img/favicon/m.png' %}" type="image/x-icon">
<link rel="stylesheet" href="https://bootswatch.com/5/cosmo/bootstrap.min.css">
<link rel="stylesheet" href="{% static 'css/style.css' %}">
<title>

View file

@ -4,7 +4,7 @@
<nav class="navbar navbar-expand-lg navbar-dark bg-primary sticky-top">
<div class="container">
<a class="navbar-brand" href="{% url 'index' %}">
<img src="{% static 'img/logo.png' %}" alt="logo" width="35" height="35" />
<img src="{% static 'img/favicon/l.png' %}" alt="logo" width="35" height="35" />
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor01"
aria-controls="navbarColor01" aria-expanded="false" aria-label="Toggle navigation">