Spaces:
Running
Running
File size: 1,421 Bytes
0bc128a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
---
title: NeuralNomadAI β Bootstrap Multi-Page Website
emoji: π§
sdk: static
pinned: true
colorFrom: blue
colorTo: indigo
tags:
- bootstrap
- php
- html
- css
- javascript
- portfolio
---
# π§ NeuralNomadAI β AI Imagery & Creative Automation (Bootstrap)
A fully developed, production-ready **Bootstrap 5.3** website for AI imagery and automation services.
Built with semantic HTML, clean PHP templating, and a responsive, modern UI.
---
## β¨ Features
- **Multi-page structure**: Home, Services & Pricing, Portfolio, Reviews, About, and Contact.
- **Responsive design**: Mobile-first Bootstrap layout with sticky navbar and carousel hero.
- **Interactive portfolio**: Filterable categories, image lightbox (modal), and fade-in animations.
- **Theme toggle**: Light/dark mode via `data-bs-theme` with `localStorage` persistence.
- **Validated contact form**: Client-side validation (ready for Formspree or backend integration).
- **Reusable PHP template**: All pages share a unified header, footer, and navigation.
- **SEO & accessibility**: Descriptive meta tags, aria-friendly components, and keyboard navigation.
---
## π§± Project Structure
neuralnomadai/
βββ index.php
βββ services.php
βββ portfolio.php
βββ reviews.php
βββ about.php
βββ contact.php
βββ template.php
βββ main.js
βββ styles.css
βββ assets/
βββ images/
|