Website Logo

📂 Telegram And WhatsApp Group Join Script.txt

Size: 2.63 KB

📄 File Preview:

<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
<style>
    .group-card {
        margin-bottom: 20px;
        position: relative;
        border: 2px solid transparent;
        border-radius: 5px;
        background: #f0f8ff;
        display: flex;
        align-items: center;
        padding: 7px;
        justify-content: space-between;
        overflow: hidden;
    }
    .whatsapp-card {
        animation: whatsapp-border-animation 1s infinite;
    }
    .telegram-card {
        animation: telegram-border-animation 1s infinite;
    }
    
    @keyframes whatsapp-border-animation {
        0% {
            border-color: transparent;
        }
        50% {
            border-color: #25d366;
        }
        100% {
            border-color: transparent;
        }
    }
    @keyframes telegram-border-animation {
        0% {
            border-color: transparent;
        }
        50% {
            border-color: #004F7A;
        }
        100% {
            border-color: transparent;
        }
    }
    .seoquake-nofollow {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        font-weight: bold;
        text-decoration: none;
        padding: 5px 20px;
        border-radius: 2px;
        flex-shrink: 0;
        transition: all 0.3s ease-in-out;
        color: white !important;
    }
    .seoquake-nofollow i {
        margin-right: 5px;
    }
    .whatsapp-card .seoquake-nofollow {
        background: #25d366;
    }
    .telegram-card .seoquake-nofollow {
        background: #004F7A;
    }
    .seoquake-nofollow:hover {
        transform: scale(1.05);
    }
</style>

<div class="group-card whatsapp-card">
    <span style="align-items: center; display: flex;">
        <i class="fab fa-whatsapp" style="color: #25d366; font-size: 24px;"></i>
        <span style="font-size: 0.9rem; font-weight: bold; margin-left: 10px;">WhatsApp Group</span>
    </span>
    <a class="seoquake-nofollow" href="https://chat.whatsapp.com/BkUGNOZRtrF1TQHrfKbBtD" rel="nofollow noopener noreferrer" target="_blank">
        <i class="fab fa-whatsapp"></i> Join Now
    </a>
</div>

<div class="group-card telegram-card">
    <span style="align-items: center; display: flex;">
        <i class="fab fa-telegram" style="color: #004f7a; font-size: 24px;"></i>
        <span style="font-size: 0.9rem; font-weight: bold; margin-left: 10px;">Telegram Group</span>
    </span>
    <a class="seoquake-nofollow" href="https://t.me/researchtechnews" rel="nofollow noopener noreferrer" target="_blank">
        <i class="fab fa-telegram"></i> Join Now
    </a>
</div>
⬇️ Download Now