scratch – Diff between revs 99 and 101

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 99 Rev 101
Line 21... Line 21...
21 <!-- Site-wide style CCS --> 21 <!-- Site-wide style CCS -->
22 <link href="css/style.css" rel="stylesheet"> 22 <link href="css/style.css" rel="stylesheet">
23 </head> 23 </head>
Line 24... Line 24...
24   24  
-   25 <body>
-   26 <!-- Include first body content -->
25 <body> 27 <div id="scratch-body-first"></div>
26 28
27 <!-- Main component for a primary marketing message or call to action --> 29 <!-- Main component for a primary marketing message or call to action -->
28 <div class="paralax-background"></div> 30 <div class="paralax-background"></div>
29 <div class="jumbotron"> 31 <div class="jumbotron">
30 <h1>scratch copy</h1> 32 <h1>scratch copy</h1>
Line 201... Line 203...
201 ); 203 );
202 } 204 }
203 }); 205 });
204 }); 206 });
205 </script> 207 </script>
-   208 <script>
-   209 $(document).ready(() => {
-   210 $("#scratch-body-first").load("inc/scratch-body-first.html");
-   211 });
-   212 </script>
206 </body> 213 </body>
207 </html> 214 </html>