- Added a title and meta subject for the release note template. - Enhanced styling for better readability and user experience, including background color, font adjustments, and button styles. - Introduced new sections for features, including a new tasks list, kanban board, group view, language support, and bug fixes. - Improved responsiveness and dark mode support for the email template.
241 lines
6.7 KiB
HTML
241 lines
6.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<title>Worklenz 2.1.0 Release</title>
|
|
<meta name="subject" content="Worklenz 2.1.0 Release" />
|
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
|
|
<meta content="width=device-width,initial-scale=1" name="viewport">
|
|
<style>
|
|
* {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
background: #f6f8fa;
|
|
font-family: 'Mada', 'Segoe UI', Arial, sans-serif;
|
|
color: #222;
|
|
}
|
|
|
|
a[x-apple-data-detectors] {
|
|
color: inherit !important;
|
|
text-decoration: inherit !important;
|
|
}
|
|
|
|
#MessageViewBody a {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
}
|
|
|
|
p {
|
|
line-height: 1.6;
|
|
}
|
|
|
|
.padding-30 {
|
|
padding: 0px 30px;
|
|
}
|
|
|
|
.padding-20 {
|
|
padding: 0px 20px;
|
|
}
|
|
|
|
.card {
|
|
background: #fff;
|
|
border-radius: 16px;
|
|
box-shadow: 0 2px 12px rgba(24, 144, 255, 0.08);
|
|
margin-bottom: 32px;
|
|
padding: 32px 32px 24px 32px;
|
|
transition: box-shadow 0.2s;
|
|
}
|
|
|
|
.card h3 {
|
|
color: #1890ff;
|
|
margin-top: 0;
|
|
margin-bottom: 12px;
|
|
font-size: 22px;
|
|
}
|
|
|
|
.card img {
|
|
border-radius: 10px;
|
|
margin: 18px 0 0 0;
|
|
box-shadow: 0 1px 8px rgba(24, 144, 255, 0.07);
|
|
max-width: 100%;
|
|
display: block;
|
|
}
|
|
|
|
.feature-list {
|
|
padding-left: 18px;
|
|
margin: 0 0 12px 0;
|
|
}
|
|
|
|
.feature-list li {
|
|
margin-bottom: 6px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.lang-badge {
|
|
display: inline-block;
|
|
background: #e6f7ff;
|
|
color: #1890ff;
|
|
border-radius: 8px;
|
|
padding: 3px 10px;
|
|
font-size: 14px;
|
|
margin-right: 8px;
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.main-btn {
|
|
background: #1890ff;
|
|
border: none;
|
|
outline: none;
|
|
padding: 14px 28px;
|
|
font-size: 18px;
|
|
text-decoration: none;
|
|
color: white;
|
|
border-radius: 23px;
|
|
margin: 32px auto 0 auto;
|
|
font-family: 'Mada', sans-serif;
|
|
display: inline-block;
|
|
box-shadow: 0 2px 8px rgba(24, 144, 255, 0.13);
|
|
transition: background 0.2s, color 0.2s, border 0.2s;
|
|
border: 2px solid #1890ff;
|
|
}
|
|
|
|
.main-btn:hover {
|
|
background: #40a9ff;
|
|
color: #fff;
|
|
border-color: #40a9ff;
|
|
}
|
|
|
|
@media (max-width: 600px) {
|
|
.card {
|
|
padding: 18px 8px 16px 8px;
|
|
}
|
|
|
|
.main-btn {
|
|
width: 90%;
|
|
font-size: 16px;
|
|
padding: 12px 0;
|
|
}
|
|
}
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
body {
|
|
background: #181a1b;
|
|
color: #e6e6e6;
|
|
}
|
|
|
|
.card {
|
|
background: #23272a;
|
|
box-shadow: 0 2px 12px rgba(24, 144, 255, 0.13);
|
|
}
|
|
|
|
.main-btn {
|
|
background: #1890ff;
|
|
color: #fff;
|
|
border: 2px solid #1890ff;
|
|
}
|
|
|
|
.main-btn:hover {
|
|
background: #40a9ff;
|
|
color: #fff;
|
|
border-color: #40a9ff;
|
|
}
|
|
|
|
.logo-light {
|
|
display: none !important;
|
|
}
|
|
|
|
.logo-dark {
|
|
display: block !important;
|
|
}
|
|
}
|
|
|
|
.logo-light {
|
|
display: block;
|
|
}
|
|
|
|
.logo-dark {
|
|
display: none;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="background: #f6f8fa;">
|
|
<tr>
|
|
<td align="center">
|
|
<table border="0" cellpadding="0" cellspacing="0" width="720" style="max-width: 98vw;">
|
|
<tr>
|
|
<td align="center" style="padding: 32px 0 18px 0;">
|
|
<a href="https://worklenz.com" target="_blank" style="display: inline-block;">
|
|
<img class="logo-light"
|
|
src="https://s3.us-west-2.amazonaws.com/worklenz.com/assets/worklenz-light-mode.png"
|
|
alt="Worklenz Light Logo" style="width: 170px; margin-bottom: 0; display: block;" />
|
|
<img class="logo-dark"
|
|
src="https://s3.us-west-2.amazonaws.com/worklenz.com/assets/worklenz-dark-mode.png"
|
|
alt="Worklenz Dark Logo" style="width: 170px; margin-bottom: 0; display: none;" />
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<div class="card">
|
|
<h3>🚀 New Tasks List & Kanban Board</h3>
|
|
<ul class="feature-list">
|
|
<li>Performance optimized for faster loading</li>
|
|
<li>Redesigned UI for clarity and speed</li>
|
|
<li>Advanced filters for easier task management</li>
|
|
</ul>
|
|
<img src="https://s3.us-west-2.amazonaws.com/worklenz.com/gifs/WL20250708/task-list-v2.gif"
|
|
alt="New Task List">
|
|
<img src="https://s3.us-west-2.amazonaws.com/worklenz.com/gifs/WL20250708/kanban-v2.gif"
|
|
alt="New Kanban Board">
|
|
</div>
|
|
<div class="card">
|
|
<h3>📁 Group View in Projects List</h3>
|
|
<ul class="feature-list">
|
|
<li>Toggle between list and group view</li>
|
|
<li>Group projects by client or category</li>
|
|
<li>Improved navigation and organization</li>
|
|
</ul>
|
|
<img src="https://s3.us-west-2.amazonaws.com/worklenz.com/gifs/WL20250708/project-list-group-view.gif"
|
|
alt="Project List Group View">
|
|
</div>
|
|
<div class="card">
|
|
<h3>🌐 New Language Support</h3>
|
|
<span class="lang-badge">Deutsch (DE)</span>
|
|
<span class="lang-badge">Shqip (ALB)</span>
|
|
<p style="margin-top: 10px;">Worklenz is now available in German and Albanian!</p>
|
|
</div>
|
|
<div class="card">
|
|
<h3>🛠️ Bug Fixes & UI Improvements</h3>
|
|
<ul class="feature-list">
|
|
<li>General bug fixes</li>
|
|
<li>UI/UX enhancements for a smoother experience</li>
|
|
<li>Performance improvements across the platform</li>
|
|
</ul>
|
|
</div>
|
|
<div style="text-align: center;">
|
|
<a href="https://app.worklenz.com/auth" target="_blank" class="main-btn">See what's new</a>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="padding: 32px 0 0 0;">
|
|
<hr style="border: none; border-top: 1px solid #e6e6e6; margin: 32px 0 16px 0;">
|
|
<p style="font-family:sans-serif;text-decoration:none; text-align: center; color: #888; font-size: 15px;">
|
|
Click <a href="{{unsubscribe}}" target="_blank" style="color: #1890ff;">here</a> to unsubscribe and
|
|
manage your email preferences.
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
|
|
</html> |