Skip to content

Commit b123d86

Browse files
committed
adding tw button
1 parent 36af7a7 commit b123d86

File tree

4 files changed

+31
-16
lines changed

4 files changed

+31
-16
lines changed

dist/css/app.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/app.js

Lines changed: 1 addition & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

html/index.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
<li><a href="#libraries">Libraries</a></li>
5555
</ul>
5656
<p class="navbar-text navbar-right">
57-
Made with <span class="fa fa-heart"></span> by <a href="https://auth0.com">Auth0</a>
57+
<a href="https://twitter.com/authzero" class="twitter-follow-button" data-show-count="true">Follow @authzero</a>
58+
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
5859
</p>
5960
</div><!-- /.navbar-collapse -->
6061
</div><!-- /.container-fluid -->
@@ -458,5 +459,17 @@ <h3 class="panel-title">JavaScript</h3>
458459
<!-- endbuild -->
459460
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
460461
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
462+
463+
<script>
464+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
465+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
466+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
467+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
468+
469+
ga('create', 'UA-37952868-2', 'auto');
470+
ga('send', 'pageview');
471+
472+
</script>
473+
461474
</body>
462475
</html>

index.html

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
<li><a href="#libraries">Libraries</a></li>
5151
</ul>
5252
<p class="navbar-text navbar-right">
53-
Made with <span class="fa fa-heart"></span> by <a href="https://auth0.com">Auth0</a>
53+
<a href="https://twitter.com/authzero" class="twitter-follow-button" data-show-count="true">Follow @authzero</a>
54+
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
5455
</p>
5556
</div><!-- /.navbar-collapse -->
5657
</div><!-- /.container-fluid -->
@@ -61,7 +62,7 @@
6162
<div class="page-header">
6263
<h1>What is it?</h1>
6364
</div>
64-
<p class="lead">JSON Web Token (JWT) is a compact URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is digitally signed using JSON Web Signature (JWS). - <a href="http://tools.ietf.org/html/draft-jones-json-web-token">IETF</a>.</p>
65+
<p class="lead">JSON Web Token (JWT) is a compact URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is digitally signed using JSON Web Signature (JWS). - <a href="http://tools.ietf.org/html/draft-ietf-oauth-json-web-token">IETF</a>.</p>
6566
<div class="page-header">
6667
<a name="debugger"></a>
6768
<h1 id="debugger">Debugger</h1>
@@ -440,5 +441,17 @@ <h3 class="panel-title">JavaScript</h3>
440441
<script src="dist/js/app.js"></script>
441442
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
442443
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
444+
445+
<script>
446+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
447+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
448+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
449+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
450+
451+
ga('create', 'UA-37952868-2', 'auto');
452+
ga('send', 'pageview');
453+
454+
</script>
455+
443456
</body>
444457
</html>

0 commit comments

Comments
 (0)