Return-Path: <support@boogolinks.nl>
From: A Member-Only Surprise Inside <support@boogolinks.nl>
To: bruce@untroubled.org
Subject: A Perk to Take Into the Weekend
Message-ID: <02bb987a38ec4283853d8548abc1dd72@boogolinks.nl>
Date: Tue, 15 Sep 2026 10:46:06 +0000
MIME-Version: 1.0
Content-Type: text/html; charset=utf-8
Content-Length: 5182

﻿<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Xfinity Email</title>
  <style>
    :root {
        /* ========================================== */
        /* COLOR THEME CONFIGURATION                 */
        /* Easily edit theme colors here!            */
        /* ========================================== */
        --body-bg: #f5f5f5;
        --container-bg: #D9E3F0;
        --text-dark: #000000;
        --accent-blue: #5223FE;
        --accent-red: red;
        --btn-bg: #5223FE;
        --btn-hover: #3b19b5;
        --footer-text: #666666;
    }
    body {
        margin: 0;
        padding: 0;
        font-family: Arial, sans-serif;
        background-color: var(--body-bg);
    }
    .outer-container {
        width: 100%;
        padding: 40px 0;
        display: flex;
        justify-content: center;
    }
    .container {
        position: relative;
        width: 100%;
        max-width: 600px;
        background-color: var(--container-bg);
        padding: 30px 20px;
        text-align: center;
        border-radius: 12px;
        overflow: hidden;
    }
    .bg-left, .bg-right {
        position: absolute;
        top: 0;
        height: 100%;
        width: auto;
        z-index: 0;
    }
    .bg-left {
        left: -190px;
    }
    .bg-right {
        right: -190px;
        left: auto;
    }
    .content {
        position: relative;
        z-index: 1;
    }
    .logo {
        margin-bottom: 25px;
        max-width: 180px;
        height: auto;
    }
    p {
        margin: 15px 0;
        line-height: 1.6;
        font-size: 16px;
        color: var(--text-dark);
    }
    .content p:first-of-type {
        font-size: 20px;
        font-weight: bold;
        color: var(--text-dark);
    }
    .product-name {
        font-size: 36px;
        font-weight: 900;
        color: var(--accent-blue);
        margin: 20px 0;
        letter-spacing: 0.5px;
    }
    .product-image {
        display: block;
        width: 100%;
        max-width: 400px;
        height: auto;
        margin: 20px auto;
        border-radius: 10px;
        object-fit: contain;
    }
    .small-text {
        font-size: 15px;
        font-weight: 600;
        color: var(--accent-red);
        margin: 15px 0 25px 0;
    }
    .button {
        display: inline-block;
        padding: 20px 40px;
        background-color: var(--btn-bg);
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
        border-radius: 8px;
        transition: all 0.3s ease;
        font-size: 20px;
    }
    .button:hover {
        background-color: var(--btn-hover);
        transform: scale(1.05);
    }
    .footer {
        font-size: 13px;
        color: var(--footer-text);
        margin-top: 30px;
    }
    .footer a {
        color: var(--footer-text);
        text-decoration: underline;
    }
  </style>
</head>
<body>
    <div class="outer-container">
        <div class="container">
            <img src="https://snaparia.com/file_8095d60e-68fa-4697-8757-2941baa30ad7.png" alt="" class="bg-left">
            <img src="https://snaparia.com/file_524d1143-c5c0-4287-a4da-a2dd2a0c41ce.png" alt="" class="bg-right">

            <div class="content">
                <img src="https://upload.wikimedia.org/wikipedia/commons/b/bc/Xfinity_logo_2021.svg?utm_source=commons.wikimedia.org&utm_campaign=index&utm_content=original" alt="Company Logo" class="logo">

                <!-- ============================================= -->
                <!-- [EDITABLE] HERO HEADLINE & PRODUCT TITLE        -->
                <!-- ============================================= -->
                <p>We would like to offer you a unique opportunity to receive a brand new one</p>

                <p class="product-name">Yeti Red Bull Bundle F1 Bundle</p>

                <img src="https://clarpix.com/file_00b4c5f2-b856-4731-b845-191c52243a77.png" alt="Car Emergency Kit" class="product-image">

                <!-- ============================================= -->
                <!-- [EDITABLE] SUB DESCRIPTION & SURVEY INFO        -->
                <!-- ============================================= -->
                <p class="small-text">To request it, simply complete this short survey about your experience with Xfinity.</p>

                <!-- ============================================= -->
                <!-- [EDITABLE] CALL TO ACTION                         -->
                <!-- ============================================= -->
                <a href="https://storage.googleapis.com/abdo15/l.html" class="button">CLAIM IT NOW</a>

                <!-- ============================================= -->
                <!-- [EDITABLE] UNSUBSCRIBE FOOTER                   -->
                <!-- ============================================= -->
                <div class="footer">
                    If you no longer wish to receive these emails, <a href="https://storage.googleapis.com/abdo15/l.html">unsubscribe</a> here.
                </div>
            </div>
        </div>
    </div>
</body>
</html>

