mirror of
https://git.bolliret.ch/pcs/pcs-website
synced 2026-01-18 13:21:37 +01:00
Restructuring content. Lifting heading levels, adjusted website title for home page and such.
This commit is contained in:
parent
73afa3a9a9
commit
eadd2c13ed
6 changed files with 19 additions and 16 deletions
|
|
@ -176,7 +176,7 @@ div.page.home{
|
|||
font-size:36px;
|
||||
}
|
||||
|
||||
div.page h2 {
|
||||
div.page h1 {
|
||||
font-family: "Roboto-Black","Arial Bold",sans-serif;
|
||||
font-size:60px;
|
||||
margin: 20px 0 0 0;
|
||||
|
|
@ -185,7 +185,7 @@ div.page h2 {
|
|||
line-height: normal;
|
||||
}
|
||||
|
||||
div.page h3 {
|
||||
div.page h2 {
|
||||
font-family: "Roboto-Thin","Arial",sans-serif;
|
||||
font-size:60px;
|
||||
margin: 0px;
|
||||
|
|
@ -195,7 +195,7 @@ div.page h3 {
|
|||
|
||||
}
|
||||
|
||||
div.page h4 {
|
||||
div.page h3 {
|
||||
font-family: "Roboto-Thin","Arial",sans-serif;
|
||||
font-size:40px;
|
||||
margin: 0;
|
||||
|
|
@ -571,16 +571,16 @@ div.left_footer, div.middle_footer, div.right_footer {
|
|||
font-size:calc(36vw * 0.091);
|
||||
}
|
||||
|
||||
div.page h2 {
|
||||
div.page h1 {
|
||||
font-size:calc(60vw * 0.091);
|
||||
margin: calc(20vw * 0.091) 0 0 0;
|
||||
padding: calc(22vw * 0.091) 0 1em 0;
|
||||
width: 100%;
|
||||
}
|
||||
div.page h3 {
|
||||
div.page h2 {
|
||||
font-size:calc(60vw * 0.091);
|
||||
}
|
||||
div.page h4 {
|
||||
div.page h3 {
|
||||
font-size:calc(40vw * 0.091);
|
||||
}
|
||||
div.page div.threecolumn{
|
||||
|
|
@ -648,15 +648,15 @@ div.left_footer, div.middle_footer, div.right_footer {
|
|||
div.page.home{
|
||||
font-size:calc(36px * 0.7);
|
||||
}
|
||||
div.page h2 {
|
||||
div.page h1 {
|
||||
font-size:calc(60px * 0.7);
|
||||
margin: 0;
|
||||
padding: calc(22px * 0.7) 0 1em 0;
|
||||
}
|
||||
div.page h3 {
|
||||
div.page h2 {
|
||||
font-size:calc(60px * 0.7);
|
||||
}
|
||||
div.page h4 {
|
||||
div.page h3 {
|
||||
font-size:calc(40px * 0.7);
|
||||
}
|
||||
div.page div.threecolumn{
|
||||
|
|
|
|||
|
|
@ -4,14 +4,14 @@ title: Willkommen beim PC Stammertal
|
|||
---
|
||||
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>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
</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>
|
||||
<div class="threecolumn">
|
||||
<div>
|
||||
|
|
|
|||
|
|
@ -7,8 +7,11 @@
|
|||
<link rel="shortcut icon" href="{{ '/favicon.ico'|url }}">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ '/apple-touch-icon.png'|url }}">
|
||||
<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 }}">
|
||||
<title>{% block title %}Welcome{% endblock %} — PCS</title>
|
||||
<title>{% if this._path == '/' %}Home - PCS{% else %}{% block title %}Welcome{% endblock %} — PCS{% endif%}</title>
|
||||
<body>
|
||||
<header>
|
||||
<div class="inner_header">
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
{% block title %}{{ this.title }}{% endblock %}
|
||||
{% block body %}
|
||||
<div class="inner_page">
|
||||
<h2>{{ this.title }}</h2>
|
||||
<h1>{{ this.title }}</h1>
|
||||
{{ this.body }}
|
||||
{{ this.html }}
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
{% block title %}{{ this.title }}{% endblock %}
|
||||
{% block body %}
|
||||
<div class="inner_page termine">
|
||||
<h2>{{ this.title }}</h2>
|
||||
<h1>{{ this.title }}</h1>
|
||||
{{ this.body }}
|
||||
{{ this.html }}
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -42,14 +42,14 @@ title: Willkommen beim PC Stammertal
|
|||
---
|
||||
html:
|
||||
|
||||
<h3>Unser nächster Anlass: </h3><br>
|
||||
<h2>Unser nächster Anlass: </h2><br>
|
||||
{self.fallback_html}
|
||||
<div>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
</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>
|
||||
<div class="threecolumn">
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue