A collection of lecture slides built over reveal.js that cover a variety of tech-related topics.
Note: Just use the absolute path of a lectures index.html
file on your browser to view locally
- Build a docker image from project
docker build -t tech-lectures .
- Run container from image
docker run -d -p 80:80 --name tech-lectures tech-lectures
In order to contribute to a lecture, edit the index.html
file in the lecture you desire to contribute to.
Note: To change lecture contents, you only need to change the section
tags inside of the slides
class div