Advertisement
kennyman123

Untitled

Jun 2nd, 2016
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html lang="en">
  4. <head>
  5. <title>IT Course SUPPLIES</title>
  6. <meta charset="utf-8">
  7. <link rel="shortcut icon" href="iicon.jpg">
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. <link rel="stylesheet" href="bootstrap2.js">
  10. <script src="bootstrap1.js"></script>
  11. <script src="bootstrap.js"></script>
  12. <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
  13. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
  14.  
  15. </head>
  16. <body>
  17.  
  18. <nav class="navbar navbar-inverse navbar-fixed-top">
  19. <div class="container-fluid">
  20. <div class="navbar-header">
  21. <a class="navbar-brand" ><font color="#FF0066">IT COURSE SUPPLIES</font></a>
  22. </div>
  23. <div>
  24. <ul class="nav navbar-nav">
  25. <li class="active"><a href="index.html">Home</a></li>
  26. <li class="dropdown">
  27. <a class="dropdown-toggle" data-toggle="dropdown" href="#">First Year <span class="caret"></span></a>
  28. <ul class="dropdown-menu">
  29. <li><a href="1.html"> Analytic Geometry: with more Applications and Special Topics</a></li>
  30. <li><a href="2.html">Differential Equations: A Simplified Approach</a></li>
  31. <li><a href="3.html">Basic Calculus</a></li>
  32. <li><a href="a.html">Simplified Approach to Integral Calculus</a></li>
  33. </ul>
  34. </li>
  35. <li class="dropdown">
  36. <a class="dropdown-toggle" data-toggle="dropdown" href="#">2nd Year <span class="caret"></span></a>
  37. <ul class="dropdown-menu">
  38. <li><a href="4.html">Crimping Tool</a></li>
  39. <li><a href="5.html">RJ45 + RJ11 Cable Tester</a></li>
  40. <li><a href="6.html">RJ45 Toolless Jacks</a></li>
  41.  
  42. <li><a href="8.html">Discrete Mathematics 1</a></li>
  43. <li><a href="9.html">General Statistics for College Students: Text/Workbook</a></li>
  44. <li><a href="10.html">CISCO CERTIFIED CCNA Routing and Switching Laboratory Manual</a></li>
  45. <li><a href="11.html">CAT5E Network Cable</a></li>
  46. <li><a href="12.html">RJ45 heads</a></li>
  47. </ul>
  48. </li>
  49. <li class="dropdown">
  50. <a class="dropdown-toggle" data-toggle="dropdown" href="#">3rd Year <span class="caret"></span></a>
  51. <ul class="dropdown-menu">
  52. <li><a href="13.html">Rizal Prose</a></li>
  53. <li><a href="14.html">Rizal's Poems</a></li>
  54.  
  55.  
  56. </ul>
  57. </li>
  58. </ul>
  59. <ul class="nav navbar-nav navbar-right">
  60.  
  61. </ul>
  62. </div>
  63. </div>
  64. </nav>
  65. <br>
  66. <BR>
  67. <BR>
  68.  
  69.  
  70. <body>
  71.  
  72. <style>
  73.  
  74. body {
  75. background-image: url('12.jpg');
  76. background-repeat: no-repeat;
  77. background-attachment: fixed;
  78. background-position: 200px 50px;
  79. }
  80. </style>
  81. <style>
  82. div.absolute {
  83. position: absolute;
  84. top: 100px;
  85. right: 400px;
  86. width:500px;
  87. height: 100px;
  88. }
  89. </style>
  90. <div class="absolute">
  91. <h1>about IT Online Course store</h1>
  92.  
  93. <p>
  94. IT Online Course online store delivers digital products to your door.<br>
  95. You can now get the latest high-tech products delivered straight to your door with IT Online Course.<br>
  96. You can also choose from a new range of products and services ideally suited to meet <br>
  97. the needs of the modern traveler.</p>
  98.  
  99. </body>
  100. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement