Skip to content

Commit 46ffb9f

Browse files
authored
Update profiles.md
1 parent 6c93883 commit 46ffb9f

File tree

1 file changed

+20
-13
lines changed

1 file changed

+20
-13
lines changed

_pages/profiles.md

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,35 @@
11
---
22
layout: profiles
33
permalink: /people/
4-
title: people
5-
description: members of the lab or group
4+
title: Team
5+
# description:
66
nav: true
77
nav_order: 7
88

9+
910
profiles:
1011
# if you want to include more than one profile, just replicate the following block
1112
# and create one content file for each profile inside _pages/
12-
- align: right
13-
image: prof_pic.jpg
14-
content: about_einstein.md
15-
image_circular: false # crops the image to make it circular
16-
more_info: >
17-
<p>555 your office number</p>
18-
<p>123 your address street</p>
19-
<p>Your City, State 12345</p>
2013
- align: left
2114
image: prof_pic.jpg
2215
content: about_einstein.md
2316
image_circular: false # crops the image to make it circular
2417
more_info: >
25-
<p>555 your office number</p>
26-
<p>123 your address street</p>
27-
<p>Your City, State 12345</p>
18+
<div style="display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%;">
19+
<p style="margin: 0;">
20+
<a href="mailto:[email protected]" style="text-decoration: none; color: #D44638; margin: 0 10px;">
21+
<i class="fas fa-envelope" style="font-size: 24px;"></i>
22+
</a>
23+
<a href="https://yourwebsite.com" style="text-decoration: none; color: #0a7cdb; margin: 0 10px;">
24+
<i class="fas fa-globe" style="font-size: 24px;"></i>
25+
</a>
26+
<a href="https://twitter.com/yourprofile" style="text-decoration: none; color: #1DA1F2; margin: 0 10px;">
27+
<i class="fab fa-twitter-square" style="font-size: 24px;"></i>
28+
</a>
29+
<a href="https://linkedin.com/in/yourprofile" style="text-decoration: none; color: #0077b5; margin: 0 10px;">
30+
<i class="fab fa-linkedin" style="font-size: 24px;"></i>
31+
</a>
32+
</p>
33+
</div>
34+
2835
---

0 commit comments

Comments
 (0)