Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions src/app/event/homecoming/component/mobile/HomecomingInviteCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,15 @@ export default function HomecomingInviteCard() {
<div className="flex-1 space-y-4">
{/* 요약 */}
<div className="text-white/90 text-[12px] leading-snug">
13:00 입장을 시작으로 1부 프로젝트 데모데이 및 성과 발표/시상식이 진행되며,
2부에서는 오프닝 특강과 팀별 게임·퀴즈, 자유 네트워킹으로 소통과 교류를 확장합니다.
오후 1시 입장을 시작으로, 1부 프로젝트 성과 발표회와 시상,
<br/>
이후 오프닝 특강과 연간 활동 소개, OB 및 초청자 인사를 거쳐
<br/>
팀별 경쟁 게임·퀴즈·자유 네트워킹으로 이어지는 구성입니다.
<br/>
행사는 13:00–19:00까지 진행되며,
<br/>
마지막에는 전체 교류 마무리 후 뒤풀이 이동으로 마무리됩니다.
</div>

{/* 1부 */}
Expand Down Expand Up @@ -99,7 +106,7 @@ export default function HomecomingInviteCard() {

{/* 2부 */}
<div className="space-y-2">
<div className="text-white font-bold">2부 (15:30–19:00) · Networking with INCHEON</div>
<div className="text-white font-bold">2부 (15:30–19:00) · IN·Fest</div>

<div className="space-y-1">
<div className="flex gap-2">
Expand Down
4 changes: 1 addition & 3 deletions src/app/event/homecoming/component/pc/FrameViewport.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ function FirstSection() {
<div className="mt-8 flex text-8xl self-center font-bold">제 1회 홈커밍 데이</div>

<p className="mt-20 px-24 text-2xl leading-relaxed">
<strong>GDGoC HomeComing : Networking with INCHEON</strong>은
<br/>
오후 1시 입장을 시작으로, <strong>1부 프로젝트 성과 발표회</strong>와 <strong>시상</strong>,
<br/>
이후 <strong>오프닝 특강</strong>과 <strong>연간 활동 소개</strong>, <strong>OB 및 초청자 인사</strong>를 거쳐
Expand Down Expand Up @@ -112,7 +110,7 @@ function ThirdSection() {
/* 4) 2부 카드형 */
function FourthSection() {
return (<div className="flex flex-col text-cwhite">
<div className="text-6xl self-center font-bold">2부 · Networking with INCHEON</div>
<div className="text-6xl self-center font-bold">2부 · IN·Fest</div>
<div className="mt-6 text-2xl self-center text-cwhite/80">15:30–19:00</div>

<div className="mt-16 grid grid-cols-2 gap-12 px-24">
Expand Down