@@ -10,6 +10,7 @@ nav_order: 7
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/
13
+ - section_title : Principal Investigator
13
14
- align : left
14
15
image : AK_VT_pic2.png
15
16
content : Anuj_Karpatne.md
@@ -32,4 +33,74 @@ profiles:
32
33
</p>
33
34
</div>
34
35
36
+ # Graduate Students Section
37
+ - section_title : Graduate Students
38
+ align : left
39
+ image : student1_pic.png
40
+ content : Student1_Profile.md
41
+ image_circular : true
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://linkedin.com/in/student1" style="text-decoration: none; color: #0077b5; margin: 0 10px;">
49
+ <i class="fab fa-linkedin" style="font-size: 24px;"></i>
50
+ </a>
51
+ </p>
52
+ </div>
53
+ - align : left
54
+ image : student2_pic.png
55
+ content : Student2_Profile.md
56
+ image_circular : true
57
+ more_info : >
58
+ <div style="display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%;">
59
+ <p style="margin: 0;">
60
+ <a href="mailto:[email protected] " style="text-decoration: none; color: #D44638; margin: 0 10px;">
61
+ <i class="fas fa-envelope" style="font-size: 24px;"></i>
62
+ </a>
63
+ <a href="https://linkedin.com/in/student2" style="text-decoration: none; color: #0077b5; margin: 0 10px;">
64
+ <i class="fab fa-linkedin" style="font-size: 24px;"></i>
65
+ </a>
66
+ </p>
67
+ </div>
68
+
69
+ # Alumni
70
+ - section_title : Alumni
71
+ align : left
72
+ image : student1_pic.png
73
+ content : Student1_Profile.md
74
+ image_circular : true
75
+ more_info : >
76
+ <div style="display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%;">
77
+ <p style="margin: 0;">
78
+ <a href="mailto:[email protected] " style="text-decoration: none; color: #D44638; margin: 0 10px;">
79
+ <i class="fas fa-envelope" style="font-size: 24px;"></i>
80
+ </a>
81
+ <a href="https://linkedin.com/in/student1" style="text-decoration: none; color: #0077b5; margin: 0 10px;">
82
+ <i class="fab fa-linkedin" style="font-size: 24px;"></i>
83
+ </a>
84
+ </p>
85
+ </div>
86
+ - align : left
87
+ image : student2_pic.png
88
+ content : Student2_Profile.md
89
+ image_circular : true
90
+ more_info : >
91
+ <div style="display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%;">
92
+ <p style="margin: 0;">
93
+ <a href="mailto:[email protected] " style="text-decoration: none; color: #D44638; margin: 0 10px;">
94
+ <i class="fas fa-envelope" style="font-size: 24px;"></i>
95
+ </a>
96
+ <a href="https://linkedin.com/in/student2" style="text-decoration: none; color: #0077b5; margin: 0 10px;">
97
+ <i class="fab fa-linkedin" style="font-size: 24px;"></i>
98
+ </a>
99
+ </p>
100
+ </div>
101
+
102
+ ---
103
+
104
+ # Add more sections as needed
105
+
35
106
---
0 commit comments