<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
font-family: 'Helvetica', 'Arial', sans-serif;
background-color: #f4f7fc;
margin: 0;
padding: 0;
color: #333;
}
.email-container {
width: 100%;
max-width: 700px;
margin: 0 auto;
background-color: #fff;
border-radius: 10px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
padding: 40px;
}
.email-header {
text-align: center;
padding-bottom: 20px;
}
.email-header h1 {
color: #2c3e50;
font-size: 28px;
margin: 0;
}
.email-title {
color: #3498db;
font-size: 24px;
font-weight: bold;
margin-top: 10px;
}
.email-description {
font-size: 16px;
line-height: 1.7;
margin-top: 15px;
color: #7f8c8d;
}
.cta-button {
display: inline-block;
padding: 14px 25px;
background-color: #3498db;
color: #fff;
font-size: 16px;
font-weight: bold;
text-decoration: none;
border-radius: 5px;
text-align: center;
margin-top: 20px;
}
.cta-button:hover {
background-color: #2980b9;
}
.footer {
text-align: center;
margin-top: 40px;
font-size: 14px;
color: #95a5a6;
}
.unsubscribe-link {
color: #e74c3c;
text-decoration: none;
}
.unsubscribe-link:hover {
text-decoration: underline;
}
.email-card {
background-color: #ecf0f1;
padding: 20px;
border-radius: 8px;
margin-top: 20px;
}
.email-card h2 {
color: #34495e;
font-size: 20px;
margin: 0;
}
.email-card p {
color: #7f8c8d;
font-size: 14px;
margin-top: 5px;
}
.email-footer {
text-align: center;
padding-top: 30px;
padding-bottom: 20px;
}
@media (max-width: 600px) {
.email-container {
padding: 30px;
}
.cta-button {
width: 100%;
padding: 15px;
font-size: 18px;
}
}
</style>
</head>
<body>
<div class="email-container">
<div class="email-header">
<h1>Merhaba!</h1>
<p class="email-description">Yeni bir <strong>proje</strong> yayınladık. İşte detaylar:</p>
</div>
<div class="email-card">
<h2 class="email-title">undefined</h2>
<p class="email-description">undefined</p>
</div>
<p class="email-description">İlgili <strong>projeyi</strong> okumak için aşağıdaki bağlantıya tıklayın:</p>
<a href="https://blog.buraksaglik.com/undefined" class="cta-button">undefined</a>
<div class="footer">
<p>İyi okumalar!</p>
<p>Not: E-posta bildirimlerini almak istemiyorsanız, <a href="https://blog.buraksaglik.com/unsubscribe/undefined" class="unsubscribe-link">buraya</a> tıklayın.</p>
</div>
<div class="email-footer">
<p>https://blog.buraksaglik.com </p>
</div>
</div>
</body>
</html>