{"id":30407686,"url":"https://github.com/acceleronix/all-hands-demo","last_synced_at":"2026-02-18T05:35:05.420Z","repository":{"id":309536595,"uuid":"1036600899","full_name":"Acceleronix/all-hands-demo","owner":"Acceleronix","description":"All Hands Demo in Thailand","archived":false,"fork":false,"pushed_at":"2026-01-10T07:05:22.000Z","size":4452,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-11T01:55:01.532Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://all-hands-demo.vercel.app","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Acceleronix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-12T10:08:07.000Z","updated_at":"2026-01-10T07:05:25.000Z","dependencies_parsed_at":"2025-08-12T13:36:35.087Z","dependency_job_id":null,"html_url":"https://github.com/Acceleronix/all-hands-demo","commit_stats":null,"previous_names":["acceleronix/all-hands-demo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Acceleronix/all-hands-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Acceleronix%2Fall-hands-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Acceleronix%2Fall-hands-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Acceleronix%2Fall-hands-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Acceleronix%2Fall-hands-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Acceleronix","download_url":"https://codeload.github.com/Acceleronix/all-hands-demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Acceleronix%2Fall-hands-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29569856,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T04:18:28.490Z","status":"ssl_error","status_checked_at":"2026-02-18T04:13:49.018Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-21T20:44:08.934Z","updated_at":"2026-02-18T05:35:00.406Z","avatar_url":"https://github.com/Acceleronix.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Acceleronix All Hands - APAC Training Assessment\n\nA training assessment platform for Acceleronix's Bangkok All Hands meeting (August 2025). Features three customer case studies designed to test BD and sales team knowledge of Acceleronix IoT and Connectivity platforms.\n\n## 🌟 Features\n\n- **Training Assessment Portal**: Professional interface for customer case evaluations\n- **Three Assessment Scenarios**: Real-world customer challenges across different industries\n- **Interactive Case Studies**: Detailed technical requirements and business contexts\n- **Acceleronix Branding**: Consistent with company training materials\n\n## 📁 Project Structure\n\n```\ntracker_website/\n├── index.html                 # Homepage with case study overview\n├── assets/\n│   ├── css/\n│   │   ├── home.css          # Homepage styles\n│   │   └── styles.css        # Case study page styles\n│   └── js/                   # (Future JavaScript files)\n├── cases/\n│   ├── acceltech.html        # AccelTech case study (complete)\n│   ├── smartlogistics.html   # SmartLogistics case study (coming soon)\n│   └── industrialtech.html   # IndustrialTech case study (coming soon)\n├── vercel.json               # Vercel deployment configuration\n├── CLAUDE.md                 # AI assistant guidance\n└── README.md                 # Project documentation\n```\n\n## 🎯 Assessment Cases\n\n### Case A: AccelTech - Cold Chain Logistics\n- **Location**: Malaysia\n- **Industry**: Cold Chain Logistics\n- **Focus**: NB-IoT connectivity, sensor integration, platform scalability\n- **Scale**: 5K EAU\n- **Assessment**: OTA management, connectivity optimization\n\n### Case B: MotoTrack - Two Wheeler Fleet Management\n- **Location**: Vietnam\n- **Industry**: Ride-sharing \u0026 Delivery\n- **Focus**: Battery optimization, connectivity costs, anti-theft solutions\n- **Scale**: 25K+ fleet\n- **Assessment**: 2G/4G strategy, power management\n\n### Case C: PowerFlow - Mobile Energy Storage\n- **Location**: India\n- **Industry**: Portable Power Solutions\n- **Focus**: Predictive maintenance, remote monitoring, business optimization\n- **Scale**: 2K+ units\n- **Assessment**: LTE-M connectivity, AI analytics\n\n## 🚀 Deployment\n\n### Deploy to Vercel\n\n1. **Via GitHub Integration** (Recommended):\n   ```bash\n   # Push to GitHub repository\n   git init\n   git add .\n   git commit -m \"Initial commit\"\n   git remote add origin your-github-repo-url\n   git push -u origin main\n   \n   # Then connect to Vercel via dashboard\n   ```\n\n2. **Via Vercel CLI**:\n   ```bash\n   # Install Vercel CLI\n   npm i -g vercel\n   \n   # Deploy\n   vercel\n   \n   # Follow the prompts\n   ```\n\n3. **Via Drag \u0026 Drop**:\n   - Visit [vercel.com](https://vercel.com)\n   - Drag the project folder to the deployment area\n\n### Local Development\n\n```bash\n# Serve locally using Python\npython3 -m http.server 8000\n\n# Or using Node.js\nnpx serve .\n\n# Visit http://localhost:8000\n```\n\n## 🛠 Technical Details\n\n### Technologies Used\n- **HTML5**: Semantic markup structure\n- **CSS3**: Modern styling with Grid/Flexbox\n- **JavaScript**: Interactive navigation and smooth scrolling\n- **Google Fonts**: Inter font family\n\n### Browser Support\n- Chrome (latest)\n- Firefox (latest)\n- Safari (latest)\n- Edge (latest)\n- Mobile browsers (iOS Safari, Chrome Mobile)\n\n### Performance Optimizations\n- Optimized CSS with efficient selectors\n- Minimal JavaScript footprint\n- Responsive images and layouts\n- CDN-hosted fonts\n\n## 📱 Responsive Breakpoints\n\n- **Desktop**: 1200px+ (container max-width)\n- **Tablet**: 768px - 1199px\n- **Mobile**: 480px - 767px\n- **Small Mobile**: \u003c480px\n\n## 🎨 Design System\n\n### Color Palette\n- **Primary Gradient**: #667eea → #764ba2\n- **Background**: #fafafa\n- **Cards**: #ffffff\n- **Text**: #333333 (primary), #666666 (secondary)\n\n### Typography\n- **Font Family**: Inter (Google Fonts)\n- **Weights**: 300, 400, 500, 600, 700\n- **Hierarchy**: Consistent heading and body text sizes\n\n## 🎤 Training Context\n\n### Event Details\n- **Event**: Acceleronix All Hands - APAC\n- **Location**: Bangkok, Thailand\n- **Date**: August 2025\n- **Duration**: 4-day training program\n\n### Training Focus\n- **Acceleronix IoT Platform**: Device management, analytics, fleet tracking\n- **Connectivity Platform**: SIM management, multi-carrier support, cost optimization\n- **Solution Architecture**: End-to-end design, hardware selection\n- **Business Value**: ROI calculation, competitive positioning\n\n### Assessment Purpose\n- Test knowledge application from 4-day training\n- Evaluate BD and sales team readiness\n- Practice customer scenario solutions\n- Platform feature utilization assessment\n\n## 📄 License\n\nThis project is for demonstration purposes. All content is fictional and created for portfolio/showcase use.\n\n## 🤝 Contributing\n\n1. Fork the repository\n2. Create a feature branch\n3. Make your changes\n4. Test responsiveness across devices\n5. Submit a pull request\n\n## 📞 Support\n\nFor questions or issues:\n- Create an issue in the GitHub repository\n- Check the browser console for any errors\n- Ensure all file paths are correct for deployment\n\n---\n\n**Live Demo**: [Deploy to see live version]\n**Repository**: [GitHub repository URL]","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facceleronix%2Fall-hands-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facceleronix%2Fall-hands-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facceleronix%2Fall-hands-demo/lists"}