-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_footer.html
35 lines (28 loc) · 1.32 KB
/
_footer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<script id="dsq-count-scr" src="//https-sbalci-github-io.disqus.com/count.js" async></script>
<div id="disqus_thread"></div>
<script>
var disqus_config = function () {
this.page.url = 'https://sbalci.github.io/';
this.page.identifier = 'histopathology-template';
};
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://https-sbalci-github-io.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<hr />
<p style="text-align: center;">A work by <a href="https://github.com/sbalci/">Serdar Balci</a></p>
<p style="text-align: center;"><span style="color: #808080;"><em>[email protected]</em></span></p>
<!-- Add icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Add font awesome icons -->
<p style="text-align: center;">
<a href="https://twitter.com/serdarbalci" class="fa fa-twitter"></a>
<a href="https://www.linkedin.com/in/serdar-balci-md-pathologist/" class="fa fa-linkedin"></a>
<a href="https://github.com/sbalci/" class="fa fa-github"></a>
</p>