From d0960375e1aa10035b1d0845c00a269ad6833a12 Mon Sep 17 00:00:00 2001 From: Xingan Zhao <2081098605@qq.com> Date: Tue, 1 Oct 2024 15:00:23 +0800 Subject: [PATCH] feat:edu --- src/contents/education.tsx | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/contents/education.tsx b/src/contents/education.tsx index a9ecf58..a5daaf3 100644 --- a/src/contents/education.tsx +++ b/src/contents/education.tsx @@ -156,7 +156,6 @@ export function Education() { // sidenavbar begin className="responsive-img" /> </div> - </div> <figcaption className='caption'>1234567687</figcaption> </div> @@ -224,20 +223,22 @@ export function Education() { // sidenavbar begin <div className='col-6'> <img src="https://static.igem.wiki/teams/5378/sun1.webp" - + alt="example" className="responsive-img" - /> - + /> + </div> <div className='col-6'> - <img - + <img + src="https://static.igem.wiki/teams/5378/boy.webp" alt="example" className="responsive-img" - /> - <figcaption className='caption'>1234567687</figcaption> + /> + </div> + </div> + <figcaption className='caption'>1234567687</figcaption> </div> <div className='image-container'> -- GitLab