Advertisement
Guest User

Index.html

a guest
Apr 17th, 2015
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.41 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.   <head>
  4.     <link rel="stylesheet" href="css/normalize.css">
  5.     <link href='http://fonts.googleapis.com/css?family=Changa+One|Open+Sans:400italic,700italic,400,700,800' rel='stylesheet' type='text/css'>
  6.     <link rel="stylesheet" href="css/main.css">
  7.     <link rel="stylesheet" href="css/resonsive.css">
  8.     <meta charset="utf-8">
  9.     <title>Alka Rathi | Artist</title>
  10.   </head>
  11.   <body>
  12.     <header>
  13.       <a href="index.html" id="logo">
  14.         <h1>Alka Rathi</h1>
  15.         <h2>Artist</h2>
  16.       </a>
  17.       <nav>
  18.         <ul>
  19.           <li><a href="index.html" class="selected">Portfolio</a></li>
  20.           <li><a href="about.html">About</a></li>
  21.           <li><a href="contact.html">Contact</a></li>
  22.         </ul>
  23.       </nav>
  24.     </header>
  25.     <div id="wrapper">
  26.       <section>
  27.         <ul id="gallery">
  28.           <li>
  29.             <a href="img/img_1493.jpg">
  30.               <img src="img/img_1493.jpg" alt="">
  31.               <p>Sunset Goa.</p></a>
  32.           </li>
  33.           <li>
  34.             <a href="img/img_1474.jpg">
  35.               <img src="img/img_1474.jpg" alt="">
  36.               <p>At the Beach.</p></a>
  37.           </li><li>
  38.             <a href="img/img_1482.jpg">
  39.               <img src="img/img_1482.jpg" alt="">
  40.               <p>Consolium Village, Goa.</p></a>
  41.           </li><li>
  42.             <a href="img/img_1498.jpg">
  43.               <img src="img/img_1498.jpg" alt="">
  44.               <p>Home with the family.</p></a>
  45.           </li>
  46.           <li>
  47.             <a href="img/img_1509.jpg">
  48.               <img src="img/img_1509.jpg" alt="">
  49.               <p>Goa Base Camp, YHAI.</p></a>
  50.           </li>
  51.           <li>
  52.             <a href="img/img_1512.jpg">
  53.               <img src="img/img_1512.jpg" alt="">
  54.               <p> Sunset at Jorthang.</p></a>
  55.           </li> <li>
  56.             <a href="img/img_1526.jpg">
  57.               <img src="img/img_1526.jpg" alt="">
  58.               <p>Sunrise at Baga Beach.</p></a>
  59.           </li> <li>
  60.             <a href="img/rsz_img_1531.jpg">
  61.               <img src="img/rsz_img_1531.jpg" alt="">
  62.               <p>Benaulium Beach, Goa.</p></a>
  63.           </li>
  64.         </ul>
  65.       </section>
  66.       <footer>
  67.         <a href="https://www.facebook.com/alka.rathi.104"><img src="img/facebook-wrap.png" alt="Facebook Logo"class="social-icon"></a>
  68.         <p>&copy; 2015 Alka Rathi</p>
  69.       </footer>
  70.    </div>
  71.     </body>
  72. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement