diff --git a/components/04_Templates/_templates.scss b/components/04_Templates/_templates.scss index 18b0a45..8ea31b9 100644 --- a/components/04_Templates/_templates.scss +++ b/components/04_Templates/_templates.scss @@ -1,2 +1,3 @@ @import 'home/home'; -@import 'placeDetail/placeDetail'; \ No newline at end of file +@import 'placeDetail/placeDetail'; +@import 'codex/codex'; \ No newline at end of file diff --git a/components/04_Templates/codex/_codex.scss b/components/04_Templates/codex/_codex.scss new file mode 100644 index 0000000..e69de29 diff --git a/components/04_Templates/codex/codex.config.json b/components/04_Templates/codex/codex.config.json new file mode 100644 index 0000000..a30e16d --- /dev/null +++ b/components/04_Templates/codex/codex.config.json @@ -0,0 +1,21 @@ +{ + "context": { + "tags": [ + "Kamera", + "Wachhund", + "Zaun", + "Security" + ], + "images": [ + "/images/Bildschirmfoto_von_2020-07-13_11-03-07.png", + "/images/photo_2020-05-02_18-11-21.jpg", + "/images/Bildschirmfoto_von_2020-07-13_20-15-00.png", + "/images/photo_2020-05-02_18-11-21.jpg", + "/images/Bildschirmfoto_von_2020-07-13_11-03-07.png" + ], + "additionalItems": [ + "Edit Place", + "Delete Place" + ] + } +} \ No newline at end of file diff --git a/components/04_Templates/codex/codex.hbs b/components/04_Templates/codex/codex.hbs new file mode 100644 index 0000000..6ab87ba --- /dev/null +++ b/components/04_Templates/codex/codex.hbs @@ -0,0 +1,44 @@ +
+

Take nothing but pictures. Leave nothing but footprints

+
+ +
+ +

This should be pretty self-explanatory, right? But as you all know, every sign has a history. We have seen too much senseless destruction so we decided to write down a basic Urban Exploration codex.

+ +
\ No newline at end of file