update aufnahmeantrag
This commit is contained in:
BIN
homepage/cwsvHomepage/cwsvAufnahmeantrag.pdf
Normal file
BIN
homepage/cwsvHomepage/cwsvAufnahmeantrag.pdf
Normal file
Binary file not shown.
BIN
homepage/cwsvHomepage/logos/so-geht-saechsisch-2022-gruen.png
Normal file
BIN
homepage/cwsvHomepage/logos/so-geht-saechsisch-2022-gruen.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 57 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 127 KiB |
BIN
homepage/cwsvHomepage/logos/so-geht-saechsisch-2022-weiss.png
Normal file
BIN
homepage/cwsvHomepage/logos/so-geht-saechsisch-2022-weiss.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 57 KiB |
11
homepage/cwsvHomepage/pages/formulare.inc.html
Normal file
11
homepage/cwsvHomepage/pages/formulare.inc.html
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<h2>Formulare zum Herunterladen</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="https://www.homepage-baukasten-dateien.de/cwsv-sport/cwsvGeb%C3%BChrenordnung.pdf"
|
||||||
|
title="Gebührenordnung des CWSV">Gebührenordnung</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://www.homepage-baukasten-dateien.de/cwsv-sport/cwsvAufnahmeantrag.pdf"
|
||||||
|
title="Antragsformulare für die Aufnahme in den Chemnitzer WSV">Aufnahmeantrag</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
109
homepage/cwsvHomepage/pages/index.html
Normal file
109
homepage/cwsvHomepage/pages/index.html
Normal file
@@ -0,0 +1,109 @@
|
|||||||
|
<!-- Styledefinitionen-->
|
||||||
|
<style type="text/css">
|
||||||
|
.newsBox {
|
||||||
|
border-radius: 25px;
|
||||||
|
border: 2px solid #0000FF;
|
||||||
|
padding: 20px;
|
||||||
|
width: 90%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.newsBox img {
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<h2 style="text-align:center;">Herzlich Willkommen auf der offiziellen Homepage des Chemnitzer Freizeit- und
|
||||||
|
Wohngebietssportverein e. V.</h2>
|
||||||
|
<!-- Eine kleiner Bereich für aktuelle Neuigkeiten-->
|
||||||
|
<!-- Nicht zu vieles, aktuell halten!!!-->
|
||||||
|
<!-- Idee: jede News ist eine h4-Überschrift und ein center-Element in einer div-->
|
||||||
|
<!-- Idee: nur centerElement, wenn es nur ein Bild ist. Text sollte linksbündig sein.-->
|
||||||
|
<!--Verleihung des Ehren-Chemmys-->
|
||||||
|
<div class="newsBox">
|
||||||
|
<h4>Normaler Trainingsbetrieb</h4>
|
||||||
|
<hr />
|
||||||
|
<center> Der Trainingsbetrieb findet derzeit ohne Einschränkungen statt. </center>
|
||||||
|
</div>
|
||||||
|
<hr />
|
||||||
|
<!-- Spenden Button-->
|
||||||
|
<!-- Sollte vlt. nach corona nicht mehr so präsent mittig plaziert werden -->
|
||||||
|
<div style="display: flex;justify-content: center;" align="center">
|
||||||
|
<form action="https://www.paypal.com/donate" method="post" target="_top">
|
||||||
|
<input type="hidden" name="hosted_button_id" value="8RYJXHP5X53LA" /> <input type="image"
|
||||||
|
src="
https://www.paypalobjects.com/de_DE/DE/i/btn/btn_donateCC_LG.gif" name="submit"
|
||||||
|
title="PayPal - The safer, easier way to pay
online!" alt="Donate with PayPal button" border="0" /> <img
|
||||||
|
alt="" src="https://www.paypal.com/de_DE/i/scr/pixel.gif" style="display: none !important;" x3i433pnl=""
|
||||||
|
d22q4wuy3="" xmqo9fcaa="" width="1" hidden="" height="1" border="0" />
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
<h3 style="text-align:center;">CWSV e.V. - Sport für jedermann</h3>
|
||||||
|
<div style="text-align:center;">
|
||||||
|
<!--Automatisches Weihnachts- und Sylvesterlogo-->
|
||||||
|
<script language="JavaScript">
|
||||||
|
function getSeasonBanner() {
|
||||||
|
var curDateTime = new Date()
|
||||||
|
var curMonth = curDateTime.getMonth()
|
||||||
|
var curDay = curDateTime.getDate()
|
||||||
|
var banner = "<img src=\"//img.webme.com/pic/c/cwsv-sport/cwsvLogo.x300.png\" height=\"300\" hspace=\"25\" alt=\"CWSV e. V.\" />"
|
||||||
|
if (curMonth == 11 && curDay <= 26)
|
||||||
|
banner = "<img src=\"//img.webme.com/pic/c/cwsv-sport/logoAdvent.jpg\" height=\"300\" hspace=\"25\" alt=\"CWSV e. V.\" />"
|
||||||
|
if ((curMonth == 11 && curDay >= 27) || (curMonth == 0 && curDay <= 2))
|
||||||
|
banner = "<img src=\"//img.webme.com/pic/c/cwsv-sport/cwsvLogoSylvester.jpg\" height=\"300\" hspace=\"25\" alt=\"CWSV e. V.\" />"
|
||||||
|
return banner
|
||||||
|
}
|
||||||
|
|
||||||
|
document.write(getSeasonBanner())
|
||||||
|
</script>
|
||||||
|
<!--Standardlogo, falls kein JavaScript verfügbar ist--> <noscript>
|
||||||
|
<img src="//img.webme.com/pic/c/cwsv-sport/cwsvLogo.x300.png" height="300" hspace="25" alt="CWSV e. V." />
|
||||||
|
</noscript> <a href="http://www.integration-durch-sport.de"> <img
|
||||||
|
src="//img.webme.com/pic/c/cwsv-sport/IntegrationDurchSport-2022.png"
|
||||||
|
title="Integration durch Sport - Anerkannter Stützpunktverein" style="height:300px;"
|
||||||
|
alt="Integration durch Sport - Anerkannter Stützpunktverein" hspace="25" /> </a>
|
||||||
|
</div>
|
||||||
|
<!--Automatische Weihnachts- und Sylvestergrüße-->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<script language="JavaScript">
|
||||||
|
function getGreeting() {
|
||||||
|
var curDateTime = new Date()
|
||||||
|
var curMonth = curDateTime.getMonth()
|
||||||
|
var curDay = curDateTime.getDate()
|
||||||
|
var greeting = ""
|
||||||
|
if (curMonth == 11 && curDay <= 26)
|
||||||
|
greeting = "Der CWSV wünscht seinen Mitgliedern fröhliche Weihnachten und besinnliche Feiertage.<br />"
|
||||||
|
if (curMonth == 11 && curDay >= 27)
|
||||||
|
greeting = "Der CWSV wünscht seinen Mitgliedern einen guten Rutsch in das neue Jahr.<br />"
|
||||||
|
return greeting
|
||||||
|
}
|
||||||
|
|
||||||
|
document.write(getGreeting())
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Banner unten --> <a href="https://www.so-geht-saechsisch.de" title="So geht sächsisch"><img
|
||||||
|
style="width:100%;" src="https://img.webme.com/pic/c/cwsv-sport/so-geht-saechsisch-2022.png"
|
||||||
|
alt="So geht sächsisch" /></a> <img src="//img.webme.com/pic/c/cwsv-sport/LogoSmiVerein.2048w.png"
|
||||||
|
alt="Gefördert vom Freistaat Sachsen" width="100%" /> <!-- Banner unten --> <img
|
||||||
|
src="//img.webme.com/pic/c/cwsv-sport/bannerCwsvLinks.2048w.png"
|
||||||
|
alt="Chemnitzer Freizeit- und Wohngebietssportverein e. V." width="100%" />
|
||||||
|
<script type="application/ld+json"> {
|
||||||
|
"@context" : "https://schema.org",
|
||||||
|
"@type" : "SportsClub",
|
||||||
|
"address" : {
|
||||||
|
"@type": "PostalAddress",
|
||||||
|
"addressLocality": "Chemnitz",
|
||||||
|
"addressRegion": "Deutschland",
|
||||||
|
"postalCode": "09119",
|
||||||
|
"streetAddress": "Straße Usti nad Labem 42"
|
||||||
|
},
|
||||||
|
"geo":{
|
||||||
|
"@type": "GeoCoordinates",
|
||||||
|
"latitude": "50.8078784",
|
||||||
|
"longitude": "12.8124339"
|
||||||
|
},
|
||||||
|
"name":"Chemnitzer Freizeit- und Wohngebietssportverein",
|
||||||
|
"url":"https://cwsv-sport.de",
|
||||||
|
"image": "//img.webme.com/pic/c/cwsv-sport/cwsvLogo.x300.png",
|
||||||
|
"email":"cwsv.sb@web.de",
|
||||||
|
"telephone":"+49 (0) 371 28 23 370",
|
||||||
|
"openingHours": [ "Mo 8:00-16:30", "Di 10:00-17:00", "Mi 8:00-17:00", "Do 10:00-17:00"],
|
||||||
|
"sameAs": [ "https://www.facebook.com/CWSV-eV-149983928431116/" ]
|
||||||
|
} </script>
|
||||||
@@ -0,0 +1,65 @@
|
|||||||
|
<h2>Trainingszeiten Volleyball</h2>
|
||||||
|
<!-- PromoBilder an der Seite -->
|
||||||
|
<div style="float:right; width: 38%;">
|
||||||
|
<table>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td style="padding: 2%"><img src="//img.webme.com/pic/c/cwsv-sport/piktogrammVolleyball.png"
|
||||||
|
alt="Volleyball" />
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style="padding: 2%"><img src="//img.webme.com/pic/c/cwsv-sport/piktogrammBeachvolleyball.png"
|
||||||
|
alt="Volleyball" /></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<!-- Trainingszeiten -->
|
||||||
|
<ul>
|
||||||
|
<li>Montag
|
||||||
|
<ul>
|
||||||
|
<li>ab 18 Jahre (männlich & weiblich)</li>
|
||||||
|
<li>20:00-22:00 Uhr</li>
|
||||||
|
<li><a href="http://www.openstreetmap.org/?mlat=50.80099&mlon=12.91052#map=17/50.80099/12.91052">Berufliches
|
||||||
|
Schulzentrum für Technik, Annaberger Str. 186, 09120 Chemnitz</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>Montag
|
||||||
|
<ul>
|
||||||
|
<li>Erwachsene männlich / Freizeitsport</li>
|
||||||
|
<li>19.00-21.00 Uhr</li>
|
||||||
|
<li><a href="https://www.openstreetmap.org/#map=19/50.81092/12.91451">SH Jan-Amos-Comenius Grundschule,
|
||||||
|
Comeniusstr. 1, 09120 Chemnitz</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>Montag
|
||||||
|
<ul>
|
||||||
|
<li>Erwachsene männlich / Wettkampfbetrieb</li>
|
||||||
|
<li>20.00-22.00 Uhr</li>
|
||||||
|
<li><a href="https://osm.org/go/0MIY~5t5p-">SH Promenadenstrasse 40a (Eingang Seumestrasse), 09123
|
||||||
|
Chemnitz</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>Dienstag
|
||||||
|
<ul>
|
||||||
|
<li>Erwachsene männlich / Freizeitsport</li>
|
||||||
|
<li>19.00-21.00 Uhr</li>
|
||||||
|
<li><a href="https://www.openstreetmap.org/#map=19/50.79302/12.88886">SH Albert-Schweitzer-Oberschule,
|
||||||
|
Albert-Köhler-Str. 48, 09122 Chemnitz</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>Donnerstag
|
||||||
|
<ul>
|
||||||
|
<li>ab 17 Jahre (männlich & weiblich)</li>
|
||||||
|
<li>20:00-22:00 Uhr</li>
|
||||||
|
<li><a href="http://www.openstreetmap.org/?mlat=50.814640&mlon=12.899899#map=17/50.814640/12.899899">Turnhalle
|
||||||
|
Georg-Götz-Schule, Richard-Wagner-Straße 76, 09119 Chemnitz</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<!-- eMail Verweis-->
|
||||||
|
<p>Bei Fragen zu den Trainingszeiten einfach eine <a href="mailto:cwsv.sb@web.de">eMail an den CWSV (cwsv.sb@web.de)</a>
|
||||||
|
</p>
|
||||||
|
<!-- Banner unten --> <img src="//img.webme.com/pic/c/cwsv-sport/bannerCwsvRechts500x.png"
|
||||||
|
alt="Chemnitzer Freizeit- und Wohngebietssportverein e. V." width="100%" />
|
||||||
Reference in New Issue
Block a user