google analytics added

gh-pages
Ayush Sharma 10 years ago
parent fc517afa1f
commit f4c507e14f
  1. BIN
      cake128.png
  2. BIN
      cake16.png
  3. 0
      hbd.mp3
  4. 24
      index.html
  5. 21
      stylesheet.css

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

@ -5,8 +5,19 @@
<!--[if gt IE 8]> <html> <![endif]-->
<!--[if !IE]><!--><html lang="en"><!-- <![endif]-->
<head>
<title></title>
<title>Happy Birthday Khushbu</title>
<meta charset="UTF-8" />
<meta name="description" content="Happy Birthday">
<meta name="robots" content="index, follow" />
<link rel="author" href="https://plus.google.com/u/1/+AyushSharma1/" />
<meta name="keywords" content="Khushbu, Birthday, Happy">
<!-- Strat of Facebook Meta -->
<meta property="og:title" content="Happy Birthday Khushbu"/>
<meta property="og:type" content="E-Greeting" />
<meta property="og:image" content="cake16.png" />
<meta property="og:url" content="http://khushbuparakh.in" />
<meta property="og:description" content="Wish you a very Happy Birthday">
<!-- End of Facebook Meta Tags -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
@ -177,7 +188,16 @@
</div>
</body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.28/angular.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<script src="effect.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-58229732-1', 'auto');
ga('send', 'pageview');
</script>
</html>

@ -1277,4 +1277,23 @@ audio {
text-shadow: 2px 2px 2px #FFF;
display: none;
font-weight: bold;
}
}
.btn-primary {
border-color: #466baf;
padding: 10px;
text-transform: uppercase;
font-family: 'Signika', sans-serif;
font-weight: 700;
color: #fff;
background-color: #466baf;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
border-color: #fff;
color: #fff;
background-color: #466baf;
}
Loading…
Cancel
Save