diff --git a/homepage/cwsvHomepage/forms/cwsvGebuehrenordnung.pdf b/homepage/cwsvHomepage/forms/cwsvGebuehrenordnung.pdf index fff21bc..90f3541 100644 Binary files a/homepage/cwsvHomepage/forms/cwsvGebuehrenordnung.pdf and b/homepage/cwsvHomepage/forms/cwsvGebuehrenordnung.pdf differ diff --git a/homepage/cwsvHomepage/pages/index.html b/homepage/cwsvHomepage/pages/index.html index c5b418c..d59df46 100644 --- a/homepage/cwsvHomepage/pages/index.html +++ b/homepage/cwsvHomepage/pages/index.html @@ -18,44 +18,17 @@ width: 50%; } +
- Sie erhielt als höchste Auszeichnung des Landessportbundes Sachsen die Ehrenplakette für langjährige, verdienstvolle
- Tätigkeit bei der Entwicklung des Sportes verliehen.
-
- Sie bedankt sich hierfür sehr herzlich.
-
Zu unserer
- Präsidiumssitzung am 29.08.2024 war es uns eine große Ehre unser langjähriges Vereinsmitglied seit
- 1981, Marita Schlegel, und ehrenamtliche Schatzmeisterin seit 14 Jahren über den Sportvereinswettbewerb
- "So geht sächsisch. - Im Sport" 2024 auszuzeichnen.
Dazu überreichten wir
- ihr noch die Ehrennadel des LSB e.V. in Silber. Herzlichen Dank an alle Unterstützer vom Vorstand des CWSV e.V.
-
Bei den Highland Games
- Trebsen 2024 konnten unsere Highlanders unter den Top 5 landen.
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/homepage/cwsvJudo/Makefile.heliohost b/homepage/cwsvJudo/Makefile.heliohost
index 937285a..8fbfb07 100644
--- a/homepage/cwsvJudo/Makefile.heliohost
+++ b/homepage/cwsvJudo/Makefile.heliohost
@@ -44,13 +44,19 @@ installDependencies:
# - maybye needed to get latest nodejs version for some features
# if [ ! -d "submodules/node" ]; then cd submodules; git clone https://github.com/nodejs/node.git; fi
# cd submodules/node; git fetch; git checkout v22.12.0; ./configure; make -j4;
+# - bulma
+# - bulma.css
+ # if [ ! -d "submodules/bulma" ]; then cd submodules; git clone https://github.com/jgthms/bulma; fi
+ # cd submodules/bulma; git fetch; git checkout 1.0.2;
+# - bulma templates
+ # if [ ! -d "submodules/bulma-templates" ]; then cd submodules; git clone https://github.com/BulmaTemplates/bulma-templates; fi
+ # cd submodules/bulma-templates; git fetch; git checkout 0.9.4.2;
# - materialize-css
if [ ! -d "submodules/materialize" ]; then cd submodules; git clone https://github.com/materializecss/materialize; fi
cd submodules/materialize; git fetch; git checkout $(VERSION_MATERIALIZE); npm install; npm audit fix; npm run release;
# - google material icons
- mkdir -p submodules/google-material-icons
- if [ ! -f submodules/google-material-icons/$(GOOGLE_MATERIAL_ICONS_VERSION).tar.gz ]; then wget --directory-prefix=submodules/google-material-icons $(GOOGLE_MATERIAL_ICONS_URL)/archive/refs/tags/$(GOOGLE_MATERIAL_ICONS_VERSION).tar.gz; fi
- cd submodules/google-material-icons; tar zxf $(GOOGLE_MATERIAL_ICONS_VERSION).tar.gz material-design-icons-$(GOOGLE_MATERIAL_ICONS_VERSION)/font
+ if [ ! -d "submodules/material-design-icons" ]; then cd submodules; git clone --filter=tree:0 https://github.com/google/material-design-icons.git; fi
+ cd submodules/material-design-icons; git fetch; git checkout $(VERSION_GOOGLE_MATERIAL_ICONS);
# - lazyload (load small sized placeholder image before loading large full quality image)
if [ ! -d "submodules/lazysizes" ]; then cd submodules; git clone https://github.com/aFarkas/lazysizes.git; fi
cd submodules/lazysizes; git checkout $(VERSION_LAZYSIZES)
@@ -98,6 +104,14 @@ dist: all
find ./phpLib/cwsvJudo -type f -exec $(LN) {} $(distDir)/httpdocs/ressourcen/phpLib/cwsvJudo \;
mkdir -p $(distDir)/httpdocs/ressourcen/phpLib/phpqrcode
find ./phpLib/phpqrcode -type f -exec $(LN) {} $(distDir)/httpdocs/ressourcen/phpLib/phpqrcode \;
+# - leagacy cwsvJudoLib
+ mkdir -p $(distDir)/httpdocs/ressourcen/phpLib/cwsvJudo
+ find ./phpLib/cwsvJudo -type f -exec $(LN) {} $(distDir)/httpdocs/ressourcen/phpLib/cwsvJudo \;
+# - QR code generator
+ mkdir -p $(distDir)/httpdocs/ressourcen/phpLib/phpqrcode
+ find ./phpLib/phpqrcode -type f -exec $(LN) {} $(distDir)/httpdocs/ressourcen/phpLib/phpqrcode \;
+# - api
+ mkdir -p $(distDir)/
# graphics
# - wappen
@@ -121,6 +135,8 @@ dist: all
# - api
# mkdir -p $(distDir)/httpdocs/api
# find ./src/api -type f -exec $(LN) {} $(distDir)/httpdocs/api \;
+ mkdir -p $(distDir)/.local/lib/php/cwsvJudo/api
+ find ./src/api -type f -exec $(LN) {} $(distDir)/.local/lib/php/cwsvJudo/api \;
# css
mkdir -p $(distDir)/httpdocs/ressourcen/css
$(LN) ./build/css/cwsvJudo.css $(distDir)/httpdocs/ressourcen/css/cwsvJudo.css
@@ -180,3 +196,4 @@ build/css/cwsvJudo.css: $(cssFiles)
.PHONY: upload
upload: all
lftp -f scripts/upload-heliohost
+
diff --git a/homepage/cwsvJudo/pandocTemplate/materialize-fromScratch.html b/homepage/cwsvJudo/pandocTemplate/materialize-fromScratch.html
index 55f1e0a..4b29b98 100644
--- a/homepage/cwsvJudo/pandocTemplate/materialize-fromScratch.html
+++ b/homepage/cwsvJudo/pandocTemplate/materialize-fromScratch.html
@@ -139,6 +139,7 @@