Advertisement
Guest User

Untitled

a guest
Apr 1st, 2015
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.40 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.   <head>
  4.     <meta charset="utf-8">
  5.     <title>BVCIL - Share-A-Van System</title>
  6.     <link rel="stylesheet" href="css/normalize.css">
  7.     <link href='http://fonts.googleapis.com/css?family=Arvo:400,400italic|Roboto+Condensed:300italic,400italic,400' rel='stylesheet' type='text/css'>
  8.     <link rel="stylesheet" href="css/main.css">
  9.     <link rel="stylesheet" href="css/responsive.css">
  10.     <meta name="viewport" content="width=device-width, inital-scale=1.0">
  11.   </head>
  12.   <body>
  13.     <header>
  14.       <a href="index.html" id="logo">
  15.         <h1>Brazos Valley Center for Independent Living</h1>
  16.         <h2>Share-A-Van System</h2>
  17.       </a>
  18.       <nav>
  19.         <ul>
  20.           <li><a href="index.html" class="selected">Home</a></li>
  21.           <li><a href="about.html">About</a></li>
  22.           <li><a href="contact.html">Contact</a></li>
  23.           <li><a href="login.html">Login</a></li>
  24.         </ul>
  25.       </nav>
  26.     </header>
  27.     <div id="wrapper">
  28.       <section>
  29.       </section>
  30.       <footer>
  31.         <a href="http://twitter.com/angellozano93"><img src="img/twitter-wrap.png" alt="Twitter Logo" class="social-icon"></a>
  32.         <a href="http://facebook.com/angel.lozano67"><img src="img/facebook-wrap.png" alt="Facebook Logo" class="social-icon"></a>
  33.         <p>&copy; 2015 Brazos Valley Center for Independent Living.</p>
  34.       </footer>
  35.     </div>
  36.   </body>  
  37. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement