scratch – Diff between revs 122 and 125

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 122 Rev 125
Line 1... Line 1...
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html lang="en"> 2 <html lang="en" ng-app="scratch">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 5 <meta http-equiv="X-UA-Compatible" content="IE=edge">
6 <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" /> 6 <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
7 <meta http-equiv="Pragma" content="no-cache" /> 7 <meta http-equiv="Pragma" content="no-cache" />
Line 26... Line 26...
26 <!-- Site-wide style CCS --> 26 <!-- Site-wide style CCS -->
27 <link href="css/style.css" rel="stylesheet"> 27 <link href="css/style.css" rel="stylesheet">
Line 28... Line 28...
28 28
29 <!-- Local style --> 29 <!-- Local style -->
-   30 <link href="css/gallery/style.css" rel="stylesheet">
-   31
-   32 <!-- Scratch Angular Includes -->
30 <link href="css/gallery/style.css" rel="stylesheet"> 33 <ng-include src="'html/scratch-head-last.html'"></ng-include>
Line 31... Line 34...
31 </head> 34 </head>
-   35  
-   36 <body>
-   37
Line 32... Line 38...
32   38 <!-- Scratch Angular Includes -->
33 <body> 39 <ng-include src="'html/scratch-body-first.html'"></ng-include>
34   40  
35 <!-- Main component for a primary marketing message or call to action --> 41 <!-- Main component for a primary marketing message or call to action -->
Line 90... Line 96...
90 </div> 96 </div>
91 </div> 97 </div>
Line 92... Line 98...
92   98  
93 <!-- jQuery --> 99 <!-- jQuery -->
-   100 <script src="bower_components/jquery/dist/jquery.min.js"></script>
-   101 <!-- Angular JS -->
94 <script src="bower_components/jquery/dist/jquery.min.js"></script> 102 <script src="bower_components/angular/angular.min.js"></script>
95 <!-- BootStrap --> 103 <!-- BootStrap -->
96 <script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script> 104 <script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
97 <!-- Bootstrap Validator --> 105 <!-- Bootstrap Validator -->
98 <script src="bower_components/bootstrap-validator/dist/validator.min.js"></script> 106 <script src="bower_components/bootstrap-validator/dist/validator.min.js"></script>
Line 104... Line 112...
104 <script src="bower_components/yaml.js/dist/yaml.min.js"></script> 112 <script src="bower_components/yaml.js/dist/yaml.min.js"></script>
105 <!-- Swiper --> 113 <!-- Swiper -->
106 <script src="bower_components/swiper/dist/js/swiper.min.js"></script> 114 <script src="bower_components/swiper/dist/js/swiper.min.js"></script>
107 <!-- Wizardry and Steamworks --> 115 <!-- Wizardry and Steamworks -->
108 <script src="bower_components/was/dist/was.min.js"></script> 116 <script src="bower_components/was/dist/was.min.js"></script>
-   117 <!-- Angular Initialization. -->
-   118 <script>
-   119 var app = angular.module('scratch', []);
-   120 </script>
109 <script> 121 <script>
110 $(document).ready(() => { 122 $(document).ready(() => {
Line 111... Line 123...
111 123
112 // Extend gallery for HTML. 124 // Extend gallery for HTML.