From 46d4e2b2c5c8b6786ded88bbc70098265ecbb6fa Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Fri, 3 Apr 2026 10:28:26 +0800 Subject: new fedeback form, advisory --- frontend/assets/icons/transparent_contact_logo.svg | 101 +++++++++++++++++++++ frontend/assets/img/advisory/0.png | Bin 0 -> 23619 bytes frontend/assets/img/advisory/0.svg | 81 +++++++++++++++++ frontend/index.html | 2 +- frontend/start/index.html | 2 +- frontend/status/index.html | 2 +- frontend/style.css | 19 +++- frontend/timer/index.html | 6 +- 8 files changed, 207 insertions(+), 6 deletions(-) create mode 100644 frontend/assets/icons/transparent_contact_logo.svg create mode 100644 frontend/assets/img/advisory/0.png create mode 100644 frontend/assets/img/advisory/0.svg diff --git a/frontend/assets/icons/transparent_contact_logo.svg b/frontend/assets/icons/transparent_contact_logo.svg new file mode 100644 index 0000000..465cbe4 --- /dev/null +++ b/frontend/assets/icons/transparent_contact_logo.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + diff --git a/frontend/assets/img/advisory/0.png b/frontend/assets/img/advisory/0.png new file mode 100644 index 0000000..feac916 Binary files /dev/null and b/frontend/assets/img/advisory/0.png differ diff --git a/frontend/assets/img/advisory/0.svg b/frontend/assets/img/advisory/0.svg new file mode 100644 index 0000000..ad1a61d --- /dev/null +++ b/frontend/assets/img/advisory/0.svg @@ -0,0 +1,81 @@ + + + + + + + + + + After using the dryer, + don't forget to + clean the filter. + + + diff --git a/frontend/index.html b/frontend/index.html index fd7a1e9..2fe231d 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -22,7 +22,7 @@
Developed by Athaalaa Altaf Hafidz, a fellow resident • Source Code
- ✉️ Bugs? Feedback? + 📝 Bugs? Enquiries? diff --git a/frontend/start/index.html b/frontend/start/index.html index bcfd1a6..ea7839b 100644 --- a/frontend/start/index.html +++ b/frontend/start/index.html @@ -90,7 +90,7 @@
Developed by Athaalaa Altaf Hafidz, a fellow resident • Source Code
- ✉️ Bugs? Feedback? + 📝 Bugs? Enquiries? diff --git a/frontend/status/index.html b/frontend/status/index.html index 46c50ed..a64c3ee 100644 --- a/frontend/status/index.html +++ b/frontend/status/index.html @@ -122,7 +122,7 @@
Developed by Athaalaa Altaf Hafidz, a fellow resident • Source Code
- ✉️ Bugs? Feedback? + 📝 Bugs? Enquiries? diff --git a/frontend/style.css b/frontend/style.css index 37e66e8..4234bce 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -1,5 +1,5 @@ @font-face { - font-family: "Interesting"; + font-family: Inter; src: url("/assets/fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype"), url("/assets/fonts/Inter-Italic-VariableFont_opsz,wght.ttf") format("truetype"); @@ -24,7 +24,7 @@ body { flex-direction: column; gap: 16px; padding: 16px; - font-family: "Interesting", sans-serif; + font-family: Inter, sans-serif; padding-bottom: 64px; } @@ -370,6 +370,21 @@ hr { opacity: .25; } +fieldset { + border: 1px solid rgba(0, 0, 0, 0.5); +} + +fieldset > img { + border-radius: 16px; + height: 164px; +} + +legend { + color: rgba(0, 0, 0, 0.5); + font-size: 1.5rem; + margin-bottom: -.75rem; +} + @media only screen and (max-width: 512px) { .txtcol-washer > span { font-size: .8rem; diff --git a/frontend/timer/index.html b/frontend/timer/index.html index 724ebe8..935cbd5 100644 --- a/frontend/timer/index.html +++ b/frontend/timer/index.html @@ -20,10 +20,14 @@ You currently don't have any laundry. +
+ Advisory + +
Developed by Athaalaa Altaf Hafidz, a fellow resident • Source Code
- ✉️ Bugs? Feedback? + 📝 Bugs? Enquiries?