-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.html
More file actions
32 lines (32 loc) · 1.34 KB
/
Copy pathfooter.html
File metadata and controls
32 lines (32 loc) · 1.34 KB
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
<!-- Begin Footer -->
<div class="w3-left">
<p class="crights">
©2021-2026 Himadri Sekhar Basu, Ph.D
</p>
</div>
<div class="w3-right">
<p class="services">
<a class="services" href="https://x.com/hsbasu" target="_blank">
<img class="services" src="/styles/icons/social/twitter.png" alt="Twitter">
</a>
<a class="services" href="skype:live:hsbasu">
<img class="services" src="/styles/icons/social/skype.png" alt="Skype">
</a>
<a class="services" href="https://www.linkedin.com/in/hsbasu" target="_blank">
<img class="services" src="/styles/icons/social/linkedin.png" alt="LinkedIN">
</a>
<a class="services" href="https://github.com/hsbasu" target="_blank">
<img class="services" src="/styles/icons/social/github.png" alt="Github">
</a>
<a class="services" href="https://www.facebook.com/bhimadri" target="_blank">
<img class="services" src="/styles/icons/social/facebook.png" alt="Facebook">
</a>
<a class="services" href="mailto:hsb10@iitbbs.ac.in">
<img class="services" src="/styles/icons/social/email.png" alt="Email">
</a>
<a class="services" href="https://hsbasu.github.io" target="_blank">
<img class="services" src="/styles/icons/social/site.png" alt="Site">
</a>
</p>
</div>
<!-- End Footer -->