--- 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/