25 lines
1.6 KiB
HTML
25 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Storage usage is at 75%</title>
|
|
</head>
|
|
<body style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #ffffff; color: #333333; margin: 0; padding: 0; line-height: 1.6;">
|
|
<div style="max-width: 600px; margin: 0 auto; padding: 40px 20px;">
|
|
<div style="text-align: center; margin-bottom: 30px;">
|
|
<h1 style="color: #2563EB; margin: 0; font-size: 28px; font-weight: 700;">DocQube</h1>
|
|
</div>
|
|
<div style="background-color: #ffffff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 40px; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02);">
|
|
<h2 style="color: #111827; margin-top: 0; font-size: 22px; font-weight: 600;">Storage usage is climbing</h2>
|
|
<p style="color: #4b5563; font-size: 16px;">Hello {{ user_name }},</p>
|
|
<p style="color: #4b5563; font-size: 16px;">Your workspace is currently using {{ used_formatted }} out of {{ quota_formatted }}.</p>
|
|
<p style="color: #4b5563; font-size: 16px;">Nothing is blocked. This note is simply here to keep you informed as usage grows.</p>
|
|
<p style="color: #4b5563; font-size: 16px; margin-bottom: 0;">Best regards,<br><strong style="color: #2563EB;">The DocQube Team</strong></p>
|
|
</div>
|
|
<div style="text-align: center; margin-top: 30px; color: #9ca3af; font-size: 13px;">
|
|
<p style="margin: 0;">© {{ year }} DocQube. All rights reserved.</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|