A static website showcasing example ESS data for testing and demonstrating landing page functionality on a web server. This project is designed to help users understand how ESS data can be presented on a simple, responsive landing page.
- Displays example ESS data in an intuitive layout.
- Fully static website for easy deployment on any web server.
- Responsive design to support desktop and mobile devices.
- A web server (e.g., Apache, Nginx, or any static file server).
- Basic knowledge of HTML, CSS, and JavaScript (optional for customization).
-
Clone the repository:
git clone https://github.com/your-username/ess-landing-page-demo.git
cd ess-landing-page-demo -
Deploy the static files to your web server:
Copy the contents of thepublic/
directory to your server's web root.
- Open the
index.html
file in thepublic/
directory using your browser.
-
Use any static server to serve the website locally:
Example with Python's HTTP server:
python -m http.server -
Access the website in your browser at
http://localhost:8000
.
public/
: Contains the static website files.index.html
: Main landing page.css/
: Stylesheets for the website.js/
: JavaScript files for interactivity.assets/
: Images and other media files.
README.md
: Documentation for the repository.
-
Fork the repository.
-
Create a new branch:
git checkout -b feature/your-feature -
Commit your changes:
git commit -m "Add your feature" -
Push the branch:
git push origin feature/your-feature -
Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
Easily showcase and test ESS data with this landing page demo! πβ¨