working #44

Merged
derek merged 3 commits from working into main 2025-09-23 20:45:40 -07:00
2 changed files with 24 additions and 39 deletions
+2 -5
View File
@@ -9,15 +9,12 @@ Server:
Update the company rating Update the company rating
JobCleanupService: JobCleanupService:
Need to update notification email Need to update notification email to show what job and to follow theme of website
CompanyEmailVerify: CompanyEmailVerify:
Need to update notification email Need to update notification email to follow theme of website
Create page to notify cx that their work email has been verified Create page to notify cx that their work email has been verified
Emails:
Make emails follow theme of website better
JobListingController: JobListingController:
Dont refresh on every filter edit Dont refresh on every filter edit
Line 63 is terrible and need to be fixed in the JobListing DB JobListingController Line 63 is terrible and need to be fixed in the JobListing DB JobListingController
@@ -11,40 +11,28 @@ namespace BoredCareers.Services {
<html lang=""en""> <html lang=""en"">
<head> <head>
<meta charset=""UTF-8""> <meta charset=""UTF-8"">
<meta name=""viewport"" content=""width=device-width, initial-scale=1.0""> <meta name=viewport content=""width=device-width, initial-scale=1.0"">
<title>Verify Your Email</title> <title>Verify Your Email</title>
</head> </head>
<body style=""font-family: Arial, sans-serif; background-color: #f4f4f4; margin: 0; padding: 0;""> <body style=""font-family: Arial, sans-serif; background-color: oklch(.1 .065 264); margin: 0; padding: 0;"">
<table role=""presentation"" style=""width: 100%; background-color: #f4f4f4; padding: 20px 0;""> <div role=""presentation"" style=""max-width: 600px; width: 100%; background-color: oklch(.15 .065 264); margin: 100px auto; border-radius: 8px; border: solid 1px oklch(.5 .13 264)"">
<tr> <div style=""padding: 20px; text-align: center; background-color: oklch(.5 .13 264); color: oklch(.96 .1 264); border-top-left-radius: 8px; border-top-right-radius: 8px;"">
<td>
<table role=""presentation"" style=""max-width: 600px; width: 100%; background-color: #ffffff; margin: 0 auto; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);"">
<tr>
<td style=""padding: 20px; text-align: center; background-color: #4CAF50; color: #ffffff; border-top-left-radius: 8px; border-top-right-radius: 8px;"">
<h2>Verify Email Request</h2> <h2>Verify Email Request</h2>
</td> </div>
</tr> <div style=""padding: 20px; text-align: left; font-size: 16px; color: oklch(.76 .1 264);"">
<tr>
<td style=""padding: 20px; text-align: left; font-size: 16px; color: #333333;"">
<p>Hi @CompanyName,</p> <p>Hi @CompanyName,</p>
<p>Thank you for making an account with us:</p> <p>Thank you for making an account with us</p>
<p>In order to start using your account we need to verify your email address by clicking the link below:</p> <p>In order to start using your account we need to verify your email address by clicking the link below:</p>
<p style=""text-align: center;""> <p style=""text-align: center;"">
<a href=""https://boredcareers.com/api/company/verifyemail?CompanyID=@ID&EmailToken=@VerifyPassword"" style=""background-color: #4CAF50; color: #ffffff; text-decoration: none; padding: 15px 25px; font-size: 16px; border-radius: 5px; display: inline-block;"">Verify Email</a> <a href=""https://boredcareers.com/api/company/verifyemail?CompanyID=@ID&EmailToken=@VerifyPassword"" style=""background-color: oklch(.76 .13 84); color: #ffffff; text-decoration: none; padding: 15px 25px; font-size: 16px; border-radius: 5px; display: inline-block;"">Verify Email</a>
</p> </p>
<p>If you didn't create an account please ignore this email.</p> <p>If you didn't create an account please ignore this email.</p>
<p>Best regards</p> <p>Best regards</p>
</td> </div>
</tr> <div style=""padding: 10px; text-align: center; background-color: oklch(.15 .065 264); color: #888888; font-size: 12px; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;"">
<tr> <p>If you have any questions, feel free to <a href=""mailto:webmaster@mistox.com"" style=""color: oklch(.76 .13 84); text-decoration: none;"">contact support</a>.</p>
<td style=""padding: 10px; text-align: center; background-color: #f4f4f4; color: #888888; font-size: 12px; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;""> </div>
<p>If you have any questions, feel free to <a href=""mailto:webmaster@mistox.com"" style=""color: #4CAF50; text-decoration: none;"">contact support</a>.</p> </div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body> </body>
"; ";