<body>
  <header>
    <div class="full-width">
      <div class="half-width">
        <h1>Jubilee Austen</h1>
      </div>

      <div class="half-width">
        <nav>
          <ul>
            <li><a href="#about">About</a></li>
            <li><a href="#work">Work</a></li>
            <li><a href="#contact">Contact</a></li>
          </ul>
        </nav>
      </div>
      <h2><span>Hi,</span> I'm a developer that loves clean & elegant code.</h2>
     </div>
   </header>

   <main>
    <section id="about">
      <div class="full-width">
        <h2>A little bit about me.</h2>
        <div class="half-width">
          <p>I've made my home base in Providence, Rhode Island with my small
           growing family. My journey into tech started with a degree in
           journalism. As I started sharing my writing online, I was
           fascinated with how easily I could get my voice out there. I was
           hooked and wanted to learn how to build my own site to fit my own
           specific needs.</p>
        </div>

        <div class="half-width">
          <p>That curiosity then opened a door that could never be shut. When
             I learned how to build my first website, I realized I found
             something that gave me the freedom and versatility I was looking
             for in my work. Now I've made a full switch to front-end
             development, where I can use my organization skills and eye for
             detail to write clean, elegant code.</p>
         </div>
        </div>
       </section>

       <section id="work">
         <div class="full-width">
           <div class="third-width">
             <img src="https://farm5.staticflickr.com/4478/37834787131_f2a1655f43_o.png" alt="HTML icon" />
             <h3>Hand-Coded HTML</h3>
             <p>My focus is writing clean, well-formatted, semantic HTML5 by
                hand to make sure that the content is easy to read, easy to
                collaborate, trouble-shoot and accessible.</p>
            </div>
           
            <div class="third-width">
              <img src="https://farm5.staticflickr.com/4455/37786408556_c152f6b235_o.png" alt="CSS icon" />
              <h3>Well-Organized CSS</h3>
              <p>I pride myself on writing CSS that is easy to read and build on.
                I focus on keeping my CSS lean and fast to load, and I make it a
                habit to stay up to date on current best practices.</p>
            </div>
           
            <div class="third-width">
              <img src="https://farm5.staticflickr.com/4506/37786411306_b6766ccf14_o.png" alt="Design icon" />
              <h3>Ease Converting Designs into Code</h3>
              <p>You can trust me to take a designer's PSD and quickly &mp;
                accurately convert it into a webpage that is pixel-perfect match.</p>
            </div>
          </div>
        </section>

        <footer id="contact">
          <div class="full-width">
            <div class="half-width">
              <img src="https://farm5.staticflickr.com/4463/37125426744_f81dcce7bd_o.png" alt="contact icon" id="contact-img"/>
            </div>

            <div class="half-width" id="contact-info">
              <h2>Like what you see?</h2>
              <h3 id="email-header">Let's meet for a cup of coffee</h3>
              <a href="mailto:hi@jubileeausten.com"><img src="https://farm5.staticflickr.com/4486/37786412936_c8034d512b_o.png" alt="envelope" id="envelope"/>hi@jubileeausten.com</a>
              <h3 id="socialmedia-header">Or, find me on the interwebs.</h3>
              <ul>
                <a href="#"><img src="https://farm5.staticflickr.com/4476/37834793211_a8948aa48b_o.png" alt="twitter icon" /></a>
                <a href="#"><img src="https://farm5.staticflickr.com/4513/37834791881_ded6c08637_o.png" alt="tumblr icon" /></a>
                <a href="#"><img src="https://farm5.staticflickr.com/4471/37834788361_b546a42fcc_o.png" alt="instagram icon" /></a>
                <a href="#"><img src="https://farm5.staticflickr.com/4481/37834790211_a83d95fe69_o.png" alt="linkedin icon" /></a>
                <a href="#"><img src="https://farm5.staticflickr.com/4474/37786413216_23160726f0_o.png" alt="github icon" /></a>
              </ul>
            </div>
          </div>
       </footer>
    </main>
 </body>
/***** Base Styles *****/
body {
  font-famiily: 'Source Sans Pro', sans-serif;
}

#about, #work, #contact {
  height: 600px;
}

/***** Grid *****/
.full-width {
  width: 1200px;
  margin: 0 auto;
}

.half-width {
  width: 600px;
  float: left;
}

.third-width {
  width: 400px;
  float: left;
}

/***** Header *****/
header {
  height: 800px;
  background: url('https://farm5.staticflickr.com/4581/38070472316_b72d05cebc_o.png');
  background-size: cover;
}

header h1 {
  padding: 50px 0;
  font-family: 'Lora Bold', serif;
  font-size: 30px;
  color: #BBC085;
}

nav {
  float: right;
  padding: 75px 40px;
}

nav ul li {
  display: inline-block;
}

nav ul li a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  color: #828282;
  padding-left: 80px;
}

header h2 {
  width: 1000px;
  clear: both;
  font-family: 'Lora', serif;
  font-size: 72px;
  line-height: 80px;
  color: #9b9b9b;
  padding: 20px 0;
}

header h2 span {
  color: #2b2b2b;
}

/***** About *****/

#about .full-width {
  padding: 80px 0;
}

#about h2 {
  font-family: 'Lora', serif;
  font-size: 36px;
}

#about p {
  font-size: 21px;
  color: #2b2b2b;
  line-height: 40px;
  padding-right: 50px;
  font-family: 'Source Sans Pro', sans-serif;
}

/***** Work *****/
#work {
  background-color: #F9CEB7;
  text-align: center;
}

#work .full-width {
  padding: 115px 0;
}

#work img {
  padding-bottom: 30px;
}

#work h3 {
  font-size: 24px;
  width: 190px;
  margin: 0 auto;
}

#work p {
  font-family: 'Lora', serif;
  font-size: 18px;
  line-height: 30px;
  color: #2B2B2B;
  padding: 0 35px;
}

/***** Contact *****/
#contact {
  background-color: #EBEBEB;
}

#contact .full-width {
  padding: 110px 0;
}

#contact-img {
  border: 12px solid #ffffff;
}

#contact h2, #email-header, #socialmedia-header, #contact ul {
  padding-left: 115px;
}

#envelope {
  padding: 0 10px 0 115px;
}

#contact h2 {
  font-family: 'Lora', serif;
  font-size: 36px;
}

#email-header {
  font-size: 32px;
  font-weight: bold;
  margin: -30px 0 5px 0;
}

#socialmedia-header {
  font-weight: bold;
  font-size: 29px;
  margin: 40px 0 0 0;
}

#contact a {
  text-decoration: none;
  color: #C49075;
  font-weight: bold;
  font-size: 28px;
}

#contact ul {
  list-style: none;
}

#contact ul li {
  display: inline-block;
}

#contact ul img {
  padding-right: 48px;
}

External CSS

  1. https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.css

External JavaScript

This Pen doesn't use any external JavaScript resources.