summaryrefslogtreecommitdiff
path: root/lib/mail/templates/tech-vendor-invitation.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mail/templates/tech-vendor-invitation.hbs')
-rw-r--r--lib/mail/templates/tech-vendor-invitation.hbs148
1 files changed, 148 insertions, 0 deletions
diff --git a/lib/mail/templates/tech-vendor-invitation.hbs b/lib/mail/templates/tech-vendor-invitation.hbs
new file mode 100644
index 00000000..cabd884e
--- /dev/null
+++ b/lib/mail/templates/tech-vendor-invitation.hbs
@@ -0,0 +1,148 @@
+<!DOCTYPE html>
+<html lang="ko">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>eVCP 기술영업 협력업체 등록 초대</title>
+ <style>
+ body {
+ margin: 0 !important;
+ padding: 20px !important;
+ background-color: #f4f4f4;
+ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
+ line-height: 1.6;
+ }
+ .email-container {
+ max-width: 600px;
+ margin: 0 auto;
+ background-color: #ffffff;
+ padding: 30px;
+ border-radius: 10px;
+ box-shadow: 0 4px 15px rgba(0,0,0,0.1);
+ }
+ .header {
+ border-bottom: 3px solid #163CC4;
+ padding-bottom: 20px;
+ margin-bottom: 30px;
+ }
+ .logo {
+ color: #163CC4;
+ font-weight: bold;
+ font-size: 36px;
+ margin: 0;
+ }
+ .title {
+ color: #1f2937;
+ font-size: 28px;
+ font-weight: 600;
+ margin: 0 0 20px 0;
+ }
+ .content {
+ color: #374151;
+ font-size: 16px;
+ line-height: 1.7;
+ margin-bottom: 16px;
+ }
+ .highlight-box {
+ background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
+ border-left: 4px solid #163CC4;
+ border-radius: 8px;
+ padding: 20px;
+ margin: 25px 0;
+ }
+ .cta-button {
+ display: inline-block;
+ background: linear-gradient(135deg, #163CC4 0%, #1e40af 100%);
+ color: #ffffff !important;
+ text-decoration: none;
+ padding: 15px 35px;
+ border-radius: 8px;
+ font-weight: 600;
+ font-size: 16px;
+ text-align: center;
+ transition: all 0.3s ease;
+ box-shadow: 0 4px 12px rgba(22, 60, 196, 0.3);
+ }
+ .footer {
+ border-top: 1px solid #e5e7eb;
+ padding-top: 20px;
+ margin-top: 40px;
+ text-align: center;
+ }
+ .footer-text {
+ color: #6b7280;
+ font-size: 14px;
+ margin: 8px 0;
+ }
+ </style>
+</head>
+<body>
+ <div class="email-container">
+ <div class="header">
+ <h1 class="logo">eVCP</h1>
+ </div>
+
+ <h1 class="title">기술영업 협력업체 등록 초대</h1>
+
+ <p class="content">
+ <strong>{{companyName}}</strong> 귀하,
+ </p>
+
+ <p class="content">
+ 안녕하세요. 삼성중공업 eVCP 시스템입니다.
+ </p>
+
+ <p class="content">
+ 귀사를 저희 <strong>eVCP 기술영업 협력업체</strong>로 등록하도록 정중히 초대합니다.
+ 기술영업 협력업체로 등록하시면 다음과 같은 혜택을 누리실 수 있습니다:
+ </p>
+
+ <div class="highlight-box">
+ <ul style="margin: 0; padding-left: 20px; color: #374151;">
+ <li style="margin-bottom: 8px;">기술 제안서(RFQ) 참여 기회</li>
+ <li style="margin-bottom: 8px;">기술 검토 및 평가 프로세스 참여</li>
+ <li style="margin-bottom: 8px;">조선/해양 프로젝트 기술영업 참여</li>
+ <li style="margin-bottom: 8px;">온라인 플랫폼을 통한 효율적인 업무 처리</li>
+ </ul>
+ </div>
+
+ <p class="content">
+ 아래 버튼을 클릭하여 기술영업 협력업체 등록을 완료해 주세요.
+ 등록 포털에서 귀사의 기본 정보, 기술 역량, 연락처 등을 입력하실 수 있습니다.
+ </p>
+
+ <p style="text-align: center; margin: 30px 0;">
+ <a href="{{registrationLink}}" target="_blank" class="cta-button">
+ 📝 기술영업 협력업체 등록하기
+ </a>
+ </p>
+
+ <div style="background-color: #fef3c7; border: 1px solid #f59e0b; border-radius: 6px; padding: 15px; margin: 25px 0;">
+ <p style="margin: 0; color: #92400e; font-size: 14px;">
+ ⚠️ <strong>중요:</strong> 이 초대 링크는 <strong>7일 후</strong>에 만료됩니다.
+ 가능한 빠른 시일 내에 등록을 완료해 주세요.
+ </p>
+ </div>
+
+ <p class="content">
+ 등록 과정에서 문제가 발생하거나 궁금한 사항이 있으시면,
+ 언제든지 <strong>support@evcp.com</strong>으로 연락 주시기 바랍니다.
+ </p>
+
+ <p class="content">
+ 귀사와 함께 성공적인 파트너십을 구축하고,
+ 저희 기술영업 협력업체 네트워크의 소중한 일원이 되어 주시기를 기대합니다.
+ </p>
+
+ <p class="content" style="margin-top: 30px;">
+ 감사합니다.<br>
+ <strong>삼성중공업 eVCP 기술영업팀</strong>
+ </p>
+
+ <div class="footer">
+ <p class="footer-text">© 2024 Samsung Heavy Industries eVCP. All rights reserved.</p>
+ <p class="footer-text">이 메일은 자동으로 발송된 메일입니다. 회신하지 마시기 바랍니다.</p>
+ </div>
+ </div>
+</body>
+</html> \ No newline at end of file