Eaglets
by clayshannon
HTML
<h2>Eagles and Extended Eagles Wikipedia Page Links</h2>
<p><a href="http://en.wikipedia.org/wiki/Glenn_Frey" target="_blank">Glenn Frey</a></p>
<p><a href="http://en.wikipedia.org/wiki/Don_Henley" target="_blank">Don Henley</a></p>
<p><a href="http://en.wikipedia.org/wiki/Bernie_Leadon" target="_blank">Bernie Leadon</a></p>
<p><a href="http://en.wikipedia.org/wiki/Randy_Meisner" target="_blank">Randy Meisner</a></p>
<p><a href="http://en.wikipedia.org/wiki/Joe_Walsh" target="_blank">Joe Walsh</a></p>
<p><a href="http://en.wikipedia.org/wiki/Timothy_B._Schmit" target="_blank">Timothy B. Schmit</a></p>
<p><a href="http://en.wikipedia.org/wiki/Don_Felder" target="_blank">Don Felder</a></p>
<p><a href="http://en.wikipedia.org/wiki/Jackson_Browne" target="_blank">Jackson Browne (The Fifth Eagle)</a></p>
<p><a href="http://en.wikipedia.org/wiki/J._D._Souther" target="_blank">J.D. Souther</a></p>
<p><a href="http://en.wikipedia.org/wiki/Rupert_Pupkin" target="_blank">Rupert Pupkin</a></p>
<h3>Eagles Birthdates and -Places (Chronological)</h3>
<ul>
<li>Randy Meisner = > 3/8/1946; Scottsbluff, NE</li>
<li>Bernie Leadon = > 7/19/1947; in Minneapolis, MN</li>
<li>Don Henley = > 7/22/1947; Gilmer, TX</li>
<li>Don Felder => 9/21/1947; Gainesville, FL</li>
<li>Timothy B. Schmit = > 10/30/1947; Oakland, CA</li>
<li>Joe Walsh = > 11/20/1947; Wichita, KS</li>
<li>Glenn Frey = > 11/6/1948; Detroit, MI </li>
</ul>
<p>See <a href="http://www.codeproject.com/Tips/805345/A-Very-High-Level-Outline-for-a-Way-Cool-Utility" target="_blank">this article</a> for a map showing where the Eagles were born</p>
<h3>Eagles' Friends/Frequent Collaborators</h3>
<ul>
<li>J.D. Souther = > 10/2/1945; Detroit, MI</li>
<li>Jackson Browne = > 10/9/1948; Heidelberg, Germany</li>
</ul>
<h3>Factoids</h3>
<ul>
<li>All of the Eagles were born in different States</li>
<li>5 of the 7 Eagles were born in 1947 within four months of each other (of the other two, one was born in 1946, and...
CSS
body {
background-color: skyblue;
font-family: 'Segoe UI', Consolas, serif;
}
h1 {
color: white;
font-family: 'Bookman Old School', Candara, Calibri, sans-serif;
}
h2 {
color: white;
font-family: 'Georgia', sans-serif;
}