Advertisement
Guest User

Untitled

a guest
Aug 18th, 2015
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.46 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <meta charset="utf-8">
  5.         <link rel="stylesheet" type="text/css" href="css/normalize.css">
  6.         <link rel="stylesheet" type="text/css" href="css/main.css">
  7.         <link rel="stylesheet" type="text/css" href="css/responsive.css">
  8.         <title>Rick Thomas | Designer</title>
  9.     </head>
  10.     <body>
  11.         <header>
  12.             <a href="index.html" id="logo">
  13.                 <h1>Rick Thomas</h1>
  14.                 <h2>Designer</h2>
  15.             </a>
  16.             <nav>
  17.                 <ul>
  18.                     <li><a href="index.html" class="selected">Home</a></li>
  19.                     <li><a href="about.html">About</a></li>
  20.                     <li><a href="contact.html">Contact</a></li>
  21.                 </ul>
  22.             </nav> 
  23.         </header>
  24.         <div id="wrapper">
  25.             <section>
  26.                 <ul id="gallery">
  27.                     <li>
  28.                         <a href = "img/numbers-01.jpg">
  29.                             <img src="img/numbers-01.jpg" alt="">
  30.                             <p>Experimentation with color, and texture.</p>
  31.                         </a>
  32.                     </li>
  33.                     <li>
  34.                         <a href = "img/numbers-02.jpg">
  35.                             <img src = "img/numbers-02.jpg" alt="">
  36.                             <p>Playing with blending modes in Photoshop.</p>
  37.                         </a>
  38.                     </li>
  39.                     <li>
  40.                         <a href = "img/numbers-06.jpg">
  41.                             <img src = "img/numbers-06.jpg" alt="">
  42.                             <p>Trying to create an 80's style of glows.</p>
  43.                         </a>
  44.                     </li>
  45.                     <li>
  46.                         <a href = "img/numbers-09.jpg">
  47.                             <img src = "img/numbers-09.jpg" alt="">
  48.                             <p>Drips created using Photoshop brushes.</p>
  49.                         </a>
  50.                     </li>
  51.                     <li>
  52.                         <a href = "img/numbers-12.jpg">
  53.                             <img src="img/numbers-12.jpg" alt="">
  54.                             <p>Creating shapes using repetition.</p>
  55.                         </a>
  56.                     </li>
  57.                 </ul>
  58.             </section>
  59.             <footer>
  60.                 <a href="http://twitter.com/thebeerhuntor">
  61.                     <img src = "img/twitter-wrap.png" alt="Twitter Logo" class="social-icon">
  62.                 </a>
  63.                 <a href="http://www.facebook.com/rick.thomas">
  64.                     <img src = "img/facebook-wrap.png" alt="Facebook Logo" class="social-icon">
  65.                 </a>
  66.                 <p>&copy; 2015 Rick Thomas</p>
  67.             </footer>
  68.  
  69.         <div>
  70.     </body>
  71. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement