Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <link rel="stylesheet" type="text/css" href="css/normalize.css">
- <link rel="stylesheet" type="text/css" href="css/main.css">
- <link rel="stylesheet" type="text/css" href="css/responsive.css">
- <title>Rick Thomas | Designer</title>
- </head>
- <body>
- <header>
- <a href="index.html" id="logo">
- <h1>Rick Thomas</h1>
- <h2>Designer</h2>
- </a>
- <nav>
- <ul>
- <li><a href="index.html" class="selected">Home</a></li>
- <li><a href="about.html">About</a></li>
- <li><a href="contact.html">Contact</a></li>
- </ul>
- </nav>
- </header>
- <div id="wrapper">
- <section>
- <ul id="gallery">
- <li>
- <a href = "img/numbers-01.jpg">
- <img src="img/numbers-01.jpg" alt="">
- <p>Experimentation with color, and texture.</p>
- </a>
- </li>
- <li>
- <a href = "img/numbers-02.jpg">
- <img src = "img/numbers-02.jpg" alt="">
- <p>Playing with blending modes in Photoshop.</p>
- </a>
- </li>
- <li>
- <a href = "img/numbers-06.jpg">
- <img src = "img/numbers-06.jpg" alt="">
- <p>Trying to create an 80's style of glows.</p>
- </a>
- </li>
- <li>
- <a href = "img/numbers-09.jpg">
- <img src = "img/numbers-09.jpg" alt="">
- <p>Drips created using Photoshop brushes.</p>
- </a>
- </li>
- <li>
- <a href = "img/numbers-12.jpg">
- <img src="img/numbers-12.jpg" alt="">
- <p>Creating shapes using repetition.</p>
- </a>
- </li>
- </ul>
- </section>
- <footer>
- <a href="http://twitter.com/thebeerhuntor">
- <img src = "img/twitter-wrap.png" alt="Twitter Logo" class="social-icon">
- </a>
- <a href="http://www.facebook.com/rick.thomas">
- <img src = "img/facebook-wrap.png" alt="Facebook Logo" class="social-icon">
- </a>
- <p>© 2015 Rick Thomas</p>
- </footer>
- <div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement