A modern, sleek one-page gaming platform website focused on user experience and social media engagement.
- Streamlined One-Page Design - All content flows naturally in a single scrolling experience
- Cleaner Visual Hierarchy - Removed excessive slang for a more professional, yet fun aesthetic
- Improved Navigation - Sticky navbar with smooth scrolling to sections
- Better Mobile Experience - Fully responsive with animated hamburger menu
- Reduced Cognitive Load - Consolidated sections for easier scanning
- Prominent Social Cards - Twitter, Facebook, and Email as primary CTAs in the Connect section
- Hero Social Links - Quick access to socials right in the hero section
- Footer Social Bar - All platforms (Twitter, Facebook, Email, Discord, Twitch, YouTube, Instagram)
- Click Tracking Ready - Console logging for social link clicks (easy to integrate with analytics)
- Konami Code - Press
โโโโโโโโBAfor the legendary surprise!- Rainbow animated overlay
- Floating emojis celebration
- Achievement badges
- Sparkle cursor effect
- Console easter egg message
- Hint Card - Subtle hint in the Connect section for the Konami code
- Open
index.htmlin your browser - Or serve it locally with any static server:
npx serve .
blank-your-game/
โโโ index.html # Main HTML file
โโโ styles.css # All styles (CSS variables, responsive design)
โโโ script.js # Interactivity & Easter eggs
โโโ README.md # This file
- Primary Pink:
#ff6b6b - Primary Teal:
#4ecdc4 - Primary Purple:
#7b68ee - Dark Background:
#0a0a0a - Twitter Blue:
#1da1f2 - Facebook Blue:
#4267b2
- Headers: Orbitron (Google Fonts)
- Body: Space Grotesk (Google Fonts)
Update these URLs in the HTML to point to your actual profiles:
- Twitter:
https://twitter.com/blankyourgame - Facebook:
https://facebook.com/blankyourgame - Email:
hello@blankyourgame.com - Discord:
https://discord.gg/blankyourgame - Twitch:
https://twitch.tv/blankyourgame - YouTube:
https://youtube.com/@blankyourgame - Instagram:
https://instagram.com/blankyourgame
- โ Chrome/Edge (Chromium)
- โ Firefox
- โ Safari
- โ Mobile browsers
- Semantic HTML structure
- Focus-visible states for keyboard navigation
- Aria labels on social links
- Reduced motion support via
prefers-reduced-motion - High contrast text
- No external JavaScript frameworks
- Throttled scroll events
- Intersection Observer for lazy animations
- CSS-only parallax effects
- Minimal dependencies (only Font Awesome & Google Fonts)
MIT License - Use it, modify it, make it your own!
Made with ๐ by the Blank Your Game team