Rebrand and updated copyright date

This commit is contained in:
jackiettran
2025-12-22 22:35:57 -05:00
parent 955517347e
commit 07e5a2a320
48 changed files with 3729 additions and 3368 deletions

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Reset Your Password - RentAll</title>
<title>Reset Your Password - Village Share</title>
<style>
/* Reset styles */
body, table, td, p, a, li, blockquote {
@@ -202,7 +202,7 @@
<body>
<div class="email-container">
<div class="header">
<div class="logo">RentAll</div>
<div class="logo">Village Share</div>
<div class="tagline">Password Reset Request</div>
</div>
@@ -211,7 +211,7 @@
<h1>Reset Your Password</h1>
<p>We received a request to reset the password for your RentAll account. Click the button below to choose a new password.</p>
<p>We received a request to reset the password for your Village Share account. Click the button below to choose a new password.</p>
<div style="text-align: center;">
<a href="{{resetUrl}}" class="button">Reset Password</a>
@@ -232,14 +232,14 @@
<p><strong>Security tip:</strong> Choose a strong password that includes a mix of uppercase and lowercase letters, numbers, and special characters. Never share your password with anyone.</p>
</div>
<p>Thanks for using RentAll!</p>
<p>Thanks for using Village Share!</p>
</div>
<div class="footer">
<p><strong>RentAll</strong></p>
<p><strong>Village Share</strong></p>
<p>This is a transactional email sent in response to a password reset request. You received this message because someone requested a password reset for this email address.</p>
<p>If you have any questions or concerns, please contact our support team.</p>
<p>&copy; 2024 RentAll. All rights reserved.</p>
<p>&copy; 2025 Village Share. All rights reserved.</p>
</div>
</div>
</body>