Callysto.ca Banner

Open in Callysto

Including Callysto Banners

It is a simple matter to include a picture file as a banner. We have some special files that we use for the Callstyo brand.

The banner will “live” as an image that is loaded into a markdown cell. The syntax to insert an image is straightforward: start with an exclamation point, then include text and file names in square and curved brackets:

![Any text here](yourImage.jpg)

The name of your local image file goes in the curved brackets. The text is the square brackets is loaded only if the computer can’t find the image file.

This is useful for when you are loading in an image from the internet – the link might fail, so you can have some text instead.

The banner at the top of this notebook is displayed like this:

![Callysto.ca Banner](https://github.com/callysto/curriculum-notebooks/blob/master/callysto-notebook-banner-top.jpg?raw=true)

If you double-click on the banner, it will show you the markdown code.

Try examining the banner below, to see where it comes from. It includes a link to our Callysto license, so you may need to double-click to the left of it. The markdown code is:

[![Callysto.ca License](https://github.com/callysto/curriculum-notebooks/blob/master/callysto-notebook-banner-bottom.jpg?raw=true)](https://github.com/callysto/curriculum-notebooks/blob/master/LICENSE.md)

Callysto.ca License