Skip to content

Commit

Permalink
adding links, google analytics and webengage gadget
Browse files Browse the repository at this point in the history
  • Loading branch information
srprasanna committed Jun 18, 2013
1 parent a88d506 commit 2947adf
Showing 1 changed file with 41 additions and 11 deletions.
52 changes: 41 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
</ul>
</li>
<li>
<a href="#blog">Personal Ramblings</a>
<a href="http://blog.srprasanna.com">Personal Ramblings</a>
</li>
<li>
<a href="#contact">Contact Me</a>
<a id="contact_me" href="#contact">Contact Me</a>
</li>
</ul>
</div>
Expand All @@ -80,7 +80,7 @@
<div class="hero-unit">
<h1>Hello, world!</h1>
<p>
This is a template for a simple marketing or informational website. It includes a large callout called the hero unit and three supporting pieces of content. Use it as a starting point to create something more unique.
Welcome to my page. This is going to be a introductory page about me. This Site is still under construction. Please use the contact form to get in touch with me.
</p>
<p>
<a class="btn btn-primary btn-large">Learn more &raquo;</a>
Expand All @@ -99,7 +99,7 @@ <h1>Hello, world!</h1>

</li>
<li>
<a href="#">Contact Me</a>
<a id="contact_me" href="#">Contact Me</a>
</li>
<li class="divider-vertical">

Expand All @@ -111,7 +111,7 @@ <h1>Hello, world!</h1>

</li>
<li>
<a href="#">Blog</a>
<a href="http://blog.srprasanna.com">Blog</a>
</li>
<li class="divider-vertical">

Expand All @@ -125,6 +125,12 @@ <h1>Hello, world!</h1>
<li>
<a href="#">Terms of use</a>
</li>
<li>
<a target="_blank" href="http://database.srprasanna.com">Database</a>
</li>
<li>
<a target="_blank" href="http://mail.srprasanna.com">Mail</a>
</li>
<li class="pull-right">
&copy; Prasanna S R 2013
</li>
Expand All @@ -144,12 +150,36 @@ <h1>Hello, world!</h1>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>

<script>
var _gaq = [['_setAccount', 'UA-XXXXX-X'], ['_trackPageview']]; ( function(d, t) {
var g = d.createElement(t), s = d.getElementsByTagName(t)[0];
g.src = ('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js';
s.parentNode.insertBefore(g, s)
}(document, '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-41828406-1', 'srprasanna.com');
ga('send', 'pageview');

</script>
<script id="_webengage_script_tag" type="text/javascript">
var _weq = _weq || {};
_weq['webengage.licenseCode'] = '~716807b5';
_weq['webengage.widgetVersion'] = "4.0";

(function(d) {
var _we = d.createElement('script');
_we.type = 'text/javascript';
_we.async = true;
_we.src = (d.location.protocol == 'https:' ? "https://ssl.widgets.webengage.com" : "http://cdn.widgets.webengage.com") + "/js/widget/webengage-min-v-4.0.js";
var _sNode = d.getElementById('_webengage_script_tag');
_sNode.parentNode.insertBefore(_we, _sNode);
})(document);
</script>
</body>
</html>

0 comments on commit 2947adf

Please sign in to comment.