Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,39 +1,37 @@
|
|
| 1 |
---
|
| 2 |
-
title: NeuralNomadAI —
|
| 3 |
-
colorFrom: yellow
|
| 4 |
-
colorTo: yellow
|
| 5 |
emoji: 🧠
|
| 6 |
sdk: static
|
| 7 |
-
pinned:
|
|
|
|
|
|
|
| 8 |
tags:
|
| 9 |
-
-
|
|
|
|
| 10 |
- html
|
| 11 |
- css
|
| 12 |
- javascript
|
| 13 |
-
- static-site
|
| 14 |
- portfolio
|
| 15 |
---
|
| 16 |
|
| 17 |
-
# NeuralNomadAI — AI Imagery & Creative Automation (
|
| 18 |
|
| 19 |
-
|
| 20 |
-
|
| 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 |
-
## ✨
|
| 27 |
|
| 28 |
-
- **
|
| 29 |
-
- **
|
| 30 |
-
- **
|
| 31 |
-
- **
|
| 32 |
-
- **
|
| 33 |
-
- **
|
| 34 |
-
- **
|
| 35 |
|
| 36 |
---
|
| 37 |
|
| 38 |
-
##
|
| 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 |
|