-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathsidebar.html
More file actions
25 lines (25 loc) · 1.22 KB
/
sidebar.html
File metadata and controls
25 lines (25 loc) · 1.22 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
<div class="sidebar sticky" style="margin-right: 0%;">
<div itemscope itemtype="http://schema.org/Person">
<div class="author__avatar"> <img src="images/jprofile.png" class="author__avatar" alt="Abhinav Bohra" style="padding-top: 0%; padding-bottom: 0%;"></div>
<div class="author__content"><br>
<h2 class="author__name"><b>Abhinav Bohra</b></h2>
<p class="author__bio" style="font-size: 15px;">Computer Science & Engineering, IIT Kharagpur</p>
</div>
<div class="author__urls-wrapper">
<ul class="author__urls social-icons">
<i class="fa fa-fw fa-envelope-square" aria-hidden="true" style="font-size: 20px;"></i>Email
</a></li>
<li><a href="https://www.linkedin.com/in/abhinav-bohra">
<i class="fa fa-fw fa-linkedin-square" aria-hidden="true" style="font-size: 20px;"></i>LinkedIn
</a></li>
<li><a href="https://github.com/abhinav-bohra">
<i class="fa fa-fw fa-github" aria-hidden="true" style="font-size: 20px;"></i>Github
</a></li>
<!-- li><a href="https://github.com/abhinav-bohra">
<i class="fa fa-fw fa-google-scholar" aria-hidden="true" style="font-size: 20px;"></i>Google Scholar
< --/a></li-->
</ul>
</div>
</div>
</div>