@@ -7,9 +7,108 @@ nav: true
7
7
nav_order : 7
8
8
9
9
profiles :
10
- - title : Principal Investigator
11
- - align : centre
10
+ profiles :
11
+ # if you want to include more than one profile, just replicate the following block
12
+ # and create one content file for each profile inside _pages/
13
+ - align : left
14
+ type : student
15
+ name : Abhilash Neog
16
+ image : prof_pic.jpg
17
+ content : about/about_sepideh.md
18
+ image_circular : false # crops the image to make it circular
19
+ more_info : >
20
+ <div style="display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%;">
21
+ <p style="margin: 0;">
22
+ <a href="mailto:[email protected] " style="text-decoration: none; color: #D44638; margin: 0 10px;">
23
+ <i class="fas fa-envelope" style="font-size: 24px;"></i>
24
+ </a>
25
+ <a href="https://yourwebsite.com" style="text-decoration: none; color: #0a7cdb; margin: 0 10px;">
26
+ <i class="fas fa-globe" style="font-size: 24px;"></i>
27
+ </a>
28
+ <a href="https://linkedin.com/in/yourprofile" style="text-decoration: none; color: #0077b5; margin: 0 10px;">
29
+ <i class="fab fa-linkedin" style="font-size: 24px;"></i>
30
+ </a>
31
+ <a href="https://twitter.com/yourprofile" style="text-decoration: none; color: #1DA1F2; margin: 0 10px;">
32
+ <i class="fab fa-twitter-square" style="font-size: 24px;"></i>
33
+ </a>
34
+ </p>
35
+ </div>
36
+ - align : left
37
+ type : student
38
+ name : Sepideh Fatemi
39
+ image : prof_pic.jpg
40
+ content : about/about_sepideh.md
41
+ image_circular : false # crops the image to make it circular
42
+ more_info : >
43
+ <div style="display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%;">
44
+ <p style="margin: 0;">
45
+ <a href="mailto:[email protected] " style="text-decoration: none; color: #D44638; margin: 0 10px;">
46
+ <i class="fas fa-envelope" style="font-size: 24px;"></i>
47
+ </a>
48
+ <a href="https://yourwebsite.com" style="text-decoration: none; color: #0a7cdb; margin: 0 10px;">
49
+ <i class="fas fa-globe" style="font-size: 24px;"></i>
50
+ </a>
51
+ <a href="https://linkedin.com/in/yourprofile" style="text-decoration: none; color: #0077b5; margin: 0 10px;">
52
+ <i class="fab fa-linkedin" style="font-size: 24px;"></i>
53
+ </a>
54
+ <a href="https://twitter.com/yourprofile" style="text-decoration: none; color: #1DA1F2; margin: 0 10px;">
55
+ <i class="fab fa-twitter-square" style="font-size: 24px;"></i>
56
+ </a>
57
+ </p>
58
+ </div>
59
+
60
+ - align : left
61
+ type : student
62
+ name : Maruf
63
+ image : prof_pic.jpg
64
+ content : about/about_sepideh.md
65
+ image_circular : false # crops the image to make it circular
66
+ more_info : >
67
+ <div style="display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%;">
68
+ <p style="margin: 0;">
69
+ <a href="mailto:[email protected] " style="text-decoration: none; color: #D44638; margin: 0 10px;">
70
+ <i class="fas fa-envelope" style="font-size: 24px;"></i>
71
+ </a>
72
+ <a href="https://yourwebsite.com" style="text-decoration: none; color: #0a7cdb; margin: 0 10px;">
73
+ <i class="fas fa-globe" style="font-size: 24px;"></i>
74
+ </a>
75
+ <a href="https://linkedin.com/in/yourprofile" style="text-decoration: none; color: #0077b5; margin: 0 10px;">
76
+ <i class="fab fa-linkedin" style="font-size: 24px;"></i>
77
+ </a>
78
+ <a href="https://twitter.com/yourprofile" style="text-decoration: none; color: #1DA1F2; margin: 0 10px;">
79
+ <i class="fab fa-twitter-square" style="font-size: 24px;"></i>
80
+ </a>
81
+ </p>
82
+ </div>
83
+
84
+ - align : left
85
+ type : student
86
+ image : prof_pic.jpg
87
+ content : about/about_einstein.md
88
+ image_circular : false # crops the image to make it circular
89
+ more_info : >
90
+ <div style="display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%;">
91
+ <p style="margin: 0;">
92
+ <a href="mailto:[email protected] " style="text-decoration: none; color: #D44638; margin: 0 10px;">
93
+ <i class="fas fa-envelope" style="font-size: 24px;"></i>
94
+ </a>
95
+ <a href="https://yourwebsite.com" style="text-decoration: none; color: #0a7cdb; margin: 0 10px;">
96
+ <i class="fas fa-globe" style="font-size: 24px;"></i>
97
+ </a>
98
+ <a href="https://linkedin.com/in/yourprofile" style="text-decoration: none; color: #0077b5; margin: 0 10px;">
99
+ <i class="fab fa-linkedin" style="font-size: 24px;"></i>
100
+ </a>
101
+ <a href="https://twitter.com/yourprofile" style="text-decoration: none; color: #1DA1F2; margin: 0 10px;">
102
+ <i class="fab fa-twitter-square" style="font-size: 24px;"></i>
103
+ </a>
104
+ </p>
105
+ </div>
106
+
107
+ - align : left
108
+ type : faculty
109
+ name : Anuj Karpatne
12
110
image : AK_VT_pic2.png
111
+ content : Anuj_Karpatne.md
13
112
image_circular : false # crops the image to make it circular
14
113
more_info : >
15
114
<div style="display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%;">
@@ -29,4 +128,5 @@ profiles:
29
128
</p>
30
129
</div>
31
130
32
- ---
131
+
132
+ ---
0 commit comments