Skip to content

Commit af31b3e

Browse files
Anupam-dagargauthamzz
authored andcommitted
performance fix (#227)
* add restdb, arkham seo and npm * remove unneccesary files, compress all images, use async in scripts, shift faq js to main js * speed improvement * file fix * fix console error
1 parent a101a7e commit af31b3e

53 files changed

Lines changed: 113 additions & 1281 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

index.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
<link rel="apple-touch-icon" href="icon.png">
1212
<link rel="shortcut icon" href="static/img/logo-color-small.png">
1313
<!--<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">
1615
<!--<link href="https://fonts.googleapis.com/css?family=Vollkorn" rel="stylesheet">-->
1716
<link rel="stylesheet" href="static/css/bootstrap.min.css">
1817
<link rel="stylesheet" href="static/css/font-awesome.min.css">
@@ -429,21 +428,20 @@ <h3 class="text-center">Directions to reach us:</h3>
429428
</div>
430429
</section>
431430

432-
431+
<link rel="stylesheet" href="static/css/main.css">
433432
<script src="static/js/vendor/modernizr-3.5.0.min.js"></script>
434433
<script src="static/js/vendor/jquery-3.2.1.min.js"></script>
435434
<script type="text/javascript" src="static/js/wow.min.js"></script>
436435
<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>
438437
<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>
440439

441440
<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
442441
<script>
443442
window.ga=function(){ga.q.push(arguments)};ga.q=[];ga.l=+new Date;
444443
ga('create','UA-72748005-1','auto');ga('send','pageview')
445444
</script>
446445
<script src="static/js/analytics.js" async defer></script>
447-
<script type="text/javascript" src="static/js/faq.js" async></script>
448446
</body>
449447
</html>

0 commit comments

Comments
 (0)