diff --git a/.prettierrc b/.prettierrc index 390ed43..71e3fe4 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,17 +1,5 @@ { "tabWidth": 2, "singleQuote": true, - "printWidth": 120, - "plugins": ["@prettier/plugin-php"], - "overrides": [ - { - "files": "*.php", - "options": { - "parser": "php", - "tabWidth": 2, - "printWidth": 120, - "singleQuote": true - } - } - ] + "printWidth": 120 } diff --git a/assets/img/Hort-Martius.gif b/assets/img/Hort-Martius.gif index 165785b..e544ca5 100644 Binary files a/assets/img/Hort-Martius.gif and b/assets/img/Hort-Martius.gif differ diff --git a/content/3_spielbetrieb/3_analyse/analyse.txt b/content/3_spielbetrieb/3_analyse/analyse.txt new file mode 100644 index 0000000..0a16bae --- /dev/null +++ b/content/3_spielbetrieb/3_analyse/analyse.txt @@ -0,0 +1,3 @@ +Title: Analyse + +---- \ No newline at end of file diff --git a/site/snippets/analyse.php b/site/snippets/analyse.php new file mode 100644 index 0000000..329e621 --- /dev/null +++ b/site/snippets/analyse.php @@ -0,0 +1,9 @@ +

Schachanalyse

+

powered by lichess.org

+
+ +
diff --git a/site/snippets/hero.php b/site/snippets/hero.php index de8a154..e252cbf 100644 --- a/site/snippets/hero.php +++ b/site/snippets/hero.php @@ -49,7 +49,7 @@
- Animation
diff --git a/site/snippets/navbar.php b/site/snippets/navbar.php index 2da9425..7cefcf6 100644 --- a/site/snippets/navbar.php +++ b/site/snippets/navbar.php @@ -99,6 +99,8 @@ B-Klasse + Analyse
@@ -133,8 +135,8 @@ Termine Kontakt - + class="font-bold px-3 py-2 rounded-md text-gray-700 transition-colors hover:text-blue-600">Kontakt + @@ -239,6 +243,8 @@ class="block rounded-md px-3 py-2 font-medium text-gray-700 hover:text-blue-600">Termine Kontakt + Analyse
diff --git a/site/snippets/puzzle.php b/site/snippets/puzzle.php new file mode 100644 index 0000000..72fbb3a --- /dev/null +++ b/site/snippets/puzzle.php @@ -0,0 +1,29 @@ + +
+

Training & Lichess TV

+
+ +
+

Tägliches Rätsel

+ +
+ + +
+

Lichess TV

+ +
+
+
\ No newline at end of file diff --git a/site/templates/analyse.php b/site/templates/analyse.php new file mode 100644 index 0000000..423692d --- /dev/null +++ b/site/templates/analyse.php @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/site/templates/home.php b/site/templates/home.php index 19449b6..f96ec91 100644 --- a/site/templates/home.php +++ b/site/templates/home.php @@ -1,16 +1,15 @@ - +

Herzlich Willkommen!

text()->kirbytext() ?> page('news') - ->children() - ->limit(3) - ->sortBy('date', 'desc') - ]) ?> + 'news' => page('news')->children()->limit(3)->sortBy('date', 'desc'), + ]); ?> - + - \ No newline at end of file + + + diff --git a/src/css/input.css b/src/css/input.css index e2e1314..336472a 100644 --- a/src/css/input.css +++ b/src/css/input.css @@ -1,77 +1,76 @@ -@import "tailwindcss"; +@import 'tailwindcss'; @theme { - --font-display: "Roboto", "sans-serif"; - --font-sans: 'Ubuntu', sans-serif; - --font-serif: 'Roboto', sans-serif; - --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', - monospace; - --color-sf_blau-50: #ebeef4; - --color-sf_blau-100: #c7cee4; - --color-sf_blau-200: #a3afd4; - --color-sf_blau-300: #7e91c5; - --color-sf_blau-400: #5574b5; - --color-sf_blau-500: #1d59a5; - --color-sf_blau-600: #1b5197; - --color-sf_blau-700: #184a89; - --color-sf_blau-800: #16437c; - --color-sf_blau-900: #143c6f; - --color-sf_blau-950: #113562; - --color-sf_gelb-50: #fdf4ec; - --color-sf_gelb-100: #fee5c9; - --color-sf_gelb-200: #fed6a6; - --color-sf_gelb-300: #fbc883; - --color-sf_gelb-400: #f6b95f; - --color-sf_gelb-500: #f0ab38; - --color-sf_gelb-600: #dc9d33; - --color-sf_gelb-700: #c88e2f; - --color-sf_gelb-800: #b4802a; - --color-sf_gelb-900: #a17326; - --color-sf_gelb-950: #8e6521; - --color-sf_grau-50: #ededed; - --color-sf_grau-100: #cdcdcd; - --color-sf_grau-200: #adadad; - --color-sf_grau-300: #8f8f8f; - --color-sf_grau-400: #717171; - --color-sf_grau-500: #555555; - --color-sf_grau-600: #4e4e4e; - --color-sf_grau-700: #474747; - --color-sf_grau-800: #404040; - --color-sf_grau-900: #393939; - --color-sf_grau-950: #323232; + --font-display: 'Roboto', 'sans-serif'; + --font-sans: 'Ubuntu', sans-serif; + --font-serif: 'Roboto', sans-serif; + --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace; + --color-sf_blau-50: #ebeef4; + --color-sf_blau-100: #c7cee4; + --color-sf_blau-200: #a3afd4; + --color-sf_blau-300: #7e91c5; + --color-sf_blau-400: #5574b5; + --color-sf_blau-500: #1d59a5; + --color-sf_blau-600: #1b5197; + --color-sf_blau-700: #184a89; + --color-sf_blau-800: #16437c; + --color-sf_blau-900: #143c6f; + --color-sf_blau-950: #113562; + --color-sf_gelb-50: #fdf4ec; + --color-sf_gelb-100: #fee5c9; + --color-sf_gelb-200: #fed6a6; + --color-sf_gelb-300: #fbc883; + --color-sf_gelb-400: #f6b95f; + --color-sf_gelb-500: #f0ab38; + --color-sf_gelb-600: #dc9d33; + --color-sf_gelb-700: #c88e2f; + --color-sf_gelb-800: #b4802a; + --color-sf_gelb-900: #a17326; + --color-sf_gelb-950: #8e6521; + --color-sf_grau-50: #ededed; + --color-sf_grau-100: #cdcdcd; + --color-sf_grau-200: #adadad; + --color-sf_grau-300: #8f8f8f; + --color-sf_grau-400: #717171; + --color-sf_grau-500: #555555; + --color-sf_grau-600: #4e4e4e; + --color-sf_grau-700: #474747; + --color-sf_grau-800: #404040; + --color-sf_grau-900: #393939; + --color-sf_grau-950: #323232; } @layer components { - p { - @apply text-xl font-serif; - } + p { + @apply text-xl font-serif; + } - h1 { - @apply text-6xl font-sans py-8; - } + h1 { + @apply text-6xl font-sans py-8; + } - h2 { - @apply text-3xl font-sans py-4; - } + h2 { + @apply text-3xl font-sans py-4; + } - h3 { - @apply text-2xl font-sans font-bold pb-4 pt-8; - } + h3 { + @apply text-2xl font-sans font-bold pb-4 pt-8; + } - .blockpage p { - @apply py-4; - } + .blockpage p { + @apply py-4; + } - .impressum h2 { - @apply text-3xl pt-12; - } + .impressum h2 { + @apply text-3xl pt-12; + } - p a { - @apply text-sf_blau-500 font-bold hover:text-sf_gelb-600; - } + p a { + @apply text-sf_blau-500 font-bold hover:text-sf_gelb-600; + } - .honeypot { - position: absolute; - left: -9999px; - } -} \ No newline at end of file + .honeypot { + position: absolute; + left: -9999px; + } +}