Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.88 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.   <head>
  4.     <meta charset="UTF-8">
  5.     <title>ZE Design</title>
  6.     <!-- The style.css file allows you to change the look of your web pages.
  7.          If you include the next line in all your web pages, they will all share the same look.
  8.          This makes it easier to make new pages for your site. -->
  9.     <link href="/lightbox.css" rel="stylesheet">
  10.     <link href="/foundation.css" rel="stylesheet">
  11.     <link href="/style.css" rel="stylesheet" type="text/css" media="all">
  12.   </head>
  13.   <body>
  14.   <h1>
  15.   Zachary Ehrenreich
  16.   </h1>
  17.   <h2>
  18.   Design & Photography
  19.   </h2>
  20.   <h3>
  21.   Buffalo, NY
  22.   </h3>
  23.   <br>
  24.   <br>
  25.   <div class="body">
  26.   <a href="design/design1.jpg" data-lightbox="design" data-title="Fictional coffee shop logo design">Design</a><br><br><br><br>
  27.   <a href="design/design2.jpg" data-lightbox="design" data-title="Calendar design for Save The Eagles Day in January.  Didn't turn out quite how I wanted it to, but I liked the concept."></a>
  28.   <a href="design/design3.jpg" data-lightbox="design" data-title="Vaguely vaporwave composition"></a>
  29.   <a href="design/design4.jpg" data-lightbox="design" data-title="Reproduction of a Matisse cutout done almost exclusively with Illustrator's pen tool"></a>
  30.   <a href="design/design5.jpg" data-lightbox="design" data-title="Fictional package design, 2 up, with self made die line"></a>
  31.   <a href="design/design6.jpg" data-lightbox="design" data-title="Remade movie poster.  This was a group effort; I handled the bottom background, bloodsplatter, credits, and title."></a>
  32.   <a href="design/design7.jpg" data-lightbox="design" data-title="Fictional gift box design."></a>
  33.   <a href="design/design8.jpg" data-lightbox="design" data-title="Playing with typography"></a>
  34.   <a href="design/design9.jpg" data-lightbox="design" data-title="Photomontage made with my photography"></a>
  35.   <br>
  36.   <a href="photography/photo1.jpg" data-lightbox"photography" data-title="">Photography</a><br><br><br><br>
  37.   <a href="photography/photo2.jpg" data-lightbox"photography" data-title=""></a>
  38.   <a href="photography/photo2.jpg" data-lightbox"photography" data-title=""></a>
  39.   <a href="photography/photo2.jpg" data-lightbox"photography" data-title=""></a>
  40.   <a href="photography/photo2.jpg" data-lightbox"photography" data-title=""></a>
  41.   <a href="photography/photo2.jpg" data-lightbox"photography" data-title=""></a>
  42.   <a href="photography/photo2.jpg" data-lightbox"photography" data-title=""></a>
  43.   <a href="photography/photo2.jpg" data-lightbox"photography" data-title=""></a>
  44.   <a href="photography/photo2.jpg" data-lightbox"photography" data-title=""></a>
  45. </div>
  46.  
  47. <div class="form">
  48.  
  49.   <div class="row">
  50.     <div class="large-3 columns">
  51.       &nbsp;
  52.     </div>
  53.     <div class="large-6 columns">
  54.       <form method="POST" action="http://formspree.io/sharkey@gmail.com">
  55.       <div class="row">
  56.         <div class="small-12 large-4 columns">
  57.         <input type="email" name="email" placeholder="Your email">
  58.         </div>
  59.         <div class="small-12 large-4 columns">
  60.           <textarea name="message" placeholder="Your message"></textarea>
  61.         </div>
  62.         <div class="small-12 large-4 columns">
  63.           <button type="submit">Send</button>
  64.         </div>
  65.       </div>
  66.       </form>
  67.     </div>
  68.     <div class="large-3 columns">
  69.       &nbsp;
  70.     </div>
  71.   </div>
  72.  
  73.   <div class="row">
  74.     <div class="large-3 columns">
  75.       &nbsp;
  76.     </div>
  77.     <div class="large-6 columns">
  78.       <br><br>
  79.       <a href="http://zacharye716.tumblr.com"><img src="icons/tumblr.jpg"></a>
  80.       <a href="https://www.instagram.com/zacharye716/"><img src="icons/instagram.jpg"></a>
  81.       <a href="https://www.facebook.com/zoae716"><img src="icons/facebook.jpg"></a>
  82.     </div>
  83.     <div class="large-3 columns">
  84.       &nbsp;
  85.     </div>
  86.   </div>
  87.  
  88. </div>
  89.   </div>
  90.   <script src="/lightbox-plus-jquery.js"></script>
  91.   </body>
  92. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement