chore: add new service to add subs to danak services in array

This commit is contained in:
mahyargdz
2025-02-13 13:27:21 +03:30
parent 95b9c38031
commit caa968ab4a
24 changed files with 317 additions and 98 deletions
+38
View File
@@ -0,0 +1,38 @@
<html lang="fa">
<head>
<meta charset="UTF-8" />
<title>{{title}}</title>
<style>
body { direction: rtl; font-family: Arial, sans-serif; background-color: #121212; color: #ffffff; text-align: right; margin: 0;
padding: 0; } .container { width: 100%; max-width: 600px; margin: 40px auto; padding: 20px; background-color: #1e1e1e; border-radius:
8px; box-shadow: 0 0 10px rgba(255, 255, 255, 0.1); } .logo { text-align: center; margin-bottom: 20px; } .logo img { max-width: 150px;
} .btn { display: block; width: fit-content; padding: 10px 8px; margin: 20px auto; background-color: #373e47; color: white;
text-decoration: none; border-radius: 5px; text-align: center; } .btn:hover { background-color: #010d1a; } .footer { margin-top: 20px;
font-size: 12px; color: #aaaaaa; text-align: center; } .footer a { color: #ffffff; text-decoration: none; } .footer a:hover {
text-decoration: underline; }
</style>
</head>
<body>
<div class="container">
<div class="logo">
<img src="https://danakcorp.com/logo.png" alt="DanakCorp Logo" />
</div>
<p>سلام {{fullName}},</p>
<p>به <strong>DanakCorp</strong> خوش آمدید! لطفاً برای تأیید ایمیل خود روی دکمه زیر کلیک کنید:</p>
<a href="{{verificationLink}}" class="btn">تأیید ایمیل</a>
<p>اگر دکمه بالا کار نمی‌کند، می‌توانید از لینک زیر استفاده کنید:</p>
<p style="word-break: break-all"><a href="{{verificationLink}}" style="color: #4da6ff">{{verificationLink}}</a></p>
<p>اگر شما این درخواست را ارسال نکرده‌اید، لطفاً این ایمیل را نادیده بگیرید.</p>
<div class="footer">
<p>با تشکر،<br />تیم پشتیبانی <strong>DanakCorp</strong></p>
<p><a href="https://danakcorp.com">DanakCorp.com</a></p>
</div>
</div>
</body>
</html>