1 parent e5f6abf commit 2ca11d9Copy full SHA for 2ca11d9
1 file changed
src/pages/friends.astro
@@ -15,16 +15,16 @@ const friends = [
15
nameZh: '白晨旭',
16
href: 'https://a1henu.github.io/',
17
image: '/images/friends/chenxu-bai.jpg',
18
- description: 'Computer Science undergraduate at Peking University',
19
- descriptionZh: '北京大学计算机科学本科生'
+ description: 'Information and Computing Science undergraduate at Peking University',
+ descriptionZh: '北京大学信息与计算科学本科生'
20
},
21
{
22
name: 'Gan Luo',
23
nameZh: '罗淦',
24
href: 'https://luoxiaogan.github.io/GanLuo.github.io/',
25
image: '/images/friends/gan-luo.jpg',
26
- description: 'Incoming PhD student at Stanford MS&E',
27
- descriptionZh: '斯坦福大学管理科学与工程系准博士生'
+ description: 'School of Mathematical Sciences, Peking University & Stanford',
+ descriptionZh: '北京大学数学科学学院 & Stanford'
28
}
29
];
30
---
0 commit comments