A test GitHub Pages site for development and testing purposes.
This is a basic static website hosted on GitHub Pages. It serves as a foundation for testing and development.
- Responsive Design: Works on desktop and mobile devices
- Modern CSS: Uses CSS Grid, Flexbox, and modern styling techniques
- Interactive Elements: JavaScript functionality for user interaction
- GitHub Pages Ready: Optimized for GitHub Pages hosting
index.html- Main homepagestyles.css- CSS styling and responsive designscript.js- JavaScript functionality and interactionsREADME.md- This documentation
To view the site locally, you can:
- Clone this repository
- Open
index.htmlin your web browser - Or serve it with a local server:
# Using Python python -m http.server 8000 # Using Node.js npx http-server
This site is automatically deployed to GitHub Pages at: https://buengx.github.io
The site includes:
- Interactive test button
- Responsive design testing
- Console logging for debugging
- Smooth scroll navigation
- Fade-in animations
Click the "Click me for a test!" button on the homepage to test JavaScript functionality.