Your IP : 3.133.137.40


Current Path : /home/ncdcgo/public_html/wp-content/plugins backup/newsletter-sendinblue/
Upload File :
Current File : /home/ncdcgo/public_html/wp-content/plugins backup/newsletter-sendinblue/welcome.php

<?php
//update_option('newsletter_sendinblue_welcome', 1, false);
?>
<style>
    .tnp-sendinblue-welcome h1 {
        font-size: 60px;
        color: #fff;
        text-align: center;
        margin-bottom: 30px;
        margin-top: 40px;
                line-height: normal;
        letter-spacing: normal;
        font-weight: bold;
    }

    .tnp-sendinblue-welcome h2 {
        font-size: 30px;
        color: #fff;
        text-align: center;
        line-height: normal;
        letter-spacing: normal;
        font-weight: normal;
    }

    .tnp-button {
        text-align: center;
    }

    .tnp-button a {
        padding: 20px;
        color: #fff;
        background-color: #28AE60;
        font-size: 30px;
        display: inline-block;
        width: auto;
        border-radius: 15px; 
        text-decoration: none;
    }

    .tnp-proceed a {
        background-color: #2A80B9;
        font-size: 20px;
    }        

    .tnp-affiliate {
        font-size: 14px;
        color: #999;
        font-style: italic;
        text-align: center;
    }
</style>
<div class="wrap tnp-sendinblue-welcome" id="tnp-wrap">

    <h1>Welcome to Sendinblue Integration</h1>

    <h2>
        To send your newsletters with Sendinblue, create an account which includes
        free email delivery.
    </h2>

    <p class="tnp-button"><a href="https://www.sendinblue.com/?tap_a=30591-fb13f0&tap_s=626735-cdbaad" target="_blank">Create an account now</a></p>
    <p class="tnp-affiliate">That is an affiliate link</p>

    <h2>
        Once create, proceed to configure the integration
    </h2>

    <p class="tnp-button tnp-proceed"><a href="?page=newsletter_sendinblue_index&welcome=1">Go to settings page</a></p>


</div>