Official website for the Toy Time King YouTube channel - Competitive Pokemon content since 2017.
This website serves as the online home for Toy Time King, a YouTube channel dedicated to competitive Pokemon battles, strategies, and tournament coverage. The site provides information about the channel and links to the latest content.
- Clean, modern homepage with green and black color scheme
- Three-section layout: Hero, Featured Videos, and About
- Horizontal scrolling video carousel with navigation buttons
- Responsive design that works on desktop, tablet, and mobile devices
- Direct links to the YouTube channel
- Information about competitive Pokemon content
- HTML5
- CSS3 (with CSS Grid and Flexbox)
- Vanilla JavaScript (for video carousel functionality)
To view the website locally:
- Clone or download this repository
- Open
index.htmlin your web browser - No build process or server required!
If you want to test with a local server:
# Create a virtual environment (optional but recommended)
python -m venv venv
# Activate the virtual environment
# On Linux/Mac:
source venv/bin/activate
# On Windows:
# venv\Scripts\activate
# Start a simple HTTP server
python -m http.server 8000
# Visit http://localhost:8000 in your browserThe website uses a green and black color palette matching the channel banner:
- Primary Green:
#00ff00(Bright Green) - Secondary Green:
#00cc00(Medium Green) - Accent Green:
#33ff33(Light Green) - Dark Background:
#000000(Pure Black) - Light Background:
#0a0a0a(Near Black) - Card Background:
#1a1a1a(Dark Gray)
To update the latest video in the hero section:
- Open
index.html - Find the line with
src="https://www.youtube.com/embed/ax0IJRbhR6M" - Replace
ax0IJRbhR6Mwith your new video ID - The video ID is the part after
watch?v=in your YouTube URL- Example:
https://www.youtube.com/watch?v=NEW_VIDEO_ID
- Example:
- Save the file and refresh your browser
To customize the colors to match your channel banner:
- Open
styles.css - Modify the CSS variables in the
:rootsection at the top of the file - Save and refresh your browser
- YouTube Channel: Toy Time King
© 2026 Toy Time King. All rights reserved.