From 4941ce5aaff2a0439cc1ecfc2a4216ec34619028 Mon Sep 17 00:00:00 2001 From: lgpilot Date: Tue, 2 Jan 2024 22:49:27 +0100 Subject: [PATCH] bricks for first UI proposal --- README.md | 3 + frontend/index.html | 110 +++++++++++++++++++++++++++ frontend/main.css | 45 +++++++++++ frontend/view.html | 180 ++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 338 insertions(+) create mode 100644 frontend/index.html create mode 100644 frontend/main.css create mode 100644 frontend/view.html diff --git a/README.md b/README.md index e69de29..b006dee 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,3 @@ +# Who When Where + +Link to [the wiki](https://git.hostux.fr/louis/who-when-where/wiki) \ No newline at end of file diff --git a/frontend/index.html b/frontend/index.html new file mode 100644 index 0000000..ad2a7a7 --- /dev/null +++ b/frontend/index.html @@ -0,0 +1,110 @@ + + + + + + + Welcome to 3W - Who When Where? + + + + + + +

Welcome!

+ + Create a Group + +
+ +

Pending Requests

+ + + + +

My Groups

+ + + +
+ +
+

Account Settings

+ +
+ + + +
+

+ Your answers are now private. Only the persons that you approve individually are allowed to see them. +

+

+ As a consequence of your choice, you are not allowed to see answers from non-psychopaths members.
+ If you disable this option, they will reappear after 24 hours. +

+ +

Users in Your Groups That You Do Not Trust (Yet)

+ +
    +
  • + Potiron + Trust +
  • +
+ +

Trusted Users

+ + +
+
+

+ Export my login key | + Logout +

+
+ + \ No newline at end of file diff --git a/frontend/main.css b/frontend/main.css new file mode 100644 index 0000000..e52606a --- /dev/null +++ b/frontend/main.css @@ -0,0 +1,45 @@ +:root { + --colour_sand: #e1b382; + --colour_sand-shadow: #c89666; + --colour_night: #2d545e; + --colour_night-shadow: #12343b; + --colour_primary: var(--colour_night); + --colour_primary_text: #ffffff; + + --colour_lightgrey: #f3f3f3; + +} + +body, html { + margin: 0; + padding: 0; + border: none; +} + +body { + background-color: var(--colour_sand); + font-family: sans-serif; + min-height: 100vh; + + display: flex; + justify-content: center; + align-items: flex-start; + flex-direction: column; +} + +body > * { + margin: 1rem; +} + +a { + color: var(--colour_night); +} +a:visited { + color: var(--colour_night-shadow); +} + +ul { + list-style-type: none; + padding: 0; + margin: 0; +} \ No newline at end of file diff --git a/frontend/view.html b/frontend/view.html new file mode 100644 index 0000000..64f6d23 --- /dev/null +++ b/frontend/view.html @@ -0,0 +1,180 @@ + + + + + + + 3W - Who When Where? + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Les abeilles en test + AliceMoi (Loulou)Bob
+ Date #1 +
+ πŸ‡ΈπŸ‡ͺ 2 + πŸ—Ό 1 +
+ + πŸ—Ό + + + + πŸ‡ΈπŸ‡ͺ + πŸš… + + + + πŸ₯¨ + 🏠 + πŸš… + +
+ + 3 group members +
+ +

+ So far, this group has planned between 2022-08-01 and 2024-11-25. +

+ +

+ Take me home! +

+ + \ No newline at end of file