From 5608119a7d520f9e74d2381f1a6faec3cd4d06ea Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 6 Feb 2026 00:54:13 +0000 Subject: [PATCH 1/3] Initial plan From e6d1fd1647d6b1ec88bfd8418999a3119bf2ebca Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 6 Feb 2026 00:56:38 +0000 Subject: [PATCH 2/3] Add landing page with account deletion instructions Co-authored-by: davidnwaneri <48889672+davidnwaneri@users.noreply.github.com> --- docs/favicon.png | Bin 0 -> 917 bytes docs/index.html | 290 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 290 insertions(+) create mode 100644 docs/favicon.png create mode 100644 docs/index.html diff --git a/docs/favicon.png b/docs/favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..8aaa46ac1ae21512746f852a42ba87e4165dfdd1 GIT binary patch literal 917 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|I14-?iy0X7 zltGxWVyS%@P(fs7NJL45ua8x7ey(0(N`6wRUPW#JP&EUCO@$SZnVVXYs8ErclUHn2 zVXFjIVFhG^g!Ppaz)DK8ZIvQ?0~DO|i&7O#^-S~(l1AfjnEK zjFOT9D}DX)@^Za$W4-*MbbUihOG|wNBYh(yU7!lx;>x^|#0uTKVr7USFmqf|i<65o z3raHc^AtelCMM;Vme?vOfh>Xph&xL%(-1c06+^uR^q@XSM&D4+Kp$>4P^%3{)XKjo zGZknv$b36P8?Z_gF{nK@`XI}Z90TzwSQO}0J1!f2c(B=V`5aP@1P1a|PZ!4!3&Gl8 zTYqUsf!gYFyJnXpu0!n&N*SYAX-%d(5gVjrHJWqXQshj@!Zm{!01WsQrH~9=kTxW#6SvuapgMqt>$=j#%eyGrQzr zP{L-3gsMA^$I1&gsBAEL+vxi1*Igl=8#8`5?A-T5=z-sk46WA1IUT)AIZHx1rdUrf zVJrJn<74DDw`j)Ki#gt}mIT-Q`XRa2-jQXQoI%w`nb|XblvzK${ZzlV)m-XcwC(od z71_OEC5Bt9GEXosOXaPTYOia#R4ID2TiU~`zVMl08TV_C%DnU4^+HE>9(CE4D6?Fz oujB08i7adh9xk7*FX66dWH6F5TM;?E2b5PlUHx3vIVCg!0Dx9vYXATM literal 0 HcmV?d00001 diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..52848d2 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,290 @@ + + + + + + + SimpleNotes - Simple, Secure Note-Taking + + + + +
+
+

📝 SimpleNotes

+

A beautiful, simple, and secure note-taking app built with Flutter and Appwrite

+
+ +
+
+

Why SimpleNotes?

+
+
+

🔒 Secure & Private

+

Your notes are secured with authentication and stored safely using Appwrite backend services.

+
+
+

☁️ Cloud Sync

+

Access your notes from anywhere. All your notes are synchronized across your devices.

+
+
+

✨ Simple & Clean

+

No clutter, no distractions. Just a clean interface to focus on what matters - your notes.

+
+
+

📱 Cross-Platform

+

Built with Flutter, SimpleNotes works seamlessly on Android, iOS, Web, and Desktop.

+
+
+

🚀 Fast & Lightweight

+

Optimized performance ensures your notes are always ready when you need them.

+
+
+

🎨 Beautiful Design

+

Enjoy a modern, aesthetically pleasing interface with customizable themes.

+
+
+
+ +
+

Features

+
    +
  • ✅ Create, edit, and delete notes
  • +
  • ✅ User authentication and account management
  • +
  • ✅ Real-time synchronization
  • +
  • ✅ Responsive design for all screen sizes
  • +
  • ✅ Open-source and free to use
  • +
+
+ + + +
+

Get Started

+

+ SimpleNotes is an open-source project. You can download the source code, contribute, or report issues on GitHub. +

+ +
+
+ + +
+ + From 781bb8c423692a89a460b4e30e86957f26713212 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 6 Feb 2026 01:03:36 +0000 Subject: [PATCH 3/3] Add landing page with account deletion instructions and deployment guide Co-authored-by: davidnwaneri <48889672+davidnwaneri@users.noreply.github.com> --- docs/README.md | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 docs/README.md diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..da34134 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,76 @@ +# SimpleNotes Landing Page + +This directory contains the landing page for the SimpleNotes app, designed to be deployed via GitHub Pages. + +## Contents + +- `index.html` - The main landing page with app information and account deletion instructions +- `favicon.png` - The app icon + +## Features + +The landing page includes: +- **App Overview**: Description of SimpleNotes features and benefits +- **Feature Highlights**: Grid of key features (security, cloud sync, cross-platform, etc.) +- **Account Deletion Section**: Clear instructions for users to delete their accounts from within the app +- **Links**: Direct links to the GitHub repository and issue tracker +- **Responsive Design**: Mobile-friendly layout that works on all screen sizes + +## Deploying to GitHub Pages + +### Option 1: Deploy from this Repository + +1. Go to your repository on GitHub +2. Navigate to **Settings** > **Pages** +3. Under "Source", select **Deploy from a branch** +4. Select the branch (e.g., `main` or your preferred branch) +5. Select the `/docs` folder +6. Click **Save** +7. Your landing page will be available at: `https://davidnwaneri.github.io/simple_notes_app/` + +### Option 2: Deploy from a Separate Repository + +If you prefer to have a dedicated repository for the landing page: + +1. Create a new repository (e.g., `simple_notes_landing` or `simple_notes_app.github.io`) +2. Copy the contents of this `docs/` folder to the root of the new repository +3. Go to the new repository's **Settings** > **Pages** +4. Select **Deploy from a branch** and choose `main` branch with `/ (root)` folder +5. Your landing page will be available at: `https://davidnwaneri.github.io//` + +## Local Testing + +To test the landing page locally: + +1. Open `index.html` in your web browser, or +2. Use a simple HTTP server: + ```bash + # Python 3 + python3 -m http.server 8000 + + # Python 2 + python -m SimpleHTTPServer 8000 + + # Node.js (with http-server installed) + npx http-server + ``` +3. Visit `http://localhost:8000` in your browser + +## Customization + +The landing page is a single, self-contained HTML file with inline CSS. You can easily customize: +- Colors and gradients in the `