File tree Expand file tree Collapse file tree 1 file changed +20
-13
lines changed Expand file tree Collapse file tree 1 file changed +20
-13
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
layout : profiles
3
3
permalink : /people/
4
- title : people
5
- description : members of the lab or group
4
+ title : Team
5
+ # description:
6
6
nav : true
7
7
nav_order : 7
8
8
9
+
9
10
profiles :
10
11
# if you want to include more than one profile, just replicate the following block
11
12
# 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>
20
13
- align : left
21
14
image : prof_pic.jpg
22
15
content : about_einstein.md
23
16
image_circular : false # crops the image to make it circular
24
17
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
+
28
35
---
You can’t perform that action at this time.
0 commit comments