Quotes help make search much faster. Example: "Practice Makes Perfect"

Thursday, December 13, 2012

Codecademy Sample Solution: Codeyear A Little Help From Our Friends



<html>
<head>
    <link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" />
</head>
<body>

<div class="header">
    <h1>Zarz K. Borkelsnort</h1>
    <h2>"I love designing websites!"</h2>
   
    <dl>
        <dt>Email</dt>
        <dd>z@mars.com</dt>
       
        <dt>Phone</dt>
        <dd>+999 888-MARS</dd>
       
        <dt>Website</dt>
        <dd>zarz.com</dd>
    </dl>
</div>

<div class="experiences">
    <h3>Experience <small>Jobs &amp; Activities</small></h3>
   
    <h4>Mars Unlimited, Inc.</h4>
    <h5>Web Developer</h5>
    <h6>June 2067 - <em>Sept 2069</em></h6>
   
    <ul>
      <li>Worked on really awesome stuff</li>
      <li>Totally blew away my mom</li>
      <li>Helped myself to cookies and ice cream every day</li>
    </ul>
   
    <h4>McDonald's</h4>
    <h5>Food &amp; Service Professional</h5>
    <h6>August 2065 - May 2067</h6>
   
    <ul>
      <li>Served over 2 million AlienMacs</li>
      <li>Helped save a small child from a Gorlax</li>
      <li>Saved the company over $200MM in insurance fees</li>
    </ul>
   
    <h4>United Galaxy Alliance News</h4>
    <h5>Intern</h5>
    <h6>April 2065 - August 2065</h6>
   
    <ul>
      <li>Created a brand spankin' new website visited my billions</li>
      <li>Helped deliver over 200,000 digital newspapers to Mars residents</li>
      <li>Developed technology to project ads into people's pupils from long distances</li>
    </ul>
</div>

<div class="details">
    <div class="skills">
        <h3>Skills</h3>
       
        <h6>Technology</h6>
       
        <ul>
            <li>Quantum Accelerators</li>
            <li>Lazer Phazers</li>
            <li>Parachuting</li>
            <li>Photon Cannons</li>
        </ul>
       
        <h6>Life</h6>
       
        <ul>
            <li>Good with kids</li>
            <li>Good with monsters</li>
            <li>High IQ</li>
            <li>Unnaturally extensive knowledge on small animals</li>
        </ul>
    </div>
   
    <div class="education">
   
        <h3>Education</h3>
       
        <dl>
            <dt>School</dt>
            <dd>Dogwarts School of Science &amp; Technology</dd>
           
            <dt>Major</dt>
            <dd>Technophasetronics</dd>
           
            <dt>Minor</dt>
            <dd>Cooking</dd>
           
            <dt>GPA</dt>
            <dd>4.5</dd>
        </dl>
    </div>
</div>

</body>
</html>

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts