mirror of
https://git.bolliret.ch/pcs/pcs-website
synced 2026-01-18 15:01:37 +01:00
Adding link to Wyland25 to home page
This commit is contained in:
parent
6abcf10335
commit
fefc2ede3f
3 changed files with 41 additions and 2 deletions
|
|
@ -195,6 +195,15 @@ div.page h3 {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.page h4 {
|
||||||
|
font-family: "Roboto-Thin","Arial",sans-serif;
|
||||||
|
font-size:40px;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
font-weight: normal;
|
||||||
|
line-height: normal;
|
||||||
|
}
|
||||||
|
|
||||||
div.page strong {
|
div.page strong {
|
||||||
font-family: "Roboto-Regular","Arial",sans-serif;
|
font-family: "Roboto-Regular","Arial",sans-serif;
|
||||||
color: #1e3a8a;
|
color: #1e3a8a;
|
||||||
|
|
@ -535,7 +544,10 @@ div.left_footer, div.middle_footer, div.right_footer {
|
||||||
div.page h3 {
|
div.page h3 {
|
||||||
font-size:calc(60vw * 0.091);
|
font-size:calc(60vw * 0.091);
|
||||||
}
|
}
|
||||||
div.page div.threecolumn{
|
div.page h4 {
|
||||||
|
font-size:calc(40vw * 0.091);
|
||||||
|
}
|
||||||
|
div.page div.threecolumn{
|
||||||
padding: calc(80vw * 0.091) calc(50vw * 0.091) calc(30vw * 0.091) calc(50vw * 0.091);
|
padding: calc(80vw * 0.091) calc(50vw * 0.091) calc(30vw * 0.091) calc(50vw * 0.091);
|
||||||
}
|
}
|
||||||
div.page div.threecolumn div{
|
div.page div.threecolumn div{
|
||||||
|
|
@ -608,6 +620,9 @@ div.left_footer, div.middle_footer, div.right_footer {
|
||||||
div.page h3 {
|
div.page h3 {
|
||||||
font-size:calc(60px * 0.7);
|
font-size:calc(60px * 0.7);
|
||||||
}
|
}
|
||||||
|
div.page h4 {
|
||||||
|
font-size:calc(40px * 0.7);
|
||||||
|
}
|
||||||
div.page div.threecolumn{
|
div.page div.threecolumn{
|
||||||
padding: calc(80px * 0.7) calc(50px * 0.7) calc(30px * 0.7) calc(50px * 0.7);
|
padding: calc(80px * 0.7) calc(50px * 0.7) calc(30px * 0.7) calc(50px * 0.7);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,19 @@ title: Willkommen beim PC Stammertal
|
||||||
html:
|
html:
|
||||||
|
|
||||||
<h3>Unser nächster Anlass: </h3><br/>
|
<h3>Unser nächster Anlass: </h3><br/>
|
||||||
<div class="nextevent">Sonntag <strong>15. Dezember, Pistolen Gangfisch Schiessen</strong>, Ermatingen</div>
|
<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>
|
||||||
|
<div>
|
||||||
|
<br/>
|
||||||
|
<a href="https://www.wyland25.ch/" target="_blank"><strong>27. Zürcher Kantonalschützenfest 2025</strong><br/>
|
||||||
|
15.-17. August | 22.-25. August | 29.-31. August 2025
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
<div class="threecolumn">
|
<div class="threecolumn">
|
||||||
<div>
|
<div>
|
||||||
<a href="termine/"><img src=" /images/termine_square.jpg" alt="Terminkalender"> All unsere Termine</a>
|
<a href="termine/"><img src=" /images/termine_square.jpg" alt="Terminkalender"> All unsere Termine</a>
|
||||||
|
|
|
||||||
|
|
@ -44,6 +44,18 @@ html:
|
||||||
|
|
||||||
<h3>Unser nächster Anlass: </h3><br/>
|
<h3>Unser nächster Anlass: </h3><br/>
|
||||||
{self.fallback_html}
|
{self.fallback_html}
|
||||||
|
<div>
|
||||||
|
<br/>
|
||||||
|
<br/>
|
||||||
|
<br/>
|
||||||
|
</div>
|
||||||
|
<h4>...und auch nicht verpassen:</h4>
|
||||||
|
<div>
|
||||||
|
<br/>
|
||||||
|
<a href="https://www.wyland25.ch/" target="_blank"><strong>27. Zürcher Kantonalschützenfest 2025</strong><br/>
|
||||||
|
15.-17. August | 22.-25. August | 29.-31. August 2025
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
<div class="threecolumn">
|
<div class="threecolumn">
|
||||||
<div>
|
<div>
|
||||||
<a href="termine/"><img src=" /images/termine_square.jpg" alt="Terminkalender"> All unsere Termine</a>
|
<a href="termine/"><img src=" /images/termine_square.jpg" alt="Terminkalender"> All unsere Termine</a>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue