@@ -6,7 +6,7 @@ title: Team
6
6
nav : true
7
7
nav_order : 7
8
8
9
- profiles :
9
+
10
10
profiles :
11
11
# if you want to include more than one profile, just replicate the following block
12
12
# and create one content file for each profile inside _pages/
@@ -28,6 +28,7 @@ profiles:
28
28
<a href="https://linkedin.com/in/yourprofile" style="text-decoration: none; color: #0077b5; margin: 0 10px;">
29
29
<i class="fab fa-linkedin" style="font-size: 24px;"></i>
30
30
</a>
31
+
31
32
<a href="https://twitter.com/yourprofile" style="text-decoration: none; color: #1DA1F2; margin: 0 10px;">
32
33
<i class="fab fa-twitter-square" style="font-size: 24px;"></i>
33
34
</a>
@@ -51,6 +52,7 @@ profiles:
51
52
<a href="https://linkedin.com/in/yourprofile" style="text-decoration: none; color: #0077b5; margin: 0 10px;">
52
53
<i class="fab fa-linkedin" style="font-size: 24px;"></i>
53
54
</a>
55
+
54
56
<a href="https://twitter.com/yourprofile" style="text-decoration: none; color: #1DA1F2; margin: 0 10px;">
55
57
<i class="fab fa-twitter-square" style="font-size: 24px;"></i>
56
58
</a>
@@ -75,6 +77,7 @@ profiles:
75
77
<a href="https://linkedin.com/in/yourprofile" style="text-decoration: none; color: #0077b5; margin: 0 10px;">
76
78
<i class="fab fa-linkedin" style="font-size: 24px;"></i>
77
79
</a>
80
+
78
81
<a href="https://twitter.com/yourprofile" style="text-decoration: none; color: #1DA1F2; margin: 0 10px;">
79
82
<i class="fab fa-twitter-square" style="font-size: 24px;"></i>
80
83
</a>
@@ -84,7 +87,7 @@ profiles:
84
87
- align : left
85
88
type : student
86
89
image : prof_pic.jpg
87
- content : about/about_einstein .md
90
+ content : about/about_sepideh .md
88
91
image_circular : false # crops the image to make it circular
89
92
more_info : >
90
93
<div style="display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%;">
@@ -98,35 +101,33 @@ profiles:
98
101
<a href="https://linkedin.com/in/yourprofile" style="text-decoration: none; color: #0077b5; margin: 0 10px;">
99
102
<i class="fab fa-linkedin" style="font-size: 24px;"></i>
100
103
</a>
104
+
101
105
<a href="https://twitter.com/yourprofile" style="text-decoration: none; color: #1DA1F2; margin: 0 10px;">
102
106
<i class="fab fa-twitter-square" style="font-size: 24px;"></i>
103
107
</a>
104
108
</p>
105
109
</div>
106
-
110
+
107
111
- align : left
108
112
type : faculty
109
- name : Anuj Karpatne
110
- image : AK_VT_pic2.png
111
- content : Anuj_Karpatne.md
113
+ image : prof_pic.jpg
114
+ content : about_einstein.md
112
115
image_circular : false # crops the image to make it circular
113
116
more_info : >
114
117
<div style="display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%;">
115
118
<p style="margin: 0;">
116
- <a href="mailto:[email protected] " style="text-decoration: none; color: #D44638; margin: 0 10px;">
119
+ <a href="mailto:[email protected] " style="text-decoration: none; color: #D44638; margin: 0 10px;">
117
120
<i class="fas fa-envelope" style="font-size: 24px;"></i>
118
121
</a>
119
- <a href="https://people.cs.vt.edu/karpatne/ " style="text-decoration: none; color: #0a7cdb; margin: 0 10px;">
122
+ <a href="https://yourwebsite.com " style="text-decoration: none; color: #0a7cdb; margin: 0 10px;">
120
123
<i class="fas fa-globe" style="font-size: 24px;"></i>
121
124
</a>
122
- <a href="https://x .com/anujkarpatne " style="text-decoration: none; color: #1DA1F2; margin: 0 10px;">
125
+ <a href="https://twitter .com/yourprofile " style="text-decoration: none; color: #1DA1F2; margin: 0 10px;">
123
126
<i class="fab fa-twitter-square" style="font-size: 24px;"></i>
124
127
</a>
125
- <a href="https://www. linkedin.com/in/anuj-karpatne-a816281b " style="text-decoration: none; color: #0077b5; margin: 0 10px;">
128
+ <a href="https://linkedin.com/in/yourprofile " style="text-decoration: none; color: #0077b5; margin: 0 10px;">
126
129
<i class="fab fa-linkedin" style="font-size: 24px;"></i>
127
130
</a>
128
131
</p>
129
132
</div>
130
-
131
-
132
133
---
0 commit comments