Skip to content

Commit

Permalink
feat: update member
Browse files Browse the repository at this point in the history
  • Loading branch information
lucky9-cyou committed Sep 18, 2024
1 parent 314349d commit a170a9d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions app/group/member/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function Page(): JSX.Element {
return (
<div className="mx-auto mb-20 max-w-5xl items-start justify-center p-4 md:mt-20">
<h2 className="mb-4 text-2xl font-semibold">
Research Assistant Professor
Research Assistant Professor and Postdoc
</h2>
<div className="[&>*]:card grid grid-cols-1 items-stretch gap-3 sm:grid-cols-3">
<div>
Expand All @@ -30,7 +30,7 @@ function Page(): JSX.Element {
<br />
MSc in Vision and Robotics, Heriot-Watt University, UK
<br />
BSc in Electronic and Information Engineering. Shantou University,
BSc in Electronic and Information Engineering, Shantou University,
China
<br />
Research Field: Mobile Robotics, State Estimation, Simultaneous
Expand All @@ -48,10 +48,6 @@ function Page(): JSX.Element {
</span>
</div>
</div>
</div>

<h2 className="mb-4 text-2xl font-semibold">Postdoc</h2>
<div className="[&>*]:card grid grid-cols-1 items-stretch gap-3 sm:grid-cols-3">
<div>
<Image
src="/images/zengguangyang.jpg"
Expand Down

0 comments on commit a170a9d

Please sign in to comment.