From b4f2c03903c047ed9bb795c1b3693cc53007a2a5 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Thu, 3 Sep 2020 21:27:27 +0200 Subject: [PATCH] Added codex template (without styling). --- components/04_Templates/_templates.scss | 3 +- components/04_Templates/codex/_codex.scss | 0 .../04_Templates/codex/codex.config.json | 21 +++++++++ components/04_Templates/codex/codex.hbs | 44 +++++++++++++++++++ 4 files changed, 67 insertions(+), 1 deletion(-) create mode 100644 components/04_Templates/codex/_codex.scss create mode 100644 components/04_Templates/codex/codex.config.json create mode 100644 components/04_Templates/codex/codex.hbs 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