Update wedding poster upload design
This commit is contained in:
+10
-11
@@ -8,17 +8,19 @@
|
||||
</head>
|
||||
<body>
|
||||
<main class="upload-page">
|
||||
<section class="archive-card" aria-labelledby="archive-title">
|
||||
<div class="archive-card__glow" aria-hidden="true"></div>
|
||||
<img class="archive-card__art" src="/assets/hero-wedding.png" alt="">
|
||||
<section class="wedding-card" aria-labelledby="archive-title">
|
||||
<div class="poster">
|
||||
<img class="poster__image" src="/assets/wedding-poster.png" alt="">
|
||||
|
||||
<div class="archive-card__copy">
|
||||
<h1 id="archive-title">{{title}}</h1>
|
||||
<p class="archive-card__subtitle">WEDDING ARCHIVE</p>
|
||||
<div class="poster__plate">
|
||||
<h1 id="archive-title">{{title}}</h1>
|
||||
<p class="poster__date">2026.05.24 SUN</p>
|
||||
<p class="poster__subtitle">OUR WEDDING ARCHIVE</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<form class="upload-panel" method="post" action="/r/{{slug}}" enctype="multipart/form-data">
|
||||
<p class="upload-panel__today">당신이 본 오늘</p>
|
||||
<p class="upload-panel__today">오늘의 순간</p>
|
||||
|
||||
<label class="file-picker">
|
||||
<span class="file-picker__label">사진 선택</span>
|
||||
@@ -26,11 +28,8 @@
|
||||
</label>
|
||||
|
||||
<button class="upload-button" type="submit" aria-label="업로드">
|
||||
<span>축하 사진</span>
|
||||
<span>올리기</span>
|
||||
<span>사진 올리기</span>
|
||||
</button>
|
||||
|
||||
<p class="upload-panel__note">총 {{maxMb}} MB까지 · {{allowedExts}}</p>
|
||||
</form>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user