oldmonk69 commited on
Commit
90ec94d
·
verified ·
1 Parent(s): b4a5245

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -20
README.md CHANGED
@@ -1,39 +1,37 @@
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
 
 
1
  ---
2
+ title: NeuralNomadAI — Bootstrap Multi-Page Website
 
 
3
  emoji: 🧠
4
  sdk: static
5
+ pinned: true
6
+ colorFrom: blue
7
+ colorTo: indigo
8
  tags:
9
+ - bootstrap
10
+ - php
11
  - html
12
  - css
13
  - javascript
 
14
  - portfolio
15
  ---
16
 
17
+ # 🧠 NeuralNomadAI — AI Imagery & Creative Automation (Bootstrap)
18
 
19
+ A fully developed, production-ready **Bootstrap 5.3** website for AI imagery and automation services.
20
+ Built with semantic HTML, clean PHP templating, and a responsive, modern UI.
 
 
21
 
22
  ---
23
 
24
+ ## ✨ Features
25
 
26
+ - **Multi-page structure**: Home, Services & Pricing, Portfolio, Reviews, About, and Contact.
27
+ - **Responsive design**: Mobile-first Bootstrap layout with sticky navbar and carousel hero.
28
+ - **Interactive portfolio**: Filterable categories, image lightbox (modal), and fade-in animations.
29
+ - **Theme toggle**: Light/dark mode via `data-bs-theme` with `localStorage` persistence.
30
+ - **Validated contact form**: Client-side validation (ready for Formspree or backend integration).
31
+ - **Reusable PHP template**: All pages share a unified header, footer, and navigation.
32
+ - **SEO & accessibility**: Descriptive meta tags, aria-friendly components, and keyboard navigation.
33
 
34
  ---
35
 
36
+ ## 🧱 Project Structure
37