diff --git a/.vscode/verua-snippets.code-snippets b/.vscode/verua-snippets.code-snippets index c9f5955..d67caa3 100644 --- a/.vscode/verua-snippets.code-snippets +++ b/.vscode/verua-snippets.code-snippets @@ -16,7 +16,7 @@ // "description": "Log output to console" // } "Insert Shortcode Columns": { - "scope": "html, markdown, md", + "scope": "markdown, md", "prefix": "columns", "body": [ "{{% columns %}}", @@ -25,4 +25,34 @@ ], "description": "Insert Shortcode Columns" }, + "Insert Shortcode Slider": { + "scope": "markdown, md", + "prefix": "slider", + "body": [ + "{{% slider %}}", + "{{% slide image=\"$1\" ${2:title=\"$3 \"} %}}", + "{{% /slider %}}", + ], + "description": "Insert Shortcode Columns" + }, + "Insert Shortcode AclignCenter": { + "scope": "markdown, md", + "prefix": "AlignCenter", + "body": [ + "{{% aligncenter %}}", + "$1", + "{{% /aligncenter %}}", + ], + "description": "Insert Shortcode Columns" + }, + "Insert Shortcode Section": { + "scope": "markdown, md", + "prefix": "section", + "body": [ + "{{% section %}}", + "$1", + "{{% /section %}}", + ], + "description": "Insert Shortcode Columns" + }, } \ No newline at end of file diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss index 926080d..b904327 100755 --- a/assets/scss/custom.scss +++ b/assets/scss/custom.scss @@ -64,6 +64,15 @@ footer, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer img { margin-bottom:16px; } + +hr { + width: 12%; + height: 2px; + background-color: #a9cd2e; + margin: 15px auto 0 auto !important; + display: block; +} + @media (max-width: 770px) { .btn{ display:block diff --git a/config/_default/menus.de.toml b/config/_default/menus.de.toml index b94c513..c95f86f 100755 --- a/config/_default/menus.de.toml +++ b/config/_default/menus.de.toml @@ -9,19 +9,19 @@ hasChildren = true [[main]] name = "Ambulante Pflege" - url = "ambulante-pflege/" + url = "dienstleistung/ambulante-pflege/" parent = "Dienstleistung" weight = 1 [[main]] name = "Elektronische Abrechnung" - url = "elektronische-abrechnung/" + url = "dienstleistung/elektronische-abrechnung/" parent = "Dienstleistung" weight = 2 [[main]] name = "Kantonale Vorgaben" - url = "kantonale-vorgaben/" + url = "dienstleistung/kantonale-vorgaben/" parent = "Dienstleistung" weight = 3 diff --git a/content/german/dienstleistung/ambulante-pflege.md b/content/german/dienstleistung/ambulante-pflege.md new file mode 100644 index 0000000..0f48fa3 --- /dev/null +++ b/content/german/dienstleistung/ambulante-pflege.md @@ -0,0 +1,23 @@ ++++ +date = '2024-02-20T12:04:43Z' +draft = false +title = 'Ambulante Pflege' ++++ + +{{% veruaslider %}} +{{% slide image="../pic_2.png" first="true" %}} +{{% slide image="../pic_1.png" %}} +{{% /veruaslider %}} + +{{% section %}} + +{{% aligncenter %}} +#### Flexibel und einfach +# **Verua in der ambulanten Pflege** + +Das Werkzeug, das Sie in den Tätigkeiten rund um die ambulante Pflege unterstützt. + +--- + +{{% /aligncenter %}} +{{% /section %}} diff --git a/content/german/dienstleistung/pic_1.png b/content/german/dienstleistung/pic_1.png new file mode 100644 index 0000000..e473e8f Binary files /dev/null and b/content/german/dienstleistung/pic_1.png differ diff --git a/content/german/dienstleistung/pic_2.png b/content/german/dienstleistung/pic_2.png new file mode 100644 index 0000000..dee7976 Binary files /dev/null and b/content/german/dienstleistung/pic_2.png differ diff --git a/content/german/sections/footer.md b/content/german/sections/footer.md index 2527844..5ec7768 100644 --- a/content/german/sections/footer.md +++ b/content/german/sections/footer.md @@ -3,7 +3,7 @@ title: "Footer" --- {{% aligncenter %}} -![verua logo](images/verua_logo_w.png) +![verua logo](/images/verua_logo_w.png)   ## **RaBe WebSolutions** diff --git a/static/images/startseite-slide.jpg b/static/images/startseite-slide.jpg new file mode 100644 index 0000000..3b77e63 Binary files /dev/null and b/static/images/startseite-slide.jpg differ diff --git a/themes/hugoplate/layouts/_default/single.html b/themes/hugoplate/layouts/_default/single.html index 5e2cb0f..0cf9c12 100755 --- a/themes/hugoplate/layouts/_default/single.html +++ b/themes/hugoplate/layouts/_default/single.html @@ -1,16 +1,5 @@ {{ define "main" }} - {{ partial "page-header" . }} - -
-
-
-
-
{{ .Content }} -
-
-
-
-
+ {{ end }} diff --git a/themes/hugoplate/layouts/shortcodes/card.html b/themes/hugoplate/layouts/shortcodes/card.html new file mode 100644 index 0000000..29ce37f --- /dev/null +++ b/themes/hugoplate/layouts/shortcodes/card.html @@ -0,0 +1,5 @@ +
+
+{{ .Inner }} +
+
\ No newline at end of file diff --git a/themes/hugoplate/layouts/shortcodes/slide.html b/themes/hugoplate/layouts/shortcodes/slide.html index 9204afc..603a50c 100644 --- a/themes/hugoplate/layouts/shortcodes/slide.html +++ b/themes/hugoplate/layouts/shortcodes/slide.html @@ -1,7 +1,7 @@
-

{{ if ne (.Get "title") "" }} +

{{ .Get "title" }} -{{ end }}

+{{ end }}
diff --git a/themes/hugoplate/layouts/shortcodes/veruaslider.html b/themes/hugoplate/layouts/shortcodes/veruaslider.html index 75dde6b..1df642c 100644 --- a/themes/hugoplate/layouts/shortcodes/veruaslider.html +++ b/themes/hugoplate/layouts/shortcodes/veruaslider.html @@ -1,3 +1,4 @@ +{{/* TODO ADD S M L Modes */}}
@@ -36,6 +37,5 @@ slideNumber = slideNumber+1; } slides[slideNumber].classList.add("current"); } - \ No newline at end of file