Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 436b0a8

Browse files
committed
testing personal page
1 parent 0a83d0f commit 436b0a8

File tree

1 file changed

+39
-6
lines changed

1 file changed

+39
-6
lines changed

shalmalijoshi.md

Lines changed: 39 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,51 @@ title: Shalmali Joshi
44
key: shalmalijoshi
55
---
66

7-
_Assistant Professor_
8-
Department of Biomedical Informatics, Columbia University
7+
<head>
8+
<meta charset="UTF-8">
9+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
10+
<style>
11+
.avatar-container {
12+
width: 225px;
13+
height: 225px;
14+
border-radius: 50%;
15+
overflow: hidden;
16+
margin-right: 30px;
17+
display: flex;
18+
justify-content: center;
19+
align-items: center;
20+
}
21+
22+
.avatar-container img {
23+
width: 100%;
24+
height: 100%;
25+
object-fit: cover;
26+
object-position: center;
27+
}
28+
29+
</style>
30+
31+
32+
_Assistant Professor_
33+
Department of Biomedical Informatics
34+
935

1036
_Member_
11-
Data Science Institute, Columbia University
37+
Data Science Institute
38+
1239

13-
_Affiliate_
14-
SNF Center for Precision Psychiatry and Mental Health, Columbia University
40+
_Affiliate_
41+
SNF Center for Precision Psychiatry and Mental Health
42+
43+
Columbia University
1544

1645
---
1746

18-
![Profile Picture](/assets/images/shalmali_headshot.jpg) <!-- Replace with the actual image path or URL -->
47+
<div class="avatar-container">
48+
<img src="{{"/assets/images/shalmali_headshot.jpg" | relative_url }}" alt="Avatar">
49+
</div>
50+
<!--![Profile Picture](/assets/images/shalmali_headshot.jpg) --> <!-- Replace with the actual image path or URL -->
51+
1952

2053
### About Me
2154

0 commit comments

Comments
 (0)