This commit is contained in:
암냥 2026-09-05 16:05:13 +09:00
commit c75830185c
4 changed files with 21 additions and 1 deletions

BIN
public/icon/pinkheart.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View file

@ -13,6 +13,7 @@ import ExperienceRow from "@/components/ExperienceRow.astro";
class="relative z-10 px-6 py-12 sm:px-10 lg:px-[clamp(52px,5.208vw,100px)] lg:py-[clamp(58px,9.26vh,100px)]" class="relative z-10 px-6 py-12 sm:px-10 lg:px-[clamp(52px,5.208vw,100px)] lg:py-[clamp(58px,9.26vh,100px)]"
> >
<div <div
id="experience"
class="max-w-[654px] text-[24px] leading-[1.2] tracking-[-0.02em] lg:leading-none" class="max-w-[654px] text-[24px] leading-[1.2] tracking-[-0.02em] lg:leading-none"
> >
<p id="about-title">저는 이런 것들을 해왔어요.</p> <p id="about-title">저는 이런 것들을 해왔어요.</p>
@ -61,6 +62,25 @@ import ExperienceRow from "@/components/ExperienceRow.astro";
/> />
<span>화이트햇스쿨 3기 이수</span> <span>화이트햇스쿨 3기 이수</span>
</ExperienceRow> </ExperienceRow>
<ExperienceRow year="2024" connector="line">
<img
class="h-[1em] w-[1em] shrink-0 object-contain"
src="/about/whitehat.png"
alt=""
aria-hidden="true"
/>
<span>글로벌 스타트업 학교 2기</span>
</ExperienceRow>
<ExperienceRow year="2024" connector="line">
<img
class="h-[1em] w-[1em] shrink-0 object-contain"
src="/icon/pinkheart.png"
alt=""
aria-hidden="true"
/>
<span>LG AI 청소년 캠프 1기</span>
</ExperienceRow>
</div> </div>
</section> </section>
@ -138,7 +158,7 @@ import ExperienceRow from "@/components/ExperienceRow.astro";
aria-label="활동 사진" aria-label="활동 사진"
> >
<img <img
class="absolute inset-0 h-full w-full select-none object-contain" class="absolute inset-0 h-full w-full select-none pointer-events-none object-contain"
src="/side.png" src="/side.png"
alt="활동 사진 콜라주" alt="활동 사진 콜라주"
width="3840" width="3840"