logos and pics
This commit is contained in:
parent
6b04682782
commit
7e151e9373
20 changed files with 6 additions and 6 deletions
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue