-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpages_data.py
7 lines (7 loc) · 1.94 KB
/
pages_data.py
1
2
3
4
5
6
7
TIGERS = [
{"slug":"index","the_title":"Tigers: An Introduction","image_alt":"Photo: Bengal Tiger","image_file":"tiger.jpg","image_credit":"Photo by John and Karen Hollingsworth, retouched by Zwoenitzer (Fish & Wildlife Service, ID WO0409-33F) [Public domain] via <a href='https://commons.wikimedia.org/wiki/File%3APanthera_tigris_tigris.jpg' target='_blank'>Wikimedia Commons</a>"},
{"slug":"myth","the_title":"Tigers in Myth and Legend","image_alt":"Painting: Goddess Durga on a tiger's back","image_file":"durga.jpg","image_credit":"Early 18th century picture of the Guler School [Public domain] via <a href='https://commons.wikimedia.org/wiki/File%3ADurga_Mahisasuramardini.JPG' target='_blank'>Wikimedia Commons</a>"},
{"slug":"symbol","the_title":"The Tiger as a Symbol","image_alt":"Photo: Flag of Naam Tamilar","image_file":"naam_tamilar_flag.jpg","image_credit":"Flag of the <a href='http://www.naamtamilar.org/' target='_blank'>Naam Tamilar</a> political party, India (2010)"},
{"slug":"evolution","the_title":"Evolution of Tigers","image_alt":"Photo: Skull of Saber–Toothed Cat","image_file":"smilodon_head.jpg","image_credit":"Although commonly known as the saber-toothed tiger, it was not closely related to the tiger or other modern cats. Skull of a saber-toothed cat on display at the American Museum of Natural History, New York, by Wallace63. License: <a href='http://creativecommons.org/licenses/by-sa/3.0'>CC BY-SA 3.0</a> via <a href='https://commons.wikimedia.org/wiki/File%3ASmilodon_head.jpg' target='_blank'>Wikimedia Commons</a>."},
{"slug":"description","the_title":"Tiger Species Description","image_alt":"Photo: Siberian Tiger","image_file":"siberian_tiger.jpg","image_credit":"Siberian tiger, Aalborg Zoo, Denmark, by Malene Thyssen. License: <a href='http://creativecommons.org/licenses/by-sa/3.0/'>CC-BY-SA-3.0</a> via <a href='https://commons.wikimedia.org/wiki/File%3ASiberian_Tiger_by_Malene_Th.jpg' target='_blank'>Wikimedia Commons</a>."}
]