Week 01: Webpage Design¶
1. HTML Codes¶
Photos: (no spaces) ! [description] (link)
Links: (no spaces) [displayed description] (link)
Videos: (without a space after the "<") < video controls width="100%" > < source src="mp4" type="video/mp4"> </ video>













Markdown Cheatsheet¶
This cheatsheet was given to our class by Dr. Taylor.¶





Find out how to change website settings with MKDocs Materials here: MkDocs Material Setup
Problems¶
- Why can I type the same code and get different results? In this image you will see my code for inserting the 10 min Blender Cat. I changed the alt name of the top code right before taking the screen shot, but it showed the image when they were both named the same.

I had the little image symbol show up before when I was linking a document that was not an acceptable image. A pdf or heic.
- My site was broken because I had been writing raw HTML files, but the GitLab CI pipeline expects an MkDocs-based site. The pipeline kept failing because it couldn't build my HTML files with
mkdocs build.