This is a single-page web application displaying a schedule of technical talks for a one-day event. It features:
- A dynamic schedule with talk timings and transitions.
- A lunch break built into the schedule.
- Speaker and talk category information.
- A search functionality to filter talks by category.
- The application is bundled into a single, serverless HTML file for easy deployment.
- Save the
event_website.htmlfile to your local machine. - Open your terminal or command prompt, navigate to the directory where you saved
event_website.html. - Start a simple Python HTTP server:
- Python 3:
python3 -m http.server - Python 2:
python -m SimpleHTTPServer
- Python 3:
- Open your web browser and go to
http://localhost:8000/event_website.html.
- HTML
- CSS
- JavaScript
- Node.js (for initial development server, not required for the serverless HTML)