Skip to content

Commit 9b6081b

Browse files
committed
Team Sections
1 parent 29ca6bf commit 9b6081b

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed

_pages/profiles.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ nav_order: 7
1010
profiles:
1111
# if you want to include more than one profile, just replicate the following block
1212
# and create one content file for each profile inside _pages/
13+
- section_title: Principal Investigator
1314
- align: left
1415
image: AK_VT_pic2.png
1516
content: Anuj_Karpatne.md
@@ -32,4 +33,74 @@ profiles:
3233
</p>
3334
</div>
3435
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+
35106
---

0 commit comments

Comments
 (0)