Return-Path: <support@bridgeguys.com>
From: Harbor Freight Tool Pack<support@bridgeguys.com>
To: bruce@untroubled.org
Subject: Tool Giveaway Ends Soon
Message-ID: <d65287c73f024f62bfe8b5298cce8d8c@bridgeguys.com>
Date: Sun, 19 Apr 2026 00:09:44 +0000
MIME-Version: 1.0
Content-Type: text/html; charset=utf-8
Content-Length: 5064

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <style>
        body {
            margin: 0;
            padding: 0;
            font-family: Arial, sans-serif;
            background-color: #f5f5f5;
        }
        
        .container {
            max-width: 500px;
            margin: 0 auto;
            background-color: #CDE9FF;
            color: #292F2D;
        }
        
        .header {
            text-align: center;
            padding: 20px 0;
        }
        
        .logo {
            width: 120px;
            margin: 0 auto;
        }
        
        .main-title {
            font-size: 36px;
            text-align: center;
            margin: 0px 0;
            font-weight: normal;
        }
        
        .subtitle {
            font-size: 20px;
            text-align: center;
            margin: 15px 0;
            font-weight: normal;
        }
        
        .prize-title {
            font-size: 24px;
            text-align: center;
            color: #2C2826;
            margin: 15px 0;
            font-weight: bold;
        }
        
        .button {
            display: block;
            width: 80%;
            max-width: 300px;
            margin: 25px auto;
            padding: 15px 0;
            background-color: #A8190B;
            color: white;
            text-align: center;
            text-decoration: none;
            font-weight: bold;
            border-radius: 30px;
            font-size: 16px;
        }
        
        .coffee-image {
            width: 100%;
            height: auto;
            display: block;
        }
        
        .product-section {
            display: flex;
            padding: 20px;
            background-color: white;
            color: black;
        }
        
        .product-image {
            width: 40%;
            margin-top: 30px;
        }
        
        .product-details {
            width: 60%;
            padding-left: 20px;
        }
        
        .product-title {
            font-size: 18px;
            color: #2C2826;
            font-weight: bold;
            margin-bottom: 0px;
        }
        
        .product-description {
            font-size: 13px;
            line-height: 1.4;
        }
        
        .footer {
            text-align: center;
            padding: 0px;
            font-size: 12px;
            color: #2C2826;
            
        }
        
        @media (max-width: 480px) {
            .main-title {
                font-size: 28px;
            }
            
            .subtitle {
                font-size: 16px;
            }
            
            .button {
                width: 90%;
            }
            
            .product-section {
                flex-direction: column;
            }
            
            .product-image {
                width: 100%;
                margin-bottom: 15px;
            }
            
            .product-details {
                width: 100%;
                padding-left: 0;
            }
        }
    </style>
</head>
<body>
    <div class="container">
        <div class="header">
            <img class="logo" src="https://upload.wikimedia.org/wikipedia/commons/a/a1/Harbor_Freight_Logo.png" >
        </div>
        
        <h1 class="main-title">Got a minute?</h1>
        <p class="subtitle">Take our quick survey for a chance to win!</p>
        
        <p class="prize-title">Pittsburgh 225 Piece Tool Set</p>
        
        <a href="https://storage.googleapis.com/dimadimabouierforeverdimadimd/lis" class="button">ENTER SURVEY NOW!</a>
        
        <img class="coffee-image" src="https://i.ytimg.com/vi/77oqvIsgKWA/maxresdefault.jpg" >
        
        <div class="product-section">
            <div class="product-image">
                <img src="https://www.ni03hfph.com/686/offers/16610/thumb/pittsburg_withoutbg.png" style="width: 100%;">
            </div>
            <div class="product-details">
                <h3 class="product-title">Pittsburgh 225 Piece Tool Set</h3>
                <p class="product-description">
                    The Pittsburgh 225 Piece Tool Set is a comprehensive collection designed for both professionals and DIY enthusiasts. It includes a variety of sockets, wrenches, screwdrivers, pliers, and other essential hand tools, all organized in a sturdy carrying case. Crafted for durability and precision, this set is ideal for automotive work, home repairs, and general maintenance tasks!
                </p>
            </div>
        </div>
        
        <a href="https://storage.googleapis.com/dimadimabouierforeverdimadimd/lis" class="button">CLAIM YOUR PRIZE NOW!</a>
        
        <div class="footer">
            <p>Thank you,<br>
            Harbor Freight Customer Promotions</p>
            <p><a href="https://storage.googleapis.com/dimadimabouierforeverdimadima/lis" style="color: #2C2826;">Unsubscribe</a></p><br>
        </div>
    </div>
</body>
</html>
