|
11 | 11 | <link rel="apple-touch-icon" href="icon.png"> |
12 | 12 | <link rel="shortcut icon" href="static/img/logo-color-small.png"> |
13 | 13 | <!--<link href="https://fonts.googleapis.com/css?family=Lato:400,700|Montserrat:400,700|Open+Sans:400,500,600,700|Oswald:400,700|Roboto:400,700" rel="stylesheet">--> |
14 | | - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> |
15 | | - <link rel="stylesheet" href="static/css/main.css"> |
| 14 | + <link rel="stylesheet" href="static/css/main.css" media="bogus"> |
16 | 15 | <!--<link href="https://fonts.googleapis.com/css?family=Vollkorn" rel="stylesheet">--> |
17 | 16 | <link rel="stylesheet" href="static/css/bootstrap.min.css"> |
18 | 17 | <link rel="stylesheet" href="static/css/font-awesome.min.css"> |
@@ -429,21 +428,20 @@ <h3 class="text-center">Directions to reach us:</h3> |
429 | 428 | </div> |
430 | 429 | </section> |
431 | 430 |
|
432 | | - |
| 431 | + <link rel="stylesheet" href="static/css/main.css"> |
433 | 432 | <script src="static/js/vendor/modernizr-3.5.0.min.js"></script> |
434 | 433 | <script src="static/js/vendor/jquery-3.2.1.min.js"></script> |
435 | 434 | <script type="text/javascript" src="static/js/wow.min.js"></script> |
436 | 435 | <script type="text/javascript" src="static/js/parallax.min.js"></script> |
437 | | - <script src="static/js/bootstrap.min.js" async></script> |
| 436 | + <script src="static/js/bootstrap.min.js"></script> |
438 | 437 | <script src="static/js/plugins.js" async></script> |
439 | | - <script src="static/js/main.js"></script> |
| 438 | + <script src="static/js/main.js" async></script> |
440 | 439 |
|
441 | 440 | <!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. --> |
442 | 441 | <script> |
443 | 442 | window.ga=function(){ga.q.push(arguments)};ga.q=[];ga.l=+new Date; |
444 | 443 | ga('create','UA-72748005-1','auto');ga('send','pageview') |
445 | 444 | </script> |
446 | 445 | <script src="static/js/analytics.js" async defer></script> |
447 | | - <script type="text/javascript" src="static/js/faq.js" async></script> |
448 | 446 | </body> |
449 | 447 | </html> |
0 commit comments