Spaces:
Running
Running
Update README.md
#10
by
oldmonk69
- opened
README.md
CHANGED
|
@@ -1,25 +1,39 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
colorFrom: yellow
|
| 4 |
colorTo: yellow
|
| 5 |
-
emoji:
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
tags:
|
| 9 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
-
#
|
| 13 |
|
| 14 |
-
|
|
|
|
| 15 |
|
| 16 |
-
|
| 17 |
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
-
|
| 23 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
-
## π§ Project Structure
|
|
|
|
| 1 |
---
|
| 2 |
+
title: NeuralNomadAI β Fully Developed Website (Static)
|
| 3 |
colorFrom: yellow
|
| 4 |
colorTo: yellow
|
| 5 |
+
emoji: π§
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
tags:
|
| 9 |
+
- tailwindcss
|
| 10 |
+
- html
|
| 11 |
+
- css
|
| 12 |
+
- javascript
|
| 13 |
+
- static-site
|
| 14 |
+
- portfolio
|
| 15 |
---
|
| 16 |
|
| 17 |
+
# NeuralNomadAI β AI Imagery & Creative Automation (Static Site)
|
| 18 |
|
| 19 |
+
Production-ready, accessible, and responsive website built with **HTML + CSS + JavaScript** (Tailwind via CDN).
|
| 20 |
+
Features include dark mode with persistence, accessible navigation, scroll-spy, portfolio filters with a lightbox, pricing table, testimonials, and a working contact form via Formspree (no server required).
|
| 21 |
|
| 22 |
+
> This Space uses `sdk: static` so it serves the files in the repo root (`index.html`, `styles.css`, `script.js`, assets). No Python or Gradio needed.
|
| 23 |
|
| 24 |
+
---
|
| 25 |
+
|
| 26 |
+
## β¨ Highlights
|
| 27 |
+
|
| 28 |
+
- **Responsive UI**: Mobile-first layout, sticky header, smooth hash-navigation.
|
| 29 |
+
- **Dark Mode**: Toggle + system preference, persisted in `localStorage`.
|
| 30 |
+
- **A11y**: Semantic structure, labeled controls, keyboard-friendly `dialog` lightbox with Escape/overlay close.
|
| 31 |
+
- **Portfolio UX**: Category filters and image lightbox.
|
| 32 |
+
- **Contact Form**: Formspree endpoint with client-side validation.
|
| 33 |
+
- **SEO & Social**: Meta tags, Open Graph/Twitter cards, and JSON-LD schema.
|
| 34 |
+
- **Performance niceties**: Lazy images, reduced-motion support, minimal JS.
|
| 35 |
+
|
| 36 |
+
---
|
| 37 |
+
|
| 38 |
+
## π¦ Project Structure
|
| 39 |
|
|
|