corrade-nucleus-nucleons – Diff between revs 7 and 20

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 7 Rev 20
Line 10... Line 10...
10 <link rel="icon" href="favicon.ico"> 10 <link rel="icon" href="favicon.ico">
Line 11... Line 11...
11   11  
Line 12... Line 12...
12 <title>Corrade Nucleus</title> 12 <title>Corrade Nucleus</title>
13 13
14 <!-- Bootstrap core CSS --> 14 <!-- Bootstrap core CSS -->
15 <link href="/bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css"> 15 <link href="/node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css">
16 <!-- Corrade Nucleus Fonts --> 16 <!-- Corrade Nucleus Fonts -->
17 <link href="/css/nucleus/fonts.css" rel="stylesheet" type="text/css"> 17 <link href="/css/nucleus/fonts.css" rel="stylesheet" type="text/css">
-   18 <!-- Customized bootstrap style. -->
-   19 <link href="/css/nucleus/nucleus.css" rel="stylesheet" type="text/css">
-   20
18 <!-- Customized bootstrap style. --> 21 <!-- HighCharts.js CSS -->
Line 19... Line 22...
19 <link href="/css/nucleus/nucleus.css" rel="stylesheet" type="text/css"> 22 <link href="/node_modules/highcharts/css/highcharts.css" rel="stylesheet" type="text/css
20 </head> 23 </head>
21   24  
Line 49... Line 52...
49   52  
50 <footer class="footer"> 53 <footer class="footer">
51 <p>&copy; 2016 Wizardry and Steamworks</p> 54 <p>&copy; 2016 Wizardry and Steamworks</p>
52 </footer> 55 </footer>
53 <!-- jQuery --> 56 <!-- jQuery -->
54 <script src="/bower_components/jquery/dist/jquery.min.js" type="text/javascript"></script> 57 <script src="/node_modules/jquery/dist/jquery.min.js" type="text/javascript"></script>
55 <!-- Wizardry and Steamworks JavaScript Includes --> 58 <!-- Wizardry and Steamworks JavaScript Includes -->
56 <script src="/bower_components/was/dist/was.min.js" type="text/javascript"></script> 59 <script src="/node_modules/was/dist/was.min.js" type="text/javascript"></script>
57 <!-- HighCharts --> 60 <!-- HighCharts -->
58 <script src="/bower_components/highcharts/highcharts.js" type="text/javascript"></script> 61 <script src="/node_modules/highcharts/js/highcharts.js" type="text/javascript"></script>
59 <script src="/bower_components/highcharts/exporting.js" type="text/javascript"></script> 62 <script src="/node_modules/highcharts/js/modules/exporting.js" type="text/javascript"></script>
60 <script type="text/javascript"> 63 <script type="text/javascript">
61 $(document).ready(function() { 64 $(document).ready(function() {
62 // Search and load all nucleons. 65 // Search and load all nucleons.
63 $.get('/nucleons', function(data) { 66 $.get('/nucleons', function(data) {