Skip to content

Commit 72b1fed

Browse files
ROYA TOCCHINIROYA TOCCHINI
ROYA TOCCHINI
authored and
ROYA TOCCHINI
committed
google analytics on demo
1 parent fe7a9e0 commit 72b1fed

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

demos/profile-card/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@
2525
<script src="bower_components/gss/dist/gss.js" type="text/javascript"></script>
2626
</head>
2727
<body>
28+
<script>
29+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
30+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
31+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
32+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
33+
ga('create', 'UA-47811332-1', 'gridstylesheets.org');
34+
ga('send', 'pageview');
35+
</script>
2836
<div id="background"></div>
2937
<div id="profile-card" class="card">
3038
<div id="cover"></div>

demos/profile-card/texture.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ html {
2828
}
2929

3030
#background {
31+
background-color: hsl(3, 18%, 43%);
3132
position: absolute;
3233
top: 0px;
3334
bottom: 0px;

0 commit comments

Comments
 (0)