|
61 | 61 | <link rel="stylesheet" type="text/css" href="assets/css/animate.css"/>
|
62 | 62 | <!-- Theme color -->
|
63 | 63 | <link id="switcher" href="assets/css/theme-color/default.css" rel="stylesheet">
|
64 |
| - |
65 |
| - <link href="preloader.css" rel="stylesheet"> |
66 | 64 | <!-- Main Style -->
|
67 | 65 | <link href="style.css" rel="stylesheet">
|
68 | 66 | <link href="assets/css/jp-menu.css" rel="stylesheet">
|
|
72 | 70 | <!-- Fonts -->
|
73 | 71 | <!-- Open Sans for body font -->
|
74 | 72 | <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
|
75 |
| - <!-- Raleway for Title --> |
76 |
| - <link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'> |
77 |
| - <!-- Pacifico for 404 page --> |
78 |
| - <link href='https://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'> |
79 | 73 | <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
80 | 74 | <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
81 | 75 | <!--[if lt IE 9]>
|
|
85 | 79 | </head>
|
86 | 80 | <body>
|
87 | 81 |
|
88 |
| - <!-- BEGAIN PRELOADER --> |
89 |
| - <div id="preloader"> |
90 |
| - <div class="loader"> </div> |
91 |
| - </div> |
92 |
| - <!-- END PRELOADER --> |
93 |
| - |
| 82 | + |
94 | 83 | <!-- SCROLL TOP BUTTON -->
|
95 | 84 | <a class="scrollToTop" href="#"><i class="fa fa-chevron-up"></i></a>
|
96 | 85 | <!-- END SCROLL TOP BUTTON -->
|
@@ -294,15 +283,13 @@ <h2> Recent jQuery Plugin Projects</h2>
|
294 | 283 | <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
|
295 | 284 |
|
296 | 285 | <script src="assets/js/jp-menu.js"></script>
|
297 |
| - |
298 | 286 |
|
299 | 287 | <!-- Bootstrap -->
|
300 | 288 | <script src="assets/js/bootstrap.js"></script>
|
301 | 289 | <script type="text/javascript" src="assets/js/waypoints.js"></script>
|
302 | 290 | <!-- Wow animation -->
|
303 | 291 | <script type="text/javascript" src="assets/js/wow.js"></script>
|
304 |
| - <!-- mixit slider --> |
305 |
| - <script type="text/javascript" src="assets/js/jquery.mixitup.js"></script> |
| 292 | + |
306 | 293 | <!-- Custom js -->
|
307 | 294 | <script type="text/javascript" src="assets/js/custom.js"></script>
|
308 | 295 |
|
|
0 commit comments