From 39e055592ad57ac923128538e414879b2a7cd391 Mon Sep 17 00:00:00 2001 From: Gandalf Date: Sat, 1 Jul 2023 11:25:56 +0200 Subject: [PATCH] add complete-ish sidebar scaffold --- sketch/html/main_with_sidebar.html | 40 +++++++++++++++++++++++++----- 1 file changed, 34 insertions(+), 6 deletions(-) diff --git a/sketch/html/main_with_sidebar.html b/sketch/html/main_with_sidebar.html index de5055b..6a21855 100644 --- a/sketch/html/main_with_sidebar.html +++ b/sketch/html/main_with_sidebar.html @@ -5,7 +5,7 @@ - + @@ -18,7 +18,11 @@ + @@ -30,9 +34,33 @@ -

A map designed to collect histories of Hambi treehouses

- - +

A map designed to collect histories of Hambi treehouses

+ +
+

+ Treehouse (form) + +

+ +

Here you'll see a form to enter a new treehouse or the data about existing ones, depending on mode

+
+
+

+ Barrio (form) + +

+ +

Here you'll see a form to enter a new barrio or the data about existing ones, depending on mode

+
+
+

+ Login + +

+ +

here you'll see a login or user registration form, that we need for moderation privileges, and can use to save color/author name settings

+
+
@@ -43,7 +71,7 @@