This Jekyll-powered website serves as the stunning official landing page for GlowStatus, featuring:
| Page | Description | Features |
|---|---|---|
| π Homepage | App showcase & downloads | Interactive demo, feature highlights, download links |
| π Terms | Legal framework | Clear usage terms and conditions |
| π Privacy | Privacy practices | OAuth information, data handling policies |
The site features a custom dark theme inspired by the GlowStatus logo color palette:
π¨ Color Palette:
βββ Primary: Bright Cyan (#00d4ff) - Logo inspiration
βββ Secondary: Deep Cyan (#0099cc) - Depth & contrast
βββ Accent: Vibrant Orange (#ff6b35) - Energy & warmth
βββ Purple: Electric Purple (#bf40ff) - Modern & electric
βββ Dark: Rich Black (#1a1a1a) - Professional backdrop- π Glowing animations on interactive elements
- π Rainbow gradient text effects on taglines
- π« Drop shadows and subtle lighting effects
- π Smooth transitions for enhanced UX
Love what you see? Help keep the lights on!
Other ways to support:
- β Star this repository and the main GlowStatus repo
- π Report bugs or suggest features
- π Share GlowStatus with friends and colleagues
- π‘ Contribute code improvements
- π’ Spread the word on social media
Get the site running locally in minutes:
# π¦ Install dependencies
bundle install
# π Launch development server
bundle exec jekyll serve
# π Visit your local site
open http://localhost:4000# π Auto-rebuild on changes
bundle exec jekyll serve --livereload
# π― Specific port
bundle exec jekyll serve --port 4001
# π Allow external connections
bundle exec jekyll serve --host 0.0.0.0Automated deployment via GitHub Pages:
- β
Auto-deploy on
mainbranch pushes - π GitHub Actions handles the build process
- π Custom domain configured at www.glowstatus.app
- π Build status visible in repository Actions tab
We welcome contributions! Here's how to get involved:
- π΄ Fork the repository
- πΏ Branch your feature (
git checkout -b feature/amazing-feature) - π« Commit your changes (
git commit -m 'Add amazing feature') - π Push to branch (
git push origin feature/amazing-feature) - π Open a Pull Request
- π Design improvements and animations
- π± Mobile responsiveness enhancements
- βΏ Accessibility improvements
- π Internationalization support
- π Documentation updates
- π Bug fixes and optimizations
