<html>
  <head>
    <title>HTML Resume Assignment</title>
    <meta name="author" content="Sebastian the Ibis">
    <meta name="description" content="Resume">
    </head>
  <body>
    <h1>Sebastian the Ibis</h1>
    <figure>
    <img src="https://i.postimg.cc/BnSnkG91/ibis-profile.jpg" alt="Photo about Sebastian" width="150px"></figure>
    <hr>
    <h2 class="titlecolor">About Me</h2>
    <p>Sebastian was created in August 1957 by Norman A. Whitten, Director of the Student Union at UM, and was used as a homecoming competition entry. The next year, student John Stormont performed at Hurricanes football games dressed up in a makeshift ibis costume. The original costume was made from various materials: armolite insulation for the head, white terry cloth for the body to resemble feathers, ROTC spats for the feet, and toes made from burlap. "The whole costume took three weeks to complete and cost about $30", Stormont said in a Miami Herald interview. The current costume dates from 1984.</p>
<p>The ibis was originally named "Icky", but was then renamed after San Sebastian Hall (where Stormont was a resident), which became a university dormitory in 1939. The building, now an apartment building, still stands at the intersection of LeJeune Road and University Drive in Coral Gables.</p>
<p>During the first national championship season for the Miami Hurricanes football team, including their 31-30 victory over #1 Nebraska in the Orange Bowl, the Ibis was portrayed by Bill Mooney, a senior at the university, from Orangeburg, NY. This second generation Ibis costume was designed and made by UM alumnus and former Disney artist Randy Jack (RJ) Ogren. It was also in the National Championship victory parade riding with Coach Schnellenberger.</p>
<p>From 1984 through 1992, Sebastian was portrayed by John Routh, who also portrayed The Miami Maniac at baseball games, and later Billy the Marlin for the Florida Marlins. Routh created what is now Sebastian's signature: the C-A-N-E-S cheer, where Sebastian forms the letters with his body.</p>
<p>Sebastian typically leads the University of Miami football team as it enters the field through the smoke.</p>
    <hr>
    <!--Nice to meet you Sebastian-->
       <h2 class="titlecolor">Education</h2>
      <h3>University of Miami</h3>
    <p><em>PhD. in Being Awesome, 1957</em></p>
    <ul>
      <li class="liststyle">Membership in Iron Arrow Honor Society</li>
      </ul>
    <hr>
    <h2 class="titlecolor">Experience</h2>
    <table>
      <tr>
        <th class="titlecolor">Place</th>
        <th class="titlecolor">Time Period</th>
        </tr>
      <tr>
        <td class="table">Official Mascot, University of Miami</td>
        <td class="table">1980 – Present</td>
       </tr> 
       <tr>
        <td class="table">Joe Ibis, University of Miami</td>
        <td class="table">1960 – 1979</td>
       </tr> 
       <tr>
        <td class="table">Icky, University of Miami</td>
        <td class="table">1950 – 1959</td>
       </tr> 
      </table>
    <hr>
    <h2 class="titlecolor">Honor & Acknowledgments</h2>
    <h4><em>2016 WAWA Mascot Games Champion</em></h4>
    <ul>
      <li class="liststyle">Sebastian the Ibis of the University of Miami is a champion again, helping the Florida Hospital for Children Blue Team win Day One (June 17) of the 23rd Mascot Games at the Amway Center in Orlando.</li>
      </ul>
    <hr>
    <h2 class="titlecolor">Hobbies</h2>
    <ul>
      <li>Dancing</li>
      <li>Watching Sports</li>
      <li>Photography</li>
      </ul>
    <hr>
    <h2 class="titlecolor">Contact Information</h2>
    <p class="lastpart">Phone:(305) 284-2211<br>Address:5615 Pavia Street  Lakefront Coral Gables, Florida 33146<br>
      Email:<a href="sebastiantheibis@miami.edu" target="_blank">Sebastiantheibis@miami.edu</a><br>
      More information:<a href="https://en.wikipedia.org/wiki/Sebastian_the_Ibis">Click here</a>
    </p>
    </body>
  </html>
@import url('https://fonts.googleapis.com/css2?family=Newsreader&display=swap');
body{
  margin:0 auto;
  max-width:800px;
  font-family:Newsreader;
  line-height:1.5;
}
h1{
  text-align:center;
  color:DarkOrange;
}
figure{
  text-align:center;
}
.titlecolor{
  color:Orange;
}
a{
  text-decoration:none;
  color:green;
}
a:hover{
  background-color:HoneyDew;
  color:MediumSeaGreen;
}
.table{
  text-align:center;
}
h3{
  color:Coral;
}
h4{
  color:DarkKhaki;
}
.lastpart{
  font-weight:700;
  font-size:18px;
}
.liststyle{
  list-style:circle;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.