Skip to content

Commit

Permalink
add faculty page
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesZhutheThird committed Mar 21, 2024
1 parent ef2710f commit 8f374e4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 18 deletions.
2 changes: 0 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,6 @@ exclude:
- lighthouse_results/
- package.json
- package-lock.json
- _pages/en-us/about_einstein.md
- _pages/pt-br/about_einstein.md
- purgecss.config.js
- README.md
- readme_preview/
Expand Down
34 changes: 19 additions & 15 deletions _pages/en/profiles.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,33 @@
---
page_id: profiles
layout: profiles
permalink: /people/
title: people
description: members of the lab or group
permalink: /faculty/
title: faculty
description: Faculties of X-LANCE
nav: true
nav_order: 7

profiles:
# if you want to include more than one profile, just replicate the following block
# and create one content file for each profile inside _pages/
- align: right
image: prof_pic.jpg
content: about_einstein.md
image_circular: false # crops the image to make it circular
image: members/faculty/yk_square.jpeg
content: Professor Kai Yu
image_circular: true # crops the image to make it circular
more_info: >
<p>555 your office number</p>
<p>123 your address street</p>
<p>Your City, State 12345</p>
<h2>**Professor Kai Yu**</h2>
<p>SEIEE 3-539</p>
<p>Shanghai Jiao Tong University</p>
<p>Shanghai, Minhang</p>
<p>[email protected]</p>
- align: left
image: prof_pic.jpg
content: about_einstein.md
image_circular: false # crops the image to make it circular
image: members/faculty/slp_square.jpeg
content: Associate Professor Liping Shen
image_circular: true # crops the image to make it circular
more_info: >
<p>555 your office number</p>
<p>123 your address street</p>
<p>Your City, State 12345</p>
<h2>**Associate Professor Liping Shen**</h2>
<p>SEIEE 3-531</p>
<p>Shanghai Jiao Tong University</p>
<p>Shanghai, Minhang</p>
<p>[email protected]</p>
---
2 changes: 1 addition & 1 deletion _pages/zh/profiles.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
page_id: profiles
layout: profiles
permalink: /people/
permalink: /faculty/
title: 成员
description: 实验室成员
nav: true
Expand Down

0 comments on commit 8f374e4

Please sign in to comment.