Skip to content

Instantly share code, notes, and snippets.

@guruglen
Forked from anonymous/index.html
Created June 15, 2017 02:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guruglen/476b3fd5b4fa41a0ecb6571b5bda1717 to your computer and use it in GitHub Desktop.
Save guruglen/476b3fd5b4fa41a0ecb6571b5bda1717 to your computer and use it in GitHub Desktop.
Kathy Short Tribute
<div class="container-fluid">
<h1>Kathy Short</h1>
<p><img class="" src="http://www.coe.arizona.edu/sites/coe/files/people/short.png"alt="Kathy Short"></a>
<h2>The Mother of Inquiry</h2>
<div id="Accomplishments">
<h3>Accomplishments</h3>
<ol>
<li>professor in the program of Language, Reading and Culture at the University of Arizona</li>
<li>director of <a href="#">Worlds of Words</a>, an initiative to build bridges across global cultures through children’s literature</li>
<li>served as President of the U.S. national section of the International Board of Books for Young People</li>
<li>served as President of the National Council of Teachers of English</li>
<li>named the 2011 Outstanding Educator of the Language Arts by the National Council of Teachers of English</li>
<li>serves on various book award committees including the Caldecott Medal</li>
<li></li>
</ol>
</div>
</p>
</div>
<script>$(document).ready(function() {
$("h1").css("background-color","#F9F7F7");
$("p").css("background-color": "DBE2FF");
$("h2").css("background-color":"#F9F7F7","text-color":"#3F72AF")
});</script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" rel="stylesheet" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment