This directory contains the marketing website for BizGrow, hosted on GitHub Pages.
Visit: https://kenthic.github.io/biz-grow/
docs/
├── index.html # Main landing page
├── styles/
│ └── main.css # Website styles
├── scripts/
│ └── main.js # Website functionality
├── assets/ # Images, icons, and media
├── _config.yml # GitHub Pages configuration
├── robots.txt # SEO robots file
├── sitemap.xml # SEO sitemap
└── CNAME # Custom domain configuration
- Responsive Design - Works on all devices
- Modern UI - Clean, professional design
- SEO Optimized - Meta tags, sitemap, robots.txt
- Performance Optimized - Lazy loading, compressed assets
- Analytics Ready - Google Analytics integration ready
The website is automatically deployed to GitHub Pages when changes are pushed to the main branch.
- Ensure all files are in the
docs/directory - Push changes to the repository
- GitHub Pages will automatically build and deploy
- Add your domain to the
CNAMEfile - Configure DNS settings with your domain provider
- Enable HTTPS in GitHub Pages settings
- Clone the repository
- Navigate to the
docs/directory - Serve the files using a local server:
# Using Python python -m http.server 8000 # Using Node.js npx serve . # Using PHP php -S localhost:8000
- Open
http://localhost:8000in your browser
- Edit the HTML, CSS, or JavaScript files
- Test changes locally
- Commit and push to deploy
The website includes placeholder code for Google Analytics. To enable:
- Get a Google Analytics tracking ID
- Add the tracking code to
index.html - Update the
trackEventfunction inmain.js
The website is optimized for search engines with:
- Semantic HTML structure
- Meta tags for social sharing
- Structured data markup
- XML sitemap
- Robots.txt file
- Fast loading times
Open Graph and Twitter Card meta tags are included for better social media sharing.
Edit the CSS custom properties in styles/main.css:
:root {
--primary-color: #3b82f6;
--secondary-color: #10b981;
--accent-color: #f59e0b;
/* ... */
}Update the content in index.html to match your needs.
Add your images to the assets/ directory and update the image paths in the HTML.
For website-related issues:
- Open an issue in the main repository
- Contact: bizgrowapp@gmail.com
- Discord: https://discord.gg/s27WGufPgp