avasconcelos114 / tech-lectures

A collections of slides to be used in tech lectures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tech workshops

A collection of lecture slides built over reveal.js that cover a variety of tech-related topics.

Lectures

How to run a lecture

Note: Just use the absolute path of a lectures index.html file on your browser to view locally

  1. Build a docker image from project
docker build -t tech-lectures .
  1. Run container from image
docker run -d -p 80:80 --name tech-lectures tech-lectures

Contributing

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

About

A collections of slides to be used in tech lectures

License:MIT License


Languages

Language:JavaScript 43.2%Language:CSS 40.8%Language:HTML 16.0%Language:Dockerfile 0.0%