Linkedin button and link added, hotjat script added

This commit is contained in:
acanadiyaman 2018-11-28 10:49:39 +03:00
parent 8f4409c66b
commit a91b238dd5
4 changed files with 16 additions and 0 deletions

View File

@ -22,6 +22,7 @@
<a href="{{ site.github.tar_url }}" class="btn">Download as .tar.gz</a>
{% endif %}
<a href="{{ site.github.repository_url }}" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
<a href="https://www.linkedin.com/in/canadiyaman/" class="btn btn-linkedin"><span class="icon"></span></a>
</section>
</div>
</header>
@ -41,6 +42,17 @@
ga('create', '{{ site.google_analytics }}', 'auto');
ga('send', 'pageview');
</script>
<!-- Hotjar Tracking Code for canadiyaman.github.io -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:1107059,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
{% endif %}
</body>
</html>

View File

@ -227,6 +227,10 @@ hr {
opacity: 0.6;
background: url("../images/blacktocat.png") 0 0 no-repeat;
}
.btn-linkedin .icon{
opacity: 0.6;
background: url("../images/linkedin.png") 0 0 no-repeat;
}
/* Links
a, a:hover, a:visited

BIN
assets/.DS_Store vendored Normal file

Binary file not shown.

BIN
assets/images/linkedin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 524 B