1
0

Update link-preview, move images to "img" dir

This commit is contained in:
Marcel Schwarz 2022-08-08 18:40:37 +02:00
parent 3b8234f9c0
commit c7a661da05
12 changed files with 7 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

View File

Before

Width:  |  Height:  |  Size: 211 KiB

After

Width:  |  Height:  |  Size: 211 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

View File

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 85 KiB

View File

Before

Width:  |  Height:  |  Size: 151 KiB

After

Width:  |  Height:  |  Size: 151 KiB

View File

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 69 KiB

View File

@ -12,14 +12,14 @@
<meta property="og:description" content="Clubhaus Schornbach - est. 2007">
<meta property="og:type" content="website"/>
<meta name="image" property="og:image"
content="https://{{ request.get_host }}{% static 'homepage/image01.jpg' %}">
<meta property="og:image:type" content="image/jpeg">
content="https://{{ request.get_host }}{% static 'homepage/img/link-preview.png' %}">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="300">
<meta property="og:image:height" content="300">
<meta property="og:url" content="https://{{ request.get_host }}">
<title>Clubhaus Schornbach</title>
<link rel="icon" href="{% static 'homepage/logo.svg' %}" sizes="any" type="image/svg+xml">
<link rel="icon" href="{% static 'homepage/img/logo.svg' %}" sizes="any" type="image/svg+xml">
<link href="{% static 'homepage/assets/bootstrap/bootstrap.min.css' %}" rel="stylesheet">
<link href="{% static 'homepage/assets/self/custom.css' %}" rel="stylesheet">

View File

@ -4,7 +4,7 @@
{% block extra_header_block %}
<style>
.bg-logo {
background-image: url("{% static 'homepage/logo-with-coming-soon.svg' %}");
background-image: url("{% static 'homepage/img/logo-with-coming-soon.svg' %}");
background-repeat: no-repeat;
background-position: center;
background-size: contain;

View File

@ -5,7 +5,7 @@
{% block extra_header_block %}
<style>
.cus-bg-image {
background-image: url("{% static 'homepage/background.jpg' %}");
background-image: url("{% static 'homepage/img/background.jpg' %}");
background-repeat: no-repeat;
background-position: center;
background-size: cover;

View File

@ -6,7 +6,7 @@
<div class="impressum">
<h1 class="fst-italic">Impressum</h1>
<p>Angaben gemäß § 5 TMG</p>
<img class="mb-3" width="400px" src="{% static 'homepage/jks.png' %}" alt="">
<img class="mb-3" width="400px" src="{% static 'homepage/img/jks.png' %}" alt="">
<p><strong>Haftung für Inhalte</strong>
<br><br>
Die Inhalte unserer Seiten wurden mit größter Sorgfalt erstellt. Für die Richtigkeit, Vollständigkeit

View File

@ -4,7 +4,7 @@
{% block extra_header_block %}
<style>
.bg-logo {
background-image: url("{% static 'homepage/logo-with-text.svg' %}");
background-image: url("{% static 'homepage/img/logo-with-text.svg' %}");
background-repeat: no-repeat;
background-position: center;
background-size: contain;