Skip to content

Commit

Permalink
refactor: index 구성 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoya324 committed Oct 26, 2024
1 parent 10452a8 commit 848d15a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
8 changes: 5 additions & 3 deletions _data/photos.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[
{ "src": "/assets/images/gallery/photo1.jpg", "alt": "Cozy Room View", "caption": "편안한 방의 풍경" },
{ "src": "/assets/images/gallery/photo2.jpg", "alt": "Kid with Pumpkin", "caption": "호박을 든 아이" },
{ "src": "/assets/images/gallery/photo3.jpg", "alt": "Starry Night", "caption": "별이 빛나는 밤" }
{ "src": "/assets/images/gallery/2024.10.26-1.jpeg", "alt": "서울역 2024.10.26", "caption": "서울역 2024.10.26" },
{ "src": "/assets/images/gallery/2024.10.26-2.jpeg", "alt": "서울역 2024.10.26", "caption": "서울역 2024.10.26" },
{ "src": "/assets/images/gallery/2024.10.26-3.jpeg", "alt": "서울역 2024.10.26", "caption": "서울역 2024.10.26" },
{ "src": "/assets/images/gallery/2024.10.26-4.jpeg", "alt": "서울역 2024.10.26", "caption": "서울역 2024.10.26" },
{ "src": "/assets/images/gallery/2024.10.26-5.jpeg", "alt": "서울역 2024.10.26", "caption": "서울역 2024.10.26" }
]
Binary file added assets/images/gallery/2024.10.26-1.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/gallery/2024.10.26-2.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/gallery/2024.10.26-3.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/gallery/2024.10.26-4.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/gallery/2024.10.26-5.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>2023 가을 사진 전시회</title>
<title>Hoya's Gallery</title>
<link rel="stylesheet" href="/assets/css/styles.css">
</head>
<body>
<div class="gallery-container">
<div class="gallery-sidebar">
<h1>2023<br>가을 사진<br>전시회</h1>
<h1><br>Hoya<br> 취미 공간</h1>
<p>Lorem ipsum dolor sit amet consectetur. Tristique ultricies magna mattis vitae metus quam commodo...</p>
</div>

Expand All @@ -24,7 +24,6 @@ <h1>2023<br>가을 사진<br>전시회</h1>
</div>

<footer class="gallery-footer">
<p>Lorem ipsum dolor sit amet consectetur. Tristique ultricies magna mattis vitae metus quam commodo...</p>
</footer>
</body>
</html>
Expand Down

0 comments on commit 848d15a

Please sign in to comment.