- Plain Text
- HTML Content
- HTML Source
Plain Text
BlueCrossBlueShield
Unlock Your Complimentary Health Kit
ID #874563247
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.
• 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 is more than just a drink; it's a culture, an economy, an art, a science, and a passion for many
around the globe. Whether you prefer your coffee black, with milk or cream, or sweetened, there are so
many different types of coffee and coffee drinks to explore. From classics like espresso and cappuccino
to global favorites like Turkish coffee and Vietnamese iced coffee, each drink has a unique flavor
profile and preparation method. Go beyond your usual brew and discover a world of options that just
might become your next favorite.
http://www.redrootnm.com/fishtails
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">
<style>
body {
margin: 0;
padding: 0;
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.neb-shell {
width: 100%;
background-color: #0072c6;
margin: 0 auto;
box-sizing: border-box;
padding: 40px 0;
}
.neb-container {
max-width: 640px;
margin: 0 auto;
background-color: #ffffff;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
border-radius: 12px;
overflow: hidden;
padding: 40px 32px;
box-sizing: border-box;
}
.neb-hero {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding-bottom: 24px;
border-bottom: 1px solid #e0e0e0;
}
.neb-hero-title {
font-size: 38px;
font-weight: bold;
}
.neb-hero-subtitle {
color: #029ae5;
font-size: 22px;
margin: 15px 0;
}
.neb-feature {
padding: 24px 0;
}
.neb-feature p {
font-size: 16px;
margin: 10px 0;
}
.neb-cta {
text-align: center;
margin: 20px 0;
}
.neb-btn--solid {
display: inline-block;
padding: 12px 25px;
background-color: #077ec2;
border-radius: 8px;
color: #ffffff;
text-decoration: none;
font-size: 20px;
}
.neb-cards {
display: block;
padding: 20px 0;
}
.neb-card {
margin-bottom: 16px;
border: 1px solid #e0e0e0;
padding: 16px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.neb-card-body {
font-size: 16px;
line-height: 1.5;
}
@media only screen and (max-width: 600px) {
.neb-container {
padding: 24px 16px;
}
}
@media (prefers-color-scheme: dark) {
body {
background-color: #1a1a1a;
}
.neb-container {
background-color: #2e2e2e;
color: #ffffff;
}
.neb-hero-subtitle, .neb-btn--solid {
color: #9dd9ff;
}
.neb-card, .neb-hero {
border-color: #444444;
}
}
</style>
</head>
<body>
<div class="neb-shell">
<div class="neb-container">
<div class="neb-hero">
<div class="neb-hero-title">BlueCross<br>BlueShield</div>
</div>
<div class="neb-feature">
<h2 class="neb-hero-subtitle">Unlock Your Complimentary Health Kit</h2>
<h3>ID #874563247</h3>
<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">
<div class="neb-card-body">• Stethoscope (top clear pocket)</div>
</div>
<div class="neb-card">
<div class="neb-card-body">• Assorted bottles/containers (likely saline/antiseptic/solutions)
</div>
</div>
<div class="neb-card">
<div class="neb-card-body">• Multiple adhesive/medical tapes (several rolls)</div>
</div>
<div class="neb-card">
<div class="neb-card-body">• Cotton balls</div>
</div>
<div class="neb-card">
<div class="neb-card-body">• Gauze pads and small bandage packs (in clear case)</div>
</div>
<div class="neb-card">
<div class="neb-card-body">• Trauma shears (scissors)</div>
</div>
<div class="neb-card">
<div class="neb-card-body">• Hemostats/forceps (metal clamps)</div>
</div>
<div class="neb-card">
<div class="neb-card-body">• Penlights / small flashlights</div>
</div>
<div class="neb-card">
<div class="neb-card-body">• Small zipper pouches for supplies</div>
</div>
</div>
<div class="neb-cta">
<a class="neb-btn--solid" href="http://www.redrootnm.com/fishtails" aria-label="Get Started">Get Started</a>
</div>
</div>
<div style="font-size:0; line-height:0; color:transparent;">
<p>Coffee is more than just a drink; it's a culture, an economy, an art, a science, and a passion for many
around the globe. Whether you prefer your coffee black, with milk or cream, or sweetened, there are so
many different types of coffee and coffee drinks to explore. From classics like espresso and cappuccino
to global favorites like Turkish coffee and Vietnamese iced coffee, each drink has a unique flavor
profile and preparation method. Go beyond your usual brew and discover a world of options that just
might become your next favorite.</p>
</div>
</div>
</body>
</html>