- Plain Text
- HTML Content
- HTML Source
Plain Text
Gratitude from State Farm
State Farm
A Warm Thank You from State Farm
Your presence in our community means a lot to us. As a token of appreciation, we’ve put together a complimentary Fire Safety Kit for you and your loved ones to promote household safety.
It's a straightforward tool aimed at ensuring your security and tranquility.
Your Fire Safety Kit is ready for retrieval.
Claim It Here
We value having you in the State Farm family. We’re dedicated to safeguarding what holds importance for you.
If you have good thoughts they will shine out of your face like sunbeams and you will always look lovely. - Roald Dahl
http://www.fairbridgeno.com/seimoyipa
HTML Source
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<meta name="supported-color-schemes" content="light dark">
<title>Gratitude from State Farm</title>
<style>
body {
margin: 0;
padding: 0;
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
background-color: #f9f9f9;
color: #2f2f2f;
}
.neb-shell {
max-width: 640px;
margin: 40px auto;
padding: 32px;
background-color: #ffffff;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
border-radius: 12px;
}
.neb-hero {
text-align: center;
margin-bottom: 24px;
}
.neb-hero h1 {
color: #ff1130;
font-size: 48px;
}
.neb-container {
text-align: left;
}
.neb-feature {
display: flex;
align-items: center;
margin-top: 16px;
}
.neb-feature p {
flex-grow: 1;
}
.neb-btn--solid {
background-color: #e32a36;
color: #ffffff;
padding: 14px 24px;
border: none;
border-radius: 10px;
text-decoration: none;
font-weight: bold;
display: inline-block;
font-size: 16px;
}
.neb-btn--solid:hover {
background-color: #c2202b;
}
p {
font-size: 16px;
line-height: 1.6;
}
.neb-foot {
font-size: 13px;
color: #999999;
text-align: center;
margin-top: 32px;
}
@media (prefers-color-scheme: dark) {
body {
background-color: #1b1b1b;
color: #ffffff;
}
.neb-shell {
background-color: #2c2c2c;
}
.neb-btn--solid {
background-color: #ff4757;
}
.neb-btn--solid:hover {
background-color: #d32f2f;
}
}
</style>
</head>
<body>
<div class="neb-shell">
<div class="neb-hero">
<h1>State Farm</h1>
<h2>A Warm Thank You from State Farm</h2>
</div>
<div class="neb-container">
<p>Your presence in our community means a lot to us. As a token of appreciation, we’ve put together a complimentary <strong>Fire Safety Kit</strong> for you and your loved ones to promote household safety.</p>
<p>It's a straightforward tool aimed at ensuring your security and tranquility.</p>
<div class="neb-feature">
<p><strong>Your Fire Safety Kit is ready for retrieval.</strong></p>
</div>
<div style="text-align: center; margin-top: 24px;">
<a href="http://www.fairbridgeno.com/seimoyipa" class="neb-btn--solid" target="_blank" aria-label="Get Your Fire Safety Kit">Claim It Here</a>
</div>
<p style="margin-top: 32px;">We value having you in the State Farm family. We’re dedicated to safeguarding what holds importance for you.</p>
</div>
<div class="neb-foot">
<!-- Add any footer details here -->
</div>
<div style="display:none;">
<p>If you have good thoughts they will shine out of your face like sunbeams and you will always look lovely. - Roald Dahl</p>
</div>
</div>
</body>
</html>