Separate wedding artwork layers
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
<main class="upload-page">
|
||||
<section class="wedding-card" aria-labelledby="archive-title">
|
||||
<div class="poster">
|
||||
<img class="poster__image" src="/assets/wedding-poster.png" alt="">
|
||||
<img class="poster__bg" src="/assets/wedding-gate-bg.png" alt="">
|
||||
<img class="poster__couple" src="/assets/wedding-couple.png" alt="">
|
||||
|
||||
<div class="poster__plate">
|
||||
<h1 id="archive-title">{{title}}</h1>
|
||||
@@ -42,7 +43,7 @@
|
||||
<section class="thank-you" hidden>
|
||||
<p class="thank-you__eyebrow">THANK YOU</p>
|
||||
<h2>감사합니다</h2>
|
||||
<p>소중한 오늘을 함께 남겨주셔서 고마워요.</p>
|
||||
<p>소중한 오늘을 함께 남겨주셔서 감사드립니다.</p>
|
||||
<a class="upload-again" href="/r/{{slug}}">사진 더 올리기</a>
|
||||
</section>
|
||||
</section>
|
||||
@@ -116,8 +117,8 @@
|
||||
|
||||
form.hidden = true;
|
||||
thanks.hidden = false;
|
||||
thanks.querySelector("p:last-of-type").textContent =
|
||||
`${result.count || input.files.length}개 파일을 잘 받았어요. 소중한 오늘을 함께 남겨주셔서 고마워요.`;
|
||||
thanks.querySelector("p:last-of-type").innerHTML =
|
||||
`${result.count || input.files.length}개의 파일 잘 받았습니다.<br>소중한 오늘을 함께 남겨주셔서 감사드립니다.`;
|
||||
} catch (error) {
|
||||
submit.disabled = false;
|
||||
form.dataset.uploading = "false";
|
||||
|
||||
Reference in New Issue
Block a user