122 lines
4.7 KiB
HTML
122 lines
4.7 KiB
HTML
{% load static %}
|
|
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<meta name="description" content="">
|
|
<meta name="author" content="">
|
|
<link rel="shortcut icon" type="image/x-icon" href="{% static 'users/img/favicon_neu.ico' %}">
|
|
<title>Digitale Agentur</title>
|
|
|
|
<!-- Custom fonts for this template-->
|
|
|
|
<link rel="canonical" href="https://app.digitale-agentur.com">
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.js"></script>
|
|
|
|
|
|
<link href="{%static 'users/vendor/fontawesome-free/css/all.min.css' %}" rel="stylesheet" type="text/css">
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
|
|
|
|
|
|
<!--<link href="{%static 'users/css/bootstrap.min.css' %}" rel="stylesheet">-->
|
|
<link href='https://fonts.googleapis.com/css?family=Roboto&display=swap' rel='stylesheet' type='text/css'>
|
|
|
|
<!-- include summernote css/js -->
|
|
<!--<link href="https://cdn.jsdelivr.net/npm/summernote@0.8.15/dist/summernote.min.css" rel="stylesheet">
|
|
<script src="https://cdn.jsdelivr.net/npm/summernote@0.8.15/dist/summernote.min.js"></script>-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.1/jquery-ui.min.js"></script>
|
|
|
|
<!-- <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>-->
|
|
<!-- CROPPER -->
|
|
<link href="{% static 'users/css/cropper.min.css' %}" rel="stylesheet">
|
|
|
|
|
|
<!-- DATATABLES -->
|
|
<link href="https://cdn.datatables.net/1.10.20/css/jquery.dataTables.min.css" rel="stylesheet">
|
|
<link href="https://cdn.datatables.net/1.10.20/css/dataTables.bootstrap4.min.css" rel="stylesheet">
|
|
|
|
|
|
<!-- Custom styles for this template-->
|
|
<link href="{% static 'users/css/sb-admin-2.css' %}" rel="stylesheet">
|
|
|
|
<link href="{% static 'users/css/theme.css' %}" rel="stylesheet">
|
|
<link href="{% static 'users/css/custom.css' %}" rel="stylesheet">
|
|
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/summernote@0.8.16/dist/summernote-bs4.js"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/summernote@0.8.16/dist/summernote.css" rel="stylesheet">
|
|
<script src="{% static 'summernote/lang/summernote-de-DE.min.js' %}"></script>
|
|
|
|
<style type="text/css">
|
|
.background-image {
|
|
background-image: url('{% static 'users/img/registerbackground.jpg' %}');
|
|
background-size: cover; /* Resize the background image to cover the entire container */
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
filter: blur(8px);
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body id="page-top">
|
|
<!--<svg style="min-width:100%; min-height: 100%;">
|
|
<defs>
|
|
<filter id="blur">
|
|
<feGaussianBlur stdDeviation="6" />
|
|
</filter>
|
|
</defs>
|
|
<image xlink:href="{% static 'users/img/registerbackground.jpg' %}" style="min-width:100%; min-height: 100%;" filter="url(#blur)"></image>
|
|
</svg>-->
|
|
<div class="background-image"></div>
|
|
|
|
<ul class=" bg-gray-900 navbar sidebar-dark accordion fixed-top" id="accordionSidebar">
|
|
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="{% url 'users-dashboard' %}">
|
|
|
|
<div class="sidebar-brand-text mx-3" style="text-align: left;">
|
|
<img src="{% static 'users/img/logo_neu.png' %}" style="float: left;" width="12%" class="">
|
|
<img src="{% static 'users/img/VVE-Logo.png' %}" style="float: right;" width="2.5%" class="">
|
|
</div>
|
|
</a>
|
|
</ul>
|
|
<style type="text/css">
|
|
#logincard {
|
|
width: 35%;
|
|
min-width: 500px !important;
|
|
margin-top: 4%;
|
|
}
|
|
</style>
|
|
{% block content %}
|
|
{% endblock %}
|
|
|
|
|
|
<!-- Bootstrap core JavaScript-->
|
|
<!--<script src="{%static 'users/vendor/jquery/jquery.min.js' %}"></script>-->
|
|
<script type="text/javascript" src="{%static 'users/vendor/bootstrap/js/bootstrap.bundle.min.js' %}"></script>
|
|
<!-- Core plugin JavaScript-->
|
|
<script type="text/javascript" src="{%static 'users/vendor/jquery-easing/jquery.easing.min.js' %}"></script>
|
|
<!-- DATABLES JS -->
|
|
<!--<script type="text/javascript" src="https://cdn.datatables.net/1.10.20/js/jquery.dataTables.min.js"></script>-->
|
|
<script type="text/javascript" src="{%static 'users/js/jquery_dataTables.min.js' %}"></script>
|
|
<!--<script type="text/javascript" src="https://cdn.datatables.net/1.10.20/js/dataTables.bootstrap4.min.js"></script>-->
|
|
<script type="text/javascript" src="{%static 'users/js/bs4_dt.js' %}"></script>
|
|
|
|
<!-- Custom scripts for all pages-->
|
|
<script type="text/javascript" src="{%static 'users/js/sb-admin-2.js' %}"></script>
|
|
|
|
</body>
|
|
</html>
|