<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- 수정 포트폴리오-->
<title>JOO-JUICE 포트폴리오</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Google Fonts (원하면 다른 폰트로 바꿔도 됨) -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- HEADER -->
<header class="site-header">
<div class="inner">
<!--수정로고-->
<div class="logo">JOO-JUICE</div>
<!--두개만 남기기-->>
<nav class="main-nav">
<a href="#" class="active">Main</a>
<a href="#projects">Projects</a>
</nav>
</div>
</header>
<!-- HERO / INTRO -->
<main>
<section class="intro">
<div class="inner">
<p>
<strong>Suhyeon Joo</strong> I'm from korea. represents the initials of 'ordinary art original
art', a space that introduces art creating a point of natural sympathy
for the ordinary daily life of the viewer, the artist’s personal
experience, and the artistic spirit inherent in the work.
</p>
</div>
</section>
<!-- CURRENT EXHIBITION 프로젝트 썸네일 넣어보기 -->
<section class="section">
<div class="inner">
<h2 class="section-title">My recent</h2>
<div class="current-grid">
<!-- 왼쪽 이미지 -->
<article class="current-item">
<div class="image-wrap">
<!-- src 를 네 이미지 파일로 바꿔줘 -->
<img src="images/7.png" alt="Project01">
</div>
<div class="caption">
<p>Kyu Hwa Moon, Jae Youl Jeoung, Sung Joo Ham: Life in Between</p>
<p>11/19–12/27/2025</p>
</div>
</article>
<!-- 오른쪽 이미지 -->
<article class="current-item">
<div class="image-wrap">
<img src="images/8.png" alt="Project02">
</div>
<div class="caption caption-right">
<a href="#">View more ↗</a>
</div>
</article>
<!--수정 이미지 추가-->
<article class="current-item">
<div class="image-wrap">
<img src="images/9.png" alt="Project02">
</div>
<div class="caption caption-right">
<a href="#">View more ↗</a>
</div>
</article>
</div>
</div>
</section>
<!-- PAST EXHIBITION 수정 / 섹션전체 삭제하기 h2/id=projects-->
<section class="section">
<div class="inner">
<h2 id="projects" class="section-title">My project</h2>
<div class="projects-grid">
<div class="project-item"><img src="images/4.png" alt=""></div>
<div class="project-item"><img src="images/5.png" alt=""></div>
<div class="project-item"><img src="images/6.png" alt=""></div>
<div class="project-item"><img src="images/7.png" alt=""></div>
<div class="project-item"><img src="images/8.png" alt=""></div>
<div class="project-item"><img src="images/9.png" alt=""></div>
</div>
</div>
</section>
<!--여기까지 삭제-->
<!-- ABOUT + SPACE IMAGE -->
<section class="section section-about">
<div class="inner about-layout">
<div class="about-text">
<button class="about-button">About</button>
<div class="about-info">
<p>나만의 내용으로 변경</p>
<p>32-11, Samseong-ro 63-gil, Gangnam-gu, Seoul, Republic of Korea</p>
<p>E oaoagallery@gmail.com<br>T 02.6207.3211<br>@oaoa_gallery</p>
<p class="about-hours">
수 - 토요일, 11 - 18시 (월, 화, 일요일, 공휴일 휴관)<br>
Wednesday - Saturday, 11am - 18pm<br>
(Closed on Mon, Tue, Sunday and Holidays)
</p>
</div>
</div>
<div class="about-image">
<img src="images/10.png" alt="oaoa gallery space">
</div>
</div>
</section>
</main>
<!-- FOOTER -->
<footer class="site-footer">
<div class="inner">
<p>Copyright 2022. oaoa gallery All rights reserved.</p>
<a href="#" class="to-top" aria-label="Back to top">
↑
</a>
</div>
</footer>
</body>
</html>