In order to embed pictures in a page for this site, you need to do a few things:
For example, if I want to embed an image of a turtlebot on this site, I need to to the following:
Save the turtlebot-pic.png file in the appropriate folder. In this case, I saved it in the how-to-contribute directory because that is the course directory where this tutorial belongs.
Next, I need to find the path to this image file. In this case, it’s design/courses/how-to-contribute/turtlebot-pic.png.
Now, I copy that directory and insert it in the second line of code below:
<p align="center">
<img src="https://tfoote.github.io/design/courses/how-to-contribute/turtlebot-pic.png"/>
</p>
All this will get you this image!
For different alignment condigurations, you can replace “center” with “right” or “left”
Comments loading please wait.
Unfortunately if this is an https site comments will not load. Please change to use http for comments to load. in the future we plan to support https comments too.