Specto fixes #9

Merged
confestim merged 7 commits from specto-fixes into main 2021-09-10 16:35:54 +02:00
8 changed files with 99 additions and 95 deletions
Showing only changes of commit 88d8de76ec - Show all commits

View File

@ -1,9 +1,8 @@
<!DOCTYPE html>
{% load static %}
{% load qr_code %}
<html>
<head>
{% load static %}
{% load qr_code %}
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>{% block title %}reValuate{% endblock %}</title>
@ -11,12 +10,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="{% static 'home/css/style.css' %}">
<link rel="shortcut icon" type="image/png" href="{% static 'home/img/logo.png' %}"/>
{% block optionalParams %} {% endblock %}
{% block optionalParams %}{% endblock %}
</head>
<body>
{% block aboveNav %} {% endblock %}
{% block aboveNav %}{% endblock %}
<header id="navbar">
<a class="logo" href="/"><img src="{% static 'home/img/logo.png' %}" style="max-height: 100px;" alt="logo"></a>
<nav>
@ -73,4 +70,4 @@
{% endblock %}
</div>
</body>
</html>
</html>

View File

@ -1,7 +1,7 @@
<!-- templates/home.html -->
{% extends 'base.html' %}
{% block title %}Home{% endblock %}
{% block optionalParams%}
<style>
.checkmark__circle {
@ -56,6 +56,7 @@
</style>
{% endblock %}
{% block content %}
<div class="centered" style="text-align: center;">

View File

@ -1,4 +1,8 @@
{% extends 'base.html' %}
{% load qr_code %}
{% load static %}
{% block optionalParams %}
<style>
html{
@ -11,8 +15,7 @@
}
</style>
{% endblock %}
{% load qr_code %}
{% load static %}
{% block content %}
<div id="page-wrap">
<h1 class="heading">reValuate</h1>

View File

@ -1,6 +1,7 @@
{% extends 'base.html' %}
{% block title %}Класация{% endblock %}
{% block optionalParams %}
<style>

View File

@ -11,7 +11,7 @@
-o-background-size: cover;
background-size: cover;
font-family: Arial, Helvetica, sans-serif;
}
}
#page-wrap{
padding: 20vh;
}

View File

@ -1,6 +1,8 @@
{% extends 'base.html' %}
{% load static %}
{% block title %} My Images {% endblock %}
{% block optionalParams %}
<link rel="stylesheet" href="{% static 'home/css/gallery.css' %}">
<style>