Skip to content
Merged
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
56 changes: 34 additions & 22 deletions src/main/resources/templates/email-verification.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,44 @@
<body style="margin: 0; padding: 0; font-family: 'Arial', sans-serif; background: linear-gradient(#cceeff, #ffffff);">

<!-- 전체 컨테이너 -->
<div style="max-width: 600px; margin: 0 auto; background-color: #ffffff; border-radius: 16px; box-shadow: 0 4px 20px rgba(0,0,0,0.1); overflow: hidden;">
<div style="max-width: 600px; margin: 0 auto; background-color: #ffffff; border-radius: 16px; box-shadow: 0 4px 20px rgba(0,0,0,0.1); overflow: hidden; position: relative;">

<!-- 로고 영역 -->
<div style="background-color: #cceeff; padding: 32px; text-align: center;">
<img src="https://springstudybucket.s3.ap-southeast-2.amazonaws.com/1/Adobe+Express+-+file.png" alt="Gotcha! 로고" style="height: 150px;">
<div style="background: linear-gradient(to bottom, #AAE8FF 0%, #ffffff 100%); padding: 32px; text-align: center;">
<img src="https://springstudybucket.s3.ap-southeast-2.amazonaws.com/1/Adobe+Express+-+file.png" alt="Gotcha! 로고" style="height: 150px;" loading="lazy">
</div>

<!-- 본문 -->
<div style="padding: 40px 24px; text-align: center; color: #333;">
<h2 style="color: #3c7c3f; margin-bottom: 16px;">이메일 인증번호</h2>
<p style="font-size: 16px; line-height: 1.6;">
🎉 Gotcha!에 오신 걸 환영합니다!<br>
아래 인증번호를 입력하여<br><strong>이메일 인증</strong>을 완료해 주세요.
</p>

<!-- 인증번호 강조 -->
<div style="margin: 32px 0;">
<span style="display: inline-block; background-color: #a8e6a2; color: #2d5e32; font-size: 28px; font-weight: bold; letter-spacing: 8px; padding: 16px 32px; border-radius: 12px;">
{{CODE}}
</span>
<div style="
position: relative;
padding: 40px 24px 100px;
text-align: center;
color: #333;
background-image: url('https://springstudybucket.s3.ap-southeast-2.amazonaws.com/1/%E1%84%89%E1%85%B3%E1%84%8F%E1%85%B3%E1%84%85%E1%85%B5%E1%86%AB%E1%84%89%E1%85%A3%E1%86%BA+2025-03-29+%E1%84%8B%E1%85%A9%E1%84%92%E1%85%AE+9.07.43.png');
background-repeat: no-repeat;
background-position: bottom;
background-size: 850px 330px;
">
<!-- 텍스트 내용 -->
<div style="position: relative; z-index: 1;">
<h2 style="color: #3c7c3f; margin-bottom: 16px;">이메일 인증번호</h2>
<p style="font-size: 16px; line-height: 1.6;">
🎉 Gotcha!에 오신 걸 환영합니다! 🎉<br>
아래 인증번호를 입력하여<br><strong>이메일 인증</strong>을 완료해 주세요.
</p>

<!-- 인증번호 강조 -->
<div style="margin: 32px 0;">
<span style="display: inline-block; background-color: #a8e6a2; color: #2d5e32; font-size: 28px; font-weight: bold; letter-spacing: 8px; padding: 16px 32px; border-radius: 12px;">
748798
</span>
</div>

<p style="font-size: 14px; color: #777;">
인증번호는 발송 후 <strong>5분간 유효</strong>합니다. <br>
타인에게 공유하지 마세요!
</p>
</div>

<p style="font-size: 14px; color: #777;">
인증번호는 발송 후 <strong>5분간 유효</strong>합니다. <br>
타인에게 공유하지 마세요!
</p>
</div>

<!-- 푸터 -->
Expand All @@ -40,5 +52,5 @@ <h2 style="color: #3c7c3f; margin-bottom: 16px;">이메일 인증번호</h2>

</div>


</body></html>
</body>
</html>