From 046a44b2abfe81fb11dbafde69578d0dd2717b66 Mon Sep 17 00:00:00 2001 From: Aljaz S Date: Tue, 23 Nov 2021 14:08:33 +0100 Subject: [PATCH] add form maker to index --- src/views/index.ejs | 66 ++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 62 insertions(+), 4 deletions(-) diff --git a/src/views/index.ejs b/src/views/index.ejs index dbd5087..a8f80d7 100644 --- a/src/views/index.ejs +++ b/src/views/index.ejs @@ -19,6 +19,15 @@ section div { justify-content: center; text-align: center; } +.maker { + display: grid; + grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); + row-gap: .5rem; + column-gap: .5rem; +} +.maker > div:last-child { + grid-column-end: -1; +}
@@ -35,13 +44,62 @@ section div {

🔗 Form maker

-
+ Fill in the fields with static information and leave empty the ones that the user has to fill out. +
- + + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
- - +
+

🔗 API

🔗 GET /api/qrcode