add slides, "appear" effect, video, image hover, update notes

This commit is contained in:
Jeremy Likness
2019-11-25 15:20:12 -08:00
parent bff4f64d57
commit a4ae68dfb8
21 changed files with 116 additions and 19 deletions

View File

@@ -4,6 +4,7 @@ RUN mkdir /app
COPY index.html /app
COPY css/ /app/css/
COPY images/ /app/images/
COPY videos/ /app/videos/
COPY js/ /app/js/
COPY slides/ /app/slides/
COPY templates/ /app/templates