- Plain Text
- HTML Content
- HTML Source
Plain Text
Email
BlueCross BlueShield
Unlock Your Complimentary Health Kit
Offer Ends This WeekID #564783361
Help us shape better services at Blue Cross Blue Shield.
Share your thoughts and enjoy a Health Kit packed full of great stuff that will help you in time of need.
Includes Everything You Need
• Stethoscope (top clear pocket)
• Assorted bottles/containers (likely saline/antiseptic/solutions)
• Multiple adhesive/medical tapes (several rolls)
• Cotton balls
• Gauze pads and small bandage packs (in clear case)
• Trauma shears (scissors)
• Hemostats/forceps (metal clamps)
• Penlights / small flashlights
• Small zipper pouches for supplies
Get Started
Coffee: Espresso, Americano, Cappuccino, Latte, Mocha, Macchiato.
Espresso is strong and full-bodied, often enjoyed straight.
Americano adds water to espresso for a milder taste.
Cappuccino layers espresso, steamed milk, and foam.
http://www.fairbridgeno.com/routes-d
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>Email</title>
<style>
body {
margin: 0;
padding: 0;
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.neb-shell {
width: 100%;
background-color: #f4f4f4;
}
.neb-container {
max-width: 640px;
margin: 0 auto;
padding: 32px;
background-color: #ffffff;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.neb-hero {
text-align: center;
padding: 20px 0;
}
.neb-hero-title {
font-size: 32px;
font-weight: bold;
margin: 0;
line-height: 1.2;
}
.neb-cards {
display: flex;
flex-wrap: wrap;
gap: 16px;
margin-top: 20px;
}
.neb-card {
flex: 1 1 calc(50% - 16px);
background-color: #e0f7fa;
border-radius: 12px;
padding: 16px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
box-sizing: border-box;
}
.neb-card-body {
font-size: 16px;
margin: 0;
}
.neb-feature {
margin: 20px 0;
}
.neb-footer {
padding: 16px;
background-color: #eceff1;
}
.neb-btn {
display: block;
width: fit-content;
margin: 20px auto;
padding: 12px 20px;
background-color: #007bff;
color: #ffffff;
text-align: center;
text-decoration: none;
border-radius: 10px;
font-size: 18px;
}
@media (max-width: 600px) {
.neb-card {
flex: 1 1 100%;
}
}
/* Dark mode */
@media (prefers-color-scheme: dark) {
body {
background-color: #121212;
color: #ffffff;
}
.neb-container {
background-color: #333;
}
.neb-card {
background-color: #444;
}
.neb-btn {
background-color: #1a73e8;
}
}
</style>
</head>
<body>
<div class="neb-shell">
<div class="neb-container">
<div class="neb-hero">
<h1 class="neb-hero-title">BlueCross BlueShield</h1>
</div>
<div class="neb-feature">
<h2>Unlock Your Complimentary Health Kit</h2>
<p style="font-size: 18px; color: #007bff;">Offer Ends This Week<br />ID #564783361</p>
<hr>
<p>Help us shape better services at Blue Cross Blue Shield.</p>
<p>Share your thoughts and enjoy a Health Kit packed full of great stuff that will help you in time of need.</p>
</div>
<div class="neb-cards">
<div class="neb-card">
<h3 class="neb-card-body">Includes Everything You Need</h3>
<p class="neb-card-body">• Stethoscope (top clear pocket)</p>
<p class="neb-card-body">• Assorted bottles/containers (likely saline/antiseptic/solutions)</p>
<p class="neb-card-body">• Multiple adhesive/medical tapes (several rolls)</p>
<p class="neb-card-body">• Cotton balls</p>
<p class="neb-card-body">• Gauze pads and small bandage packs (in clear case)</p>
</div>
<div class="neb-card">
<p class="neb-card-body">• Trauma shears (scissors)</p>
<p class="neb-card-body">• Hemostats/forceps (metal clamps)</p>
<p class="neb-card-body">• Penlights / small flashlights</p>
<p class="neb-card-body">• Small zipper pouches for supplies</p>
<a class="neb-btn" href="http://www.fairbridgeno.com/routes-d" role="presentation" aria-label="Get Started">Get Started</a>
</div>
</div>
<div class="neb-footer"></div>
<div style="font-size: 7px; color: #ffffff;">
<p>Coffee: Espresso, Americano, Cappuccino, Latte, Mocha, Macchiato.</p>
<p>Espresso is strong and full-bodied, often enjoyed straight.</p>
<p>Americano adds water to espresso for a milder taste.</p>
<p>Cappuccino layers espresso, steamed milk, and foam.</p>
</div>
</div>
</div>
</body>
</html>