These are my course materials for teaching the Mobile App Development course at The University of Colorado's ATLAS Institute.
The html
folder in this repo is hosted as a website here on
GitHub Pages. You can see the syllabus, slides, and other materials there.
The slides
folder contains markdown that produces all of the presentations
using Marp.
The rendered slides in the html
folder can be downloaded and opened
up in a browser window from your own computer.
A Ruby Rakefile is used to organize the shell commands needed for various tasks.
A symbolic link is created with ln -s images slides/images
,
which enables me to see images when I run the marp server, but still
store the images in the html
folder so that they can be served when opening an
HTML file locally.
The syllabus
folder contains files related to the syllabus, which is
here.
pandoc is used to generate an html file of the syllabus, as well as a PDF version, which isn't very polished and is probably not necessary. I might delete that later.
I had to install pdflatex
with brew install mactex
and then
manually add
the path to my environment to generate the PDF.
I'm using this latex template for the design.