Update README.md

#10
by oldmonk69 - opened
Files changed (1) hide show
  1. README.md +27 -13
README.md CHANGED
@@ -1,25 +1,39 @@
1
  ---
2
- title: Gemini UI Redesign 🌟
3
  colorFrom: yellow
4
  colorTo: yellow
5
- emoji: 🐳
6
  sdk: static
7
  pinned: false
8
  tags:
9
- - deepsite-v3
 
 
 
 
 
10
  ---
11
 
12
- # Welcome to your new DeepSite project!
13
 
14
- This project was created with [DeepSite](https://deepsite.hf.co).
 
15
 
16
- It features a clean **Gemini UI redesign** built with **TailwindCSS** and connected to the **Hugging Face Inference API** for prompt and image generation.
17
 
18
- ## πŸš€ Features
19
- - ✨ Modern responsive UI (Tailwind + custom `style.css`)
20
- - πŸ€– Integrated Hugging Face text and image generation
21
- - ⚑ Single-page navigation with smooth transitions
22
- - πŸŒ™ Dark-mode friendly
23
- - πŸ”’ Secure by design (ready for backend proxy integration)
 
 
 
 
 
 
 
 
 
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