From 2b97ca93ede57a8f3b3db00c5dd4ddd98cbd3133 Mon Sep 17 00:00:00 2001 From: ndsboy Date: Wed, 7 May 2025 20:02:39 +0000 Subject: [PATCH] feat: journey --- package-lock.json | 29 +++++++++++++++++++++++------ package.json | 4 ++-- src/components/Collapse.astro | 18 ++++++++++++++++++ src/pages/lab.astro | 22 ++++++++++++++++++++++ 4 files changed, 65 insertions(+), 8 deletions(-) create mode 100644 src/components/Collapse.astro diff --git a/package-lock.json b/package-lock.json index 7807229..b5fdb03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@tailwindcss/typography": "^0.5.16", "@tailwindcss/vite": "^4.0.15", "astro": "^5.5.4", - "daisyui": "^5.0.9", + "daisyui": "^5.0.35", "tailwindcss": "^4.0.14" } }, @@ -4981,16 +4981,17 @@ } }, "node_modules/prettier": { - "version": "2.8.7", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.7.tgz", - "integrity": "sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==", + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz", + "integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==", "license": "MIT", "optional": true, + "peer": true, "bin": { - "prettier": "bin-prettier.js" + "prettier": "bin/prettier.cjs" }, "engines": { - "node": ">=10.13.0" + "node": ">=14" }, "funding": { "url": "https://github.com/prettier/prettier?sponsor=1" @@ -6550,6 +6551,22 @@ "prettier": "2.8.7" } }, + "node_modules/yaml-language-server/node_modules/prettier": { + "version": "2.8.7", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.7.tgz", + "integrity": "sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==", + "license": "MIT", + "optional": true, + "bin": { + "prettier": "bin-prettier.js" + }, + "engines": { + "node": ">=10.13.0" + }, + "funding": { + "url": "https://github.com/prettier/prettier?sponsor=1" + } + }, "node_modules/yaml-language-server/node_modules/request-light": { "version": "0.5.8", "resolved": "https://registry.npmjs.org/request-light/-/request-light-0.5.8.tgz", diff --git a/package.json b/package.json index 7bf0ffa..a081363 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@tailwindcss/typography": "^0.5.16", "@tailwindcss/vite": "^4.0.15", "astro": "^5.5.4", - "daisyui": "^5.0.9", + "daisyui": "^5.0.35", "tailwindcss": "^4.0.14" }, "prettier": { @@ -24,4 +24,4 @@ "semi": false, "endOfLine": "lf" } -} \ No newline at end of file +} diff --git a/src/components/Collapse.astro b/src/components/Collapse.astro new file mode 100644 index 0000000..e53beae --- /dev/null +++ b/src/components/Collapse.astro @@ -0,0 +1,18 @@ +--- +export interface Props { + title: string + icon: string +} +const { title, icon }: Props = Astro.props +--- + +
+ +
+ + {title} +
+
+ +
+
diff --git a/src/pages/lab.astro b/src/pages/lab.astro index 7ee967f..8a971ea 100644 --- a/src/pages/lab.astro +++ b/src/pages/lab.astro @@ -1,11 +1,13 @@ --- import Card from "../components/Card.astro" import Contact from "../components/Contact.astro" +import Collapse from "../components/Collapse.astro" import Gallery from "../components/Gallery.astro" import Map from "../components/Map.astro" import Section from "../components/Section.astro" import Text from "../components/Text.astro" import Page from "../layouts/Page.astro" +import Link from "../components/Link.astro" --- @@ -91,6 +93,26 @@ import Page from "../layouts/Page.astro" +
+
+ + Parken kannst du in den benachbarten Straßen auf ausgewiesenen Parkplätzen sowie + auf dem Kasernenplatz vor dem Rathaus (dort gibt es auch E-Ladestationen). + Einige Parkplätze sind Montag bis Freitag bis 19 Uhr kostenpflichtig. + + + Die Bushaltestelle der Martin-Luther-Straße ist zwei Straßen weiter, sonst ist auch der ZOB in der Nähe. + Direkt neben dem ZOB befindet sich der Freudenstädter Stadtbahnhof. + + + Fahrradständer sind vor dem Intersport Glaser sowie auf dem Kasernenplatz vor dem Rathaus. + + + Hierfür empfehlen wir die . + +
+
+ Egal, ob du an 3D-Druck, Elektronik, CNC-Arbeiten oder anderen Projekten