logos and pics
|
@ -6,13 +6,13 @@ JAZZMIN_SETTINGS = {
|
||||||
# Title on the brand (19 chars max) (defaults to current_admin_site.site_header if absent or None)
|
# Title on the brand (19 chars max) (defaults to current_admin_site.site_header if absent or None)
|
||||||
"site_brand": "Fallen Birdy Form",
|
"site_brand": "Fallen Birdy Form",
|
||||||
# Logo to use for your site, must be present in static files, used for brand on top left
|
# 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)
|
# 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)
|
# Logo to use for login form in dark themes (defaults to login_logo)
|
||||||
# "login_logo_dark": None,
|
# "login_logo_dark": None,
|
||||||
# CSS classes that are applied to the logo above
|
# 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)
|
# Relative path to a favicon for your site, will default to site_logo if absent (ideally 32x32 px)
|
||||||
"site_icon": None,
|
"site_icon": None,
|
||||||
# Welcome text on the login screen
|
# Welcome text on the login screen
|
||||||
|
|
BIN
app/static/img/admin/l.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
app/static/img/admin/m.png
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
app/static/img/admin/s.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
app/static/img/admin/xl.png
Normal file
After Width: | Height: | Size: 35 KiB |
BIN
app/static/img/admin/xs.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
app/static/img/admin/xxs.png
Normal file
After Width: | Height: | Size: 676 B |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 6.6 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 697 B After Width: | Height: | Size: 697 B |
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 176 KiB After Width: | Height: | Size: 176 KiB |
Before Width: | Height: | Size: 310 KiB After Width: | Height: | Size: 310 KiB |
|
@ -8,7 +8,7 @@
|
||||||
{% block head_title %}{% trans "Sign In" %}{% endblock head_title %}
|
{% block head_title %}{% trans "Sign In" %}{% endblock head_title %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="row">
|
<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="d-flex justify-content-center mt-5">
|
||||||
<div class="card shadow-sm p-3 mb-5 bg-body rounded">
|
<div class="card shadow-sm p-3 mb-5 bg-body rounded">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<!-- favicon -->
|
<!-- 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="https://bootswatch.com/5/cosmo/bootstrap.min.css">
|
||||||
<link rel="stylesheet" href="{% static 'css/style.css' %}">
|
<link rel="stylesheet" href="{% static 'css/style.css' %}">
|
||||||
<title>
|
<title>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<nav class="navbar navbar-expand-lg navbar-dark bg-primary sticky-top">
|
<nav class="navbar navbar-expand-lg navbar-dark bg-primary sticky-top">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="navbar-brand" href="{% url 'index' %}">
|
<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>
|
</a>
|
||||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor01"
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor01"
|
||||||
aria-controls="navbarColor01" aria-expanded="false" aria-label="Toggle navigation">
|
aria-controls="navbarColor01" aria-expanded="false" aria-label="Toggle navigation">
|
||||||
|
|