Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. <html>
  2. <head>
  3. <meta charset="utf-8">
  4. <title>Home Page</title>
  5. <link rel="stylesheet" href="fileDrive1.css">
  6. <script src="http://www.extrem-network.com/wp-content/uploads/2014/07/cloudFiles.jpg"></script>
  7.  
  8.  
  9.  
  10. </head>
  11.  
  12.  
  13.  
  14. <body>
  15.  
  16. <div class="wrapper">
  17.  
  18. <div class="page-content">
  19. <div class="hero">
  20.  
  21. <div class="hero-inner">
  22. <img src="cloud.jpg" alt="FileDrive Logo">
  23. <!--<a href="" class="hero-logo"><span>|||</span></a> -->
  24. <div class="hero-copy">
  25. <h1>FileDrive</h1>
  26. <!--<p>A few reasons why this product is worth using, who it's for and why they need it.</p>-->
  27. </div>
  28.  
  29. <nav>
  30. <ul>
  31. <li class="active"><a href="index.php">Home</a></li>
  32. <li><a href="signupForm.php">Sign up</a></li>
  33. <li><a href="login.php">Login</a></li>
  34. <li><a href="contact.php">Contact</a></li>
  35. </ul>
  36. </nav>
  37.  
  38. </div>
  39. </div>
  40. <!--end hero-->
  41.  
  42. <div class="intro-text">
  43. <h2>Contact Us!</h2>
  44. <h4>FileDrive - Save, Store, Share</h4>
  45. <p>Middlesex University - London</p>
  46. <p>CMT-3313</P>
  47. <p>Soumya Saxena - M00430853</p>
  48. <p>Email - ss2722@live.mdx.ac.uk</p>
  49. </div>
  50.  
  51.  
  52. </div>
  53. </div>
  54.  
  55.  
  56. <footer>
  57. <h4>Soumya Saxena M00430853</h2>
  58. </footer>
  59.  
  60. </body>
  61. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement