<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:v="urn:schemas-microsoft-com:vml">
<head><meta charset="utf-8"><!-- utf-8 works for most cases --><meta name="viewport" content="width=device-width"><!-- Forcing initial-scale shouldn't be necessary --><meta http-equiv="X-UA-Compatible" content="IE=edge"><!-- Use the latest (edge) version of IE rendering engine --><meta name="x-apple-disable-message-reformatting"><!-- Disable auto-scale in iOS 10 Mail entirely -->
        <title>We want to welcome you ðŸ™‹</title>
        <!-- The title tag shows in email notifications, like Android 4.4. -->
        <link href="https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700" rel="stylesheet" /><!-- CSS Reset : BEGIN -->
        <style type="text/css">/* What it does: Remove spaces around the email design added by some email clients. */
        /* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
        html,
body {
    margin: 0 auto !important;
    padding: 0 !important;
    height: 100% !important;
    width: 100% !important;
    background: #f1f1f1;
}

/* What it does: Stops email clients resizing small text. */
* {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

/* What it does: Centers email on Android 4.4 */
div[style*="margin: 16px 0"] {
    margin: 0 !important;
}

/* What it does: Stops Outlook from adding extra spacing to tables. */
table,
td {
    mso-table-lspace: 0pt !important;
    mso-table-rspace: 0pt !important;
}

/* What it does: Fixes webkit padding issue. */
table {
    border-spacing: 0 !important;
    border-collapse: collapse !important;
    table-layout: fixed !important;
    margin: 0 auto !important;
}

/* What it does: Uses a better rendering method when resizing images in IE. */
img {
    -ms-interpolation-mode:bicubic;
}

/* What it does: Prevents Windows 10 Mail from underlining links despite inline CSS. Styles for underlined links should be inline. */
a {
    text-decoration: none;
}

/* What it does: A work-around for email clients meddling in triggered links. */
*[x-apple-data-detectors],  /* iOS */
.unstyle-auto-detected-links *,
.aBn {
    border-bottom: 0 !important;
    cursor: default !important;
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

/* What it does: Prevents Gmail from displaying a download button on large, non-linked images. */
.a6S {
    display: none !important;
    opacity: 0.01 !important;
}

/* What it does: Prevents Gmail from changing the text color in conversation threads. */
.im {
    color: inherit !important;
}

/* If the above doesn't work, add a .g-img class to any image in question. */
img.g-img + div {
    display: none !important;
}

/* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89  */
/* Create one of these media queries for each additional viewport size you'd like to fix */

/* iPhone 4, 4S, 5, 5S, 5C, and 5SE */
@media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
    u ~ div .email-container {
        min-width: 320px !important;
    }
}
/* iPhone 6, 6S, 7, 8, and X */
@media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
    u ~ div .email-container {
        min-width: 375px !important;
    }
}
/* iPhone 6+, 7+, and 8+ */
@media only screen and (min-device-width: 414px) {
    u ~ div .email-container {
        min-width: 414px !important;
    }
}
        </style>
        <!-- CSS Reset : END --><!-- Progressive Enhancements : BEGIN -->
        <style type="text/css">.primary{
        background: #17bebb;
}
.bg_white{
        background: #ffffff;
}
.bg_light{
        background: #f7fafa;
}
.bg_black{
        background: #000000;
}
.bg_dark{
        background: rgba(0,0,0,.8);
}
.email-section{
        padding:2.5em;
}

/*BUTTON*/
.btn{
        padding: 10px 15px;
        display: inline-block;
}
.btn.btn-primary{
        border-radius: 5px;
        background: #64C800;
        color: #ffffff;
}
.btn.btn-white{
        border-radius: 5px;
        background: #ffffff;
        color: #000000;
}
.btn.btn-white-outline{
        border-radius: 5px;
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
}
.btn.btn-black-outline{
        border-radius: 0px;
        background: transparent;
        border: 2px solid #000;
        color: #000;
        font-weight: 700;
}
.btn-custom{
        color: rgba(0,0,0,.3);
        text-decoration: underline;
}

h1,h2,h3,h4,h5,h6{
        font-family: 'Poppins', sans-serif;
        color: #000000;
        margin-top: 0;
        font-weight: 400;
}

body{
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 15px;
        line-height: 1.8;
        color: rgba(0,0,0,.4);
}

a{
        color: #64C800;
}

table{
}
/*LOGO*/

.logo h1{
        margin: 0;
}
.logo h1 a{
        color: #64C800;
        font-size: 24px;
        font-weight: 700;
        font-family: 'Poppins', sans-serif;
}

/*HERO*/
.hero{
        position: relative;
        z-index: 0;
}

.hero .text{
        color: rgba(0,0,0,.3);
}
.hero .text h2{
        color: #000;
        font-size: 34px;
        margin-bottom: 0;
        font-weight: 200;
        line-height: 1.4;
}
.hero .text h3{
        font-size: 24px;
        font-weight: 300;
}
.hero .text h2 span{
        font-weight: 600;
        color: #000;
}

.text-author{
        bordeR: 1px solid rgba(0,0,0,.05);
        max-width: 50%;
        margin: 0 auto;
        padding: 2em;
}
.text-author img{
        border-radius: 50%;
        padding-bottom: 20px;
}
.text-author h3{
        margin-bottom: 0;
}
ul.social{
        padding: 0;
}
ul.social li{
        display: inline-block;
        margin-right: 10px;
}

/*FOOTER*/

.footer{
        border-top: 1px solid rgba(0,0,0,.05);
        color: rgba(0,0,0,.5);
}
.footer .heading{
        color: #000;
        font-size: 20px;
}
.footer ul{
        margin: 0;
        padding: 0;
}
.footer ul li{
        list-style: none;
        margin-bottom: 10px;
}
.footer ul li a{
        color: rgba(0,0,0,1);
}


@media screen and (max-width: 500px) {


}
        </style>
</head>
<body style="margin: 0; padding: 0 !important; mso-line-height-rule: exactly; background-color: #f1f1f1;" width="100%">
<center style="width: 100%; background-color: #f1f1f1;">
<div style="display: none; font-size: 1px;max-height: 0px; max-width: 0px; opacity: 0; overflow: hidden; mso-hide: all; font-family: sans-serif;">‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ </div>

<p> </p>

<div class="email-container" style="width:95%; max-width: 600px; margin: 0 auto;"><!-- BEGIN BODY -->
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin: auto;" width="100%">
        <tbody>
                <tr>
                        <td class="bg_white" style="padding: 1em 2.5em 0 2.5em;" valign="top">
                        <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                <tbody>
                                        <tr>
                                                <td class="logo" style="text-align: center;">
                                                <h1><span style="color:#64c800;">e-Suggestion</span></h1>
                                                </td>
                                        </tr>
                                </tbody>
                        </table>
                        </td>
                </tr>
                <!-- end tr -->
                <tr>
                        <td class="hero bg_white" style="padding: 2em 0 4em 0;" valign="middle">
                        <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                <tbody>
                                        <tr>
                                                <td style="padding: 0 2.5em; text-align: center; padding-bottom: 3em;">
                                                <div class="text">
                                                <h2>Minimore would like to be<br />
                                                your friend</h2>
                                                </div>
                                                </td>
                                        </tr>
                                        <tr>
                                                <td style="text-align: center;">
                                                <div class="text-author"><img alt="" src="https://www.altraction.com/frontend/assets/files/customer/cv92188ob23cc/ani200px.gif" style="border-width: 0px; border-style: solid; width: 200px; height: 200px;" />
                                                <h3 class="name">Minimore</h3>
                                                <span class="position">CEO, Founder at The Minimore Family</span>

                                                <p><a class="btn btn-primary" href="http://tracking.altraction.com/tracking/click?d=yhUIku4Vp-ElgYecqc6wLcHWDj1dTwE4zXv1E1RJzNy5ocLGVjxoZl2bWRkzjneso__OagVWNTISZ6OvvuoJnZ2OtmloklPJ94OmxWY_oiDcEwHspBqmncczz7M8_3FOVvyO9TU9OAPmAsIVWD2qS0AvOz72tyXJWYRZjpsbfgUxPCVXboPecb_E-_JQL6jmDNKz_j3IYF5AJxA0K7PSgL0EOXthH1efqPM_1gE-pPt2lfLWcKo6VWfL7VQR-YllPw2">Accept Request</a></p>

                                                <p><a class="btn-custom" href="http://tracking.altraction.com/tracking/click?d=yhUIku4Vp-ElgYecqc6wLcHWDj1dTwE4zXv1E1RJzNy5ocLGVjxoZl2bWRkzjneso__OagVWNTISZ6OvvuoJnZ2OtmloklPJ94OmxWY_oiD8oF64SCQvw65fL9FvZERw3WCtbtY9p3xTJaQ7sPsfDgBVlTOlFGZe41AhedlRY4aRl1RuPoHBwyiDcVH9QxMwTIh5lKw0tw_L1bEnUsBOjX10Fjot32iR4wa7X25QRtWnVGTZOx8zUAztgmiUaEqxYw2">Ignore Request</a></p>
                                                </div>
                                                </td>
                                        </tr>
                                </tbody>
                        </table>
                        </td>
                </tr>
                <!-- end tr --><!-- 1 Column Text + Button : END -->
        </tbody>
</table>

<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin: auto;" width="100%">
        <tbody>
                <tr>
                        <td class="bg_light footer email-section" valign="middle">
                        <table>
                                <tbody>
                                        <tr>
                                                <td style="padding-top: 20px;" valign="top" width="66.666%">
                                                <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                                        <tbody>
                                                                <tr>
                                                                        <td style="text-align: left; padding-right: 10px;">
                                                                        <h3 class="heading">About</h3>

                                                                        <p>An educational, fun and very creative way to preserve history through a collection of 3333 hand-drawn NFT's of historical characters, characterized in our cute little monster, with perpetual rights and profits for owners...</p>
                                                                        </td>
                                                                </tr>
                                                        </tbody>
                                                </table>
                                                </td>
                                                <td style="padding-top: 20px;" valign="top" width="33.333%">
                                                <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                                                        <tbody>
                                                                <tr>
                                                                        <td style="text-align: left; padding-left: 10px;">
                                                                        <h3 class="heading" style="text-align: right;">Useful Links</h3>

                                                                        <ul>
                                                                                <li style="text-align: right;"><a href="http://tracking.altraction.com/tracking/click?d=yhUIku4Vp-ElgYecqc6wLcHWDj1dTwE4zXv1E1RJzNy5ocLGVjxoZl2bWRkzjneso__OagVWNTISZ6OvvuoJnZ2OtmloklPJ94OmxWY_oiD8oF64SCQvw65fL9FvZERw3WCtbtY9p3xTJaQ7sPsfDgBVlTOlFGZe41AhedlRY4ayX0L4aH2egwq5l7k78ZtsHQyWgPaw49dbJsQ83eEWdjQ7YHE605gIeBo04BNADE4AhnUa_Z5D2if_aI3OwYlqfvY4_j6nyxY4-JyfENrwNt81">About</a></li>
                                                                                <li style="text-align: right;"><a href="http://tracking.altraction.com/tracking/click?d=yhUIku4Vp-ElgYecqc6wLcHWDj1dTwE4zXv1E1RJzNy5ocLGVjxoZl2bWRkzjneso__OagVWNTISZ6OvvuoJnZ2OtmloklPJ94OmxWY_oiD55jYtje2fo2Jx9Cd7vsQoHJNoyh3OG0fVMq5goedw0a8Nd3TRMz6bHj3X7HJbjNAh89yK4UXjodryZA-49IaesE8eq9wTOfAW4gY8HCApN6VrUs055G5LtFPDC-JVBencU1JCI5SRJK-WP6Gz_-vgDw2">Family</a></li>
                                                                                <li style="text-align: right;"><a href="http://tracking.altraction.com/tracking/click?d=yhUIku4Vp-ElgYecqc6wLcHWDj1dTwE4zXv1E1RJzNy5ocLGVjxoZl2bWRkzjneso__OagVWNTISZ6OvvuoJnZ2OtmloklPJ94OmxWY_oiD6w67WvJchj8YyC9oRRQ3pjeB3P7olhpfD22N1fB6zNNnlqMQdEZ3cGKQRgQrg5bz_Sol0OYuFbms1AmQQhzEND3OQopTX2W-OTP4Y7tjd881EpiTL4ej_D3tV9aqj-wIFq4QEL2pV6WQ1ZDKYKGd_0A2">World</a></li>
                                                                                <li style="text-align: right;"><a href="http://tracking.altraction.com/tracking/click?d=yhUIku4Vp-ElgYecqc6wLcHWDj1dTwE4zXv1E1RJzNy5ocLGVjxoZl2bWRkzjneso__OagVWNTISZ6OvvuoJnZ2OtmloklPJ94OmxWY_oiCfCrGX3oo4APLMICOIfsIMp-1N9Peb34EEtks35YAYQQTZ096lJIyRk2HaLkmMR2q4dXyrlliQ2YYzwsUTQiub-mFClp-cKz18ZWMSFVID-ZJRhFC6FcxPvmx0RB93bsfoWt0fch-QuJgFWQt6GktMsQ2">FAQ</a></li>
                                                                        </ul>
                                                                        </td>
                                                                </tr>
                                                        </tbody>
                                                </table>
                                                </td>
                                        </tr>
                                </tbody>
                        </table>
                        </td>
                </tr>
                <!-- end: tr -->
                <tr>
                        <td class="bg_light" style="text-align: center;">
                        <p>No longer want to receive these email? You can <a href="http://tracking.altraction.com/tracking/unsubscribe?d=yhUIku4Vp-ElgYecqc6wLcHWDj1dTwE4zXv1E1RJzNy5ocLGVjxoZl2bWRkzjneso__OagVWNTISZ6OvvuoJnZ2OtmloklPJ94OmxWY_oiD-vnof7MaU02pcKkLHMQ6VaM7B9GiLDqbuygI_cK0NeG-mrQZ4ftP42t9nYWjKJ89L5wt4wQagVfl5bwd5GRzPQ1HXhxsMKqFOMNoE6mISq8TrBtPfI4exHyLhNV1UghxukRW1wjNrKyuEBw3rvumNxQ2" style="color: rgba(0,0,0,.8);">Unsubscribe here</a></p>
                        </td>
                </tr>
        </tbody>
</table>
</div>
</center>

<div style="text-align: center;"><span style="font-size:8px;">POWERED BY: Altraction Av Santa Joana 3 Aveiro https://www.altraction.com</span></div>
<img width="1" height="1" src="https://www.altraction.com/campaigns/gq7667wgse208/track-opening/mc547d5onr773" alt="" />
<img src="http://tracking.altraction.com/tracking/open?msgid=n7xfHW6lnA2geYh7QzrKMQ2&c=1532663483836126990" style="width:1px;height:1px" alt="" /></body>
</html>