Skip to content

Latest commit

 

History

History
80 lines (52 loc) · 2.84 KB

File metadata and controls

80 lines (52 loc) · 2.84 KB
title Monty the Python - Mascot Test
description Test page showing all mascot images and admonition styles for Monty the Python, our pedagogical agent.

Monty the Python — Mascot Test

This page shows all mascot images and admonition styles for reference. Check that all images have a transparent background and no excessive padding. The dashed blue border around each image makes the padding visible.

<style> img { border: 1px dashed blue; } </style>

Admonition Tests

!!! mascot-neutral "A Note from Monty" Monty neutral pose{ class="mascot-admonition-img" } Here is a friendly note from Monty. This is the neutral style, used for general sidebars or introductions.

!!! mascot-welcome "Monty Welcomes You!" Monty waving welcome{ class="mascot-admonition-img" } Welcome, coder! I'm Monty the Python, and I'm here to help you learn to program. This is the welcome style, used at the start of each lesson.

!!! mascot-thinking "Monty's Key Insight" Monty thinking{ class="mascot-admonition-img" } Let's think this through together! This is the thinking style, used to highlight key concepts and important ideas.

!!! mascot-tip "Monty's Tip" Monty sharing a tip{ class="mascot-admonition-img" } Here is a helpful suggestion from Monty. This is the tip style, used for hints and shortcuts.

!!! mascot-warning "Watch Out!" Monty warning you{ class="mascot-admonition-img" } Watch out for this one — it's a common mistake! This is the warning style, used to flag pitfalls.

!!! mascot-encourage "You've Got This!" Monty encouraging you{ class="mascot-admonition-img" } You can do it! I believe in you! This is the encouraging style, used when the content gets challenging.

!!! mascot-celebration "Excellent Work!" Monty celebrating{ class="mascot-admonition-img" } Congratulations — you made it! This is the celebration style, used at the end of lessons.

Image Padding Tests

Verify there is no excessive padding around the images. If there is, run scripts/trim-padding-from-image.py docs/img/mascot/FILENAME.png.

  • Welcome

    { width="150px" }

  • Thinking

    { width="150px" }

  • Tip

    { width="150px" }

  • Warning

    { width="150px" }

  • Encouraging

    { width="150px" }

  • Celebration

    { width="150px" }

  • Neutral

    { width="150px" }