From 08e258d7aa09a9108e84be83db5862451584ff15 Mon Sep 17 00:00:00 2001 From: sthag Date: Thu, 19 Jun 2025 16:13:22 +0200 Subject: [PATCH] feat: Create new ui index - New index page for ui collection - Move intro to examples and rename --- source/screens/demo/examples/intro.njk | 149 ++++++++++++++++++++++ source/screens/demo/examples/ui/index.njk | 137 ++------------------ 2 files changed, 161 insertions(+), 125 deletions(-) create mode 100644 source/screens/demo/examples/intro.njk diff --git a/source/screens/demo/examples/intro.njk b/source/screens/demo/examples/intro.njk new file mode 100644 index 0000000..07eb1a1 --- /dev/null +++ b/source/screens/demo/examples/intro.njk @@ -0,0 +1,149 @@ +--- +title: Intro +tags: + - demoExample +--- + +{% set pageId = "init" %} +{% set pageClass = "html_ui" %} + +{% extends "demo/_app.njk" %} +{% import "hippie/macros/_placeholder.njk" as ph %} +{% block title %} + {{ title }} +{% endblock %} + +{% block links %} + +{% endblock %} + +{% block head %} + {{ super() }} +{% endblock %} + +{% block body %} +
+
+
+ I +
+
+
+
+
0%
+
+
+
+ + {{ ph.brand('brand') }} +

Powered by

+ +
+
+

Agreement

+

This needs to be seen and acknowledged.
So an interaction must be made to continue.

+
+
+
+
Hello World!
+

Only left mouse click or any key

+
+{% endblock %} + +{%- block script %} + {{ super() }} + + +{% endblock %} \ No newline at end of file diff --git a/source/screens/demo/examples/ui/index.njk b/source/screens/demo/examples/ui/index.njk index f7534f3..4a0dfed 100644 --- a/source/screens/demo/examples/ui/index.njk +++ b/source/screens/demo/examples/ui/index.njk @@ -1,9 +1,8 @@ --- -title: Init +title: UI tags: - demoExample - index - - ui --- {% set pageId = "init" %} @@ -24,128 +23,16 @@ tags: {% endblock %} {% block body %} -
-
-
- I -
-
-
-
-
0%
-
+
+
-
- - {{ ph.brand('brand') }} -

Powered by

-
    -
  • Vendor
  • -
  • IDE
  • -
  • Engine
  • -
-
-
-

Agreement

-

This needs to be seen and acknowledged.
So an interaction must be made to continue.

-
-
-
-
Hello World!
-

Only left mouse click or any key

-
-{% endblock %} - -{%- block script %} - {{ super() }} - - {% endblock %} \ No newline at end of file