Advertisement
aaronsnig501

Untitled

May 23rd, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.28 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3.     <head>
  4.         <meta charset="utf-8" />
  5.         <meta name="viewport" content="width=device-width, initial-scale=1">
  6.         <title>jQuery</title>
  7.         <link href="style.css" rel="stylesheet" type="text/css">
  8.         <script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
  9.     </head>
  10.     <body>
  11.         <div id="container">
  12.             <div class='card'> 
  13.                 <p>Once you join a Code Institute Bootcamp you will be taken on an accelerated contextualised learning path across 3 streams. Nothing is learned in isolation.We contextualise the content so that the knowledge and skills gained in each learning unit feeds into, and is expanded upon, within the next unit.The outputs of each stream will be a project. </p>
  14.             </div>
  15.             <div class='card'> 
  16.                 <p>Once you join a Code Institute Bootcamp you will be taken on an accelerated contextualised learning path across 3 streams. Nothing is learned in isolation.We contextualise the content so that the knowledge and skills gained in each learning unit feeds into, and is expanded upon, within the next unit.The outputs of each stream will be a project. </p>
  17.             </div>
  18.         </div>     
  19.         <script type="text/javascript" src="script.js"></script> <!-- Scripts located at the bottom of the body to insure page is fully loaded before execution -->
  20.  
  21.     </body>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement