A simple, publicly accessible website that can be viewed from any device without requiring a GitHub account login.
Once GitHub Pages is enabled, this website will be accessible at: https://nickstudrepo.github.io/sample-website/
- π± Fully responsive design (works on mobile, tablet, and desktop)
- π¨ Modern, clean UI with gradient styling
- π Fast loading and performance
- π No login required - accessible to anyone with the URL
- π Free hosting via GitHub Pages
This website uses GitHub Pages for hosting, which means:
- Automatic deployment when changes are pushed to the main branch
- Reliable hosting through GitHub's infrastructure
- No server maintenance required
- Free for public repositories
To enable GitHub Pages for this repository:
- Go to repository Settings
- Navigate to Pages in the left sidebar
- Under Source, select GitHub Actions
- The website will automatically deploy when changes are pushed to the main branch
To test the website locally:
# Clone the repository
git clone https://github.com/NickStudRepo/sample-website.git
cd sample-website
# Start a local server (Python 3)
python3 -m http.server 8080
# Open your browser to http://localhost:8080This project is open source and available for anyone to use and modify.