Update link-preview, move images to "img" dir
Before Width: | Height: | Size: 52 KiB |
Before Width: | Height: | Size: 211 KiB After Width: | Height: | Size: 211 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
BIN
clubhaus/homepage/static/homepage/img/link-preview.png
Normal file
After Width: | Height: | Size: 8.5 KiB |
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 85 KiB |
Before Width: | Height: | Size: 151 KiB After Width: | Height: | Size: 151 KiB |
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 69 KiB |
@ -12,14 +12,14 @@
|
|||||||
<meta property="og:description" content="Clubhaus Schornbach - est. 2007">
|
<meta property="og:description" content="Clubhaus Schornbach - est. 2007">
|
||||||
<meta property="og:type" content="website"/>
|
<meta property="og:type" content="website"/>
|
||||||
<meta name="image" property="og:image"
|
<meta name="image" property="og:image"
|
||||||
content="https://{{ request.get_host }}{% static 'homepage/image01.jpg' %}">
|
content="https://{{ request.get_host }}{% static 'homepage/img/link-preview.png' %}">
|
||||||
<meta property="og:image:type" content="image/jpeg">
|
<meta property="og:image:type" content="image/png">
|
||||||
<meta property="og:image:width" content="300">
|
<meta property="og:image:width" content="300">
|
||||||
<meta property="og:image:height" content="300">
|
<meta property="og:image:height" content="300">
|
||||||
<meta property="og:url" content="https://{{ request.get_host }}">
|
<meta property="og:url" content="https://{{ request.get_host }}">
|
||||||
|
|
||||||
<title>Clubhaus Schornbach</title>
|
<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/bootstrap/bootstrap.min.css' %}" rel="stylesheet">
|
||||||
<link href="{% static 'homepage/assets/self/custom.css' %}" rel="stylesheet">
|
<link href="{% static 'homepage/assets/self/custom.css' %}" rel="stylesheet">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
{% block extra_header_block %}
|
{% block extra_header_block %}
|
||||||
<style>
|
<style>
|
||||||
.bg-logo {
|
.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-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
{% block extra_header_block %}
|
{% block extra_header_block %}
|
||||||
<style>
|
<style>
|
||||||
.cus-bg-image {
|
.cus-bg-image {
|
||||||
background-image: url("{% static 'homepage/background.jpg' %}");
|
background-image: url("{% static 'homepage/img/background.jpg' %}");
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<div class="impressum">
|
<div class="impressum">
|
||||||
<h1 class="fst-italic">Impressum</h1>
|
<h1 class="fst-italic">Impressum</h1>
|
||||||
<p>Angaben gemäß § 5 TMG</p>
|
<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>
|
<p><strong>Haftung für Inhalte</strong>
|
||||||
<br><br>
|
<br><br>
|
||||||
Die Inhalte unserer Seiten wurden mit größter Sorgfalt erstellt. Für die Richtigkeit, Vollständigkeit
|
Die Inhalte unserer Seiten wurden mit größter Sorgfalt erstellt. Für die Richtigkeit, Vollständigkeit
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
{% block extra_header_block %}
|
{% block extra_header_block %}
|
||||||
<style>
|
<style>
|
||||||
.bg-logo {
|
.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-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
|