A modern, lightning-fast static website built with HTML5, Tailwind CSS, and vanilla JavaScript. Designed for small businesses seeking professional web presence with AI-powered features.
|
|
|
|
| Category | Technology |
|---|---|
| Semantic markup, accessibility features | |
| Tailwind CSS v4, custom properties | |
| ES6+, no dependencies | |
| Template includes, dynamic content | |
| Chatbot & form webhooks |
wb-solutions-html/
β
βββ π index.php # Homepage
βββ π about.php # Company info
βββ π services.php # Services overview
βββ π portfolio.php # Case studies
βββ π contact.php # Contact form
β
βββ π services/
β βββ static-websites.php # Web development
β βββ ai-chat-agents.php # AI chatbots
β βββ business-automation.php # Workflow automation
β βββ custom-branding.php # Brand design
β
βββ π includes/
β βββ header.php # Navigation bar
β βββ footer.php # Site footer
β βββ chatbot.php # Chat widget
β
βββ π css/
β βββ styles.css # Compiled Tailwind
β
βββ π js/
β βββ main.js # Core functionality
β βββ forms.js # Form validation
β βββ chatbot.js # Chat logic
β βββ calculator.js # ROI calculator
β
βββ π assets/
β βββ logo.png # Brand logo
β βββ favicon-16x16.png # Favicon
β βββ favicon-32x32.png # Favicon @2x
β βββ apple-touch-icon.png # iOS icon
β
βββ π src/
β βββ input.css # Tailwind source
β
βββ βοΈ package.json # npm scripts
βββ βοΈ tailwind.config.js # Tailwind config
βββ βοΈ .htaccess # Apache rules
βββ π€ robots.txt # SEO directives
βββ πΊοΈ sitemap.xml # XML sitemap
node -v # v18 or higher
npm -v # v9 or higher# Clone the repository
git clone https://github.com/yourusername/wb-solutions-html.git
# Navigate to project
cd wb-solutions-html
# Install dependencies
npm install
# Build CSS
npm run build:css# Watch for CSS changes
npm run watch:css
# Start PHP server (in another terminal)
php -S localhost:8000
# Open in browser
open http://localhost:8000|
Gold #D4AF37
|
Gold Light #E5C158
|
Gold Dark #B8962E
|
Charcoal #1A1A1A
|
Charcoal Dark #121212
|
-
Upload Files
Upload entire directory to public_html/ -
Delete Default Index
Remove index.html if present (PHP priority issue) -
Verify Hidden Files
Ensure .htaccess is uploaded -
Set Permissions
Files: 644 | Directories: 755
- All
.phpfiles uploaded -
includes/directory complete -
css/styles.csspresent -
js/directory complete -
assets/with images -
.htaccessconfigured -
robots.txt&sitemap.xml
Contact Form
Edit js/forms.js:
const WEBHOOK_URL = 'https://your-n8n-instance.com/webhook/contact';Chatbot
Edit js/chatbot.js:
const CHATBOT_URL = 'https://your-n8n-instance.com/webhook/chat';| Metric | Score |
|---|---|
| π’ Performance | 95+ |
| π’ Accessibility | 100 |
| π’ Best Practices | 100 |
| π’ SEO | 100 |
Tested with Google Lighthouse
| Browser | Support |
|---|---|
| β 90+ | |
| β 88+ | |
| β 14+ | |
| β 90+ |
| Page | Route | Description |
|---|---|---|
| π Home | / |
Hero, services, testimonials, FAQ |
| π₯ About | /about.php |
Company story, team, values |
| πΌ Services | /services.php |
Service tiers, comparison |
| π Portfolio | /portfolio.php |
Case studies, projects |
| π§ Contact | /contact.php |
Contact form, info |
| π Privacy | /privacy-policy.php |
Privacy policy |
| π Terms | /terms-of-service.php |
Terms of service |
| βΏ Accessibility | /accessibility.php |
A11y statement |
|
Static Websites Fast, responsive sites |
AI Chat Agents 24/7 customer support |
Automation Workflow optimization |
Custom Branding Visual identity design |