Skip to content

Commit

Permalink
Add images to Blachen
Browse files Browse the repository at this point in the history
  • Loading branch information
tobifra committed Sep 5, 2024
1 parent cec4918 commit d1057cc
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vitepress/components/Chapter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const props = defineProps({
class="rounded-l-2xl w-full bg-chapter-red flex items-center cursor-pointer no-underline mt-2"
>
<div class="size-20 rounded-2xl bg-book-red">
<img :src="image" class="w-full h-full p-2" />
<img :src="image" class="w-full h-full p-2 my-0" />
</div>
<div class="pl-3">
<p
Expand Down
4 changes: 4 additions & 0 deletions .vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@
td {
@apply border-t border-b border-book-red py-1 px-4 text-left;
}

img {
@apply mx-auto my-5;
}
}
@tailwind components;
@tailwind utilities;
14 changes: 13 additions & 1 deletion blachen.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
---
order: 2
---
# Blachen
# Blachen

Als Ergänzung zu den Ideen in der Pfaditechnik findest du hier einige Ideen, was du mit Blachen bauen kannst. Wenn du selber tolle Fotos hast, dann kannst du sie uns gerne zur Verfügung stellen: [email protected]


![Blachenbauten_1](/blachen/Blachenbauten_1.jpg)

![Blachenbauten_1](/blachen/Blachenbauten_2.jpg)

![Blachenbauten_1](/blachen/Blachenbauten_3.jpg)

![Blachenbauten_1](/blachen/Blachenbauten_4.jpg)

Binary file added public/blachen/Blachenbauten_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/blachen/Blachenbauten_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/blachen/Blachenbauten_3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/blachen/Blachenbauten_4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d1057cc

Please sign in to comment.