Restructuring content. Lifting heading levels, adjusted website title for home page and such.

This commit is contained in:
Reto Bollinger 2025-01-14 11:25:43 +01:00
parent 73afa3a9a9
commit eadd2c13ed
6 changed files with 19 additions and 16 deletions

View file

@ -176,7 +176,7 @@ div.page.home{
font-size:36px; font-size:36px;
} }
div.page h2 { div.page h1 {
font-family: "Roboto-Black","Arial Bold",sans-serif; font-family: "Roboto-Black","Arial Bold",sans-serif;
font-size:60px; font-size:60px;
margin: 20px 0 0 0; margin: 20px 0 0 0;
@ -185,7 +185,7 @@ div.page h2 {
line-height: normal; line-height: normal;
} }
div.page h3 { div.page h2 {
font-family: "Roboto-Thin","Arial",sans-serif; font-family: "Roboto-Thin","Arial",sans-serif;
font-size:60px; font-size:60px;
margin: 0px; margin: 0px;
@ -195,7 +195,7 @@ div.page h3 {
} }
div.page h4 { div.page h3 {
font-family: "Roboto-Thin","Arial",sans-serif; font-family: "Roboto-Thin","Arial",sans-serif;
font-size:40px; font-size:40px;
margin: 0; margin: 0;
@ -571,16 +571,16 @@ div.left_footer, div.middle_footer, div.right_footer {
font-size:calc(36vw * 0.091); font-size:calc(36vw * 0.091);
} }
div.page h2 { div.page h1 {
font-size:calc(60vw * 0.091); font-size:calc(60vw * 0.091);
margin: calc(20vw * 0.091) 0 0 0; margin: calc(20vw * 0.091) 0 0 0;
padding: calc(22vw * 0.091) 0 1em 0; padding: calc(22vw * 0.091) 0 1em 0;
width: 100%; width: 100%;
} }
div.page h3 { div.page h2 {
font-size:calc(60vw * 0.091); font-size:calc(60vw * 0.091);
} }
div.page h4 { div.page h3 {
font-size:calc(40vw * 0.091); font-size:calc(40vw * 0.091);
} }
div.page div.threecolumn{ div.page div.threecolumn{
@ -648,15 +648,15 @@ div.left_footer, div.middle_footer, div.right_footer {
div.page.home{ div.page.home{
font-size:calc(36px * 0.7); font-size:calc(36px * 0.7);
} }
div.page h2 { div.page h1 {
font-size:calc(60px * 0.7); font-size:calc(60px * 0.7);
margin: 0; margin: 0;
padding: calc(22px * 0.7) 0 1em 0; padding: calc(22px * 0.7) 0 1em 0;
} }
div.page h3 { div.page h2 {
font-size:calc(60px * 0.7); font-size:calc(60px * 0.7);
} }
div.page h4 { div.page h3 {
font-size:calc(40px * 0.7); font-size:calc(40px * 0.7);
} }
div.page div.threecolumn{ div.page div.threecolumn{

View file

@ -4,14 +4,14 @@ title: Willkommen beim PC Stammertal
--- ---
html: html:
<h3>Unser nächster Anlass: </h3><br> <h2>Unser nächster Anlass: </h2><br>
<div class="nextevent">Leider unbekannt, aber <strong>frag mal den Vorstand</strong> der müsste es wissen</div> <div class="nextevent">Leider unbekannt, aber <strong>frag mal den Vorstand</strong> der müsste es wissen</div>
<div> <div>
&nbsp;<br> &nbsp;<br>
&nbsp;<br> &nbsp;<br>
&nbsp;<br> &nbsp;<br>
</div> </div>
<h4>...und auch nicht verpassen:</h4> <h3>...und auch nicht verpassen:</h3>
<a href="https://www.wyland25.ch/" target="_blank"><img src="/images/zhksf.png" alt="27. Zürcher Kantonalschützenfest 2025" class="stamp"></a> <a href="https://www.wyland25.ch/" target="_blank"><img src="/images/zhksf.png" alt="27. Zürcher Kantonalschützenfest 2025" class="stamp"></a>
<div class="threecolumn"> <div class="threecolumn">
<div> <div>

View file

@ -7,8 +7,11 @@
<link rel="shortcut icon" href="{{ '/favicon.ico'|url }}"> <link rel="shortcut icon" href="{{ '/favicon.ico'|url }}">
<link rel="apple-touch-icon" sizes="180x180" href="{{ '/apple-touch-icon.png'|url }}"> <link rel="apple-touch-icon" sizes="180x180" href="{{ '/apple-touch-icon.png'|url }}">
<meta name="apple-mobile-web-app-title" content="PCS"> <meta name="apple-mobile-web-app-title" content="PCS">
{% if this._path == '/' %}
<meta name="description" content="Der Pistolenclub Stammertal in Stammheim/Unterstammheim. Verein von Pistolen-/Luftpistolen-Schützen. Schiesse das Obligatorische Programm (Obli) mit Pistole.">
{% endif%}
<link rel="manifest" href="{{ '/site.webmanifest'|url }}"> <link rel="manifest" href="{{ '/site.webmanifest'|url }}">
<title>{% block title %}Welcome{% endblock %} — PCS</title> <title>{% if this._path == '/' %}Home - PCS{% else %}{% block title %}Welcome{% endblock %} — PCS{% endif%}</title>
<body> <body>
<header> <header>
<div class="inner_header"> <div class="inner_header">

View file

@ -2,7 +2,7 @@
{% block title %}{{ this.title }}{% endblock %} {% block title %}{{ this.title }}{% endblock %}
{% block body %} {% block body %}
<div class="inner_page"> <div class="inner_page">
<h2>{{ this.title }}</h2> <h1>{{ this.title }}</h1>
{{ this.body }} {{ this.body }}
{{ this.html }} {{ this.html }}
</div> </div>

View file

@ -2,7 +2,7 @@
{% block title %}{{ this.title }}{% endblock %} {% block title %}{{ this.title }}{% endblock %}
{% block body %} {% block body %}
<div class="inner_page termine"> <div class="inner_page termine">
<h2>{{ this.title }}</h2> <h1>{{ this.title }}</h1>
{{ this.body }} {{ this.body }}
{{ this.html }} {{ this.html }}
</div> </div>

View file

@ -42,14 +42,14 @@ title: Willkommen beim PC Stammertal
--- ---
html: html:
<h3>Unser nächster Anlass: </h3><br> <h2>Unser nächster Anlass: </h2><br>
{self.fallback_html} {self.fallback_html}
<div> <div>
&nbsp;<br> &nbsp;<br>
&nbsp;<br> &nbsp;<br>
&nbsp;<br> &nbsp;<br>
</div> </div>
<h4>...und auch nicht verpassen:</h4> <h3>...und auch nicht verpassen:</h3>
<a href="https://www.wyland25.ch/" target="_blank"><img src="/images/zhksf.png" alt="27. Zürcher Kantonalschützenfest 2025" class="stamp"></a> <a href="https://www.wyland25.ch/" target="_blank"><img src="/images/zhksf.png" alt="27. Zürcher Kantonalschützenfest 2025" class="stamp"></a>
<div class="threecolumn"> <div class="threecolumn">
<div> <div>