A modern, responsive Go-To-Market Strategy template with dark mode support and PWA capabilities. Built for easy customization and quick deployment.
- 🌗 Dark/Light mode support
- 📱 Fully responsive design
- 🔍 Built-in search functionality
- 📊 Interactive charts
- ⚡ PWA support
- 🎯 Pre-built GTM sections
This is a template repository. To use it:
- Click "Use this template" above
- Name your new repository
- Clone your new repository
- Customize the content
repository/
├── index.html # Main HTML file
├── manifest.json # PWA manifest
├── assets/
│ ├── css/
│ │ └── styles.css
│ ├── js/
│ │ └── scripts.js
│ └── icons/
│ ├── icon-192.png
│ └── icon-512.png
- Update content in
index.html
- Modify styles in
assets/css/styles.css
- Adjust functionality in
assets/js/scripts.js
- Replace icons in
assets/icons/
This template is ready for GitHub Pages:
- Go to repository Settings
- Navigate to Pages section
- Select main branch
- Save
Your site will be available at: https://[username].github.io/[repo-name]/
Contributions are welcome! Please feel free to submit a Pull Request.
MIT License - feel free to use this template for any purpose.