<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head xmlns="http://www.w3.org/1999/xhtml">
<meta name="viewport" content="width=device-width" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<style type="text/css">

    /* -------------------------------------
        GLOBAL
    ------------------------------------- */

    /*  RESETS  */

    body {
        -webkit-font-smoothing: antialiased;
        -webkit-text-size-adjust: none;
        width: 100%!important;
        height: 100%;
        margin: 0;
        padding: 0;
        font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    }

    .preheader {
        color: white;
        font-size: 1px;
        display: none !important;
        mso-hide:all;
    }

    img {
        height: auto;
        outline: none;
        text-decoration: none;
        display: block;
        max-width: 100%;
    }

    a img {
        border: none;
    }

    /*  TYPOGRAPHY  */

    p,
    td,
    ul li,
    ol li {
        color: #353a3d;
        font-size: 14px;
        font-weight: 400;
        word-wrap: break-word;
        line-height: 1.4;
        font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    }

    p {
        margin-bottom: .75em;
    }

    a {
        color: #49B3F5;
        text-decoration: none;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-top: 0;
        font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
        line-height: 1.1;
        letter-spacing: -0.045em;
        color: #5a6267;
    }

    h1 {
        font-weight: 600;
        font-size: 38px;
        margin-bottom: 5px;
    }

    h2 { /* thread headlines */
        font-weight: 500;
        font-size: 24px;
    }

    h3 { /* doc header */
        font-weight: 300;
        font-size: 18px;
    }

    h4 {
        font-weight: 600;
        font-size: 14px;
    }

    h5 {
        font-weight: 600;
        font-size: 12px;
    }

    .avatar {
        border-radius: 2px;
    }

    .helper {
        color: #849097;
    }

    .helper a {
        color: #849097;
    }

    .small {
        font-size: 85%;
        color: #849097;
    }



    .bullet,
    .pipe {
        font-size: 14px;
        color: #e4e9ec;
        padding-left: 5px;
        padding-right: 5px;
        font-weight: 200;
     }

    .centered-cell {
        text-align: center;
        word-wrap: break-word;
        width: inherit;
        display: block;
    }

    /* -------------------------------------
        HEADER
    ------------------------------------- */

    table.head-wrap { width: 100%;}

    .header td {
        vertical-align: middle;
    }

    a.settings-link {
        font-weight: 500;
        color: #849097;
    }

    a.settings-link img {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: -2px;
    }


    /* -------------------------------------
        BODY
    ------------------------------------- */

    table.body-wrap { width: 100%;}


    /* -------------------------------------
        Footer
    ------------------------------------- */

    table.footer-wrap { width: 100%;}

    .footer p {
        color: #849097;
    }

    .footer a {
        color: #353a3d;
    }


    /* -------------------------------------
        LAYOUT
    ------------------------------------- */

    table,
    tr,
    td {
        border-collapse: collapse;
    }

    .container {
        display: block!important;
        max-width: 640px!important;
        margin: 0 auto!important;
        clear: both!important;
    }

    .content {
        padding-left: 10px;
        padding-right: 10px;
        max-width: 640px;
        margin: 0 auto;
        display: block;
    }

    .content.header {
        padding-bottom: 0;
    }

    .content table {
        width: 100%;
    }

    /* Horizontal rules, dividers, and spacers  */

    hr {
        border: none;
        height: 1px;
        overflow: hidden;
        background: #e4e9ec;
        margin: 0;
    }

    td.divider-2px hr {
        height: 2px;
    }

    td.spacer-30 {
        padding-bottom: 30px;
        line-height: 0;
        overflow: hidden;
    }

    td.comment-divider {
        padding-top: 0;
        padding-bottom: 12px;
        line-height: 1px;
    }

    td.divider-2px {
        padding-top: 30px;
        padding-bottom: 30px;
        line-height: 2px;
    }

    td.divider-1px {
        padding-top: 12px;
        padding-bottom: 12px;
        line-height: 1px;
    }

    .clear { /* Place a .clear element after each set of columns */
        display: block;
        clear: both;
    }

    /* -------------------------------------
        BUTTONS
    ------------------------------------- */

    .button-cta {
        color: #ffffff!important;
        font-weight: 700;
        background-color: #4bb3f4;
        font-size: 18px;

        padding-top: 8px;
        padding-left: 16px;
        padding-bottom: 8px;
        padding-right: 16px;

        border-radius: 3px;
    }

    .button-cta span {
        color: #ffffff!important;
    }

    h2 .button-cta {
        font-weight: 700;
        font-size: 24px;
    }


    /* -------------------------------------
        MARKETING
        - Styles designed for low-content
          emails where the CTA is important
    ------------------------------------- */

    .marketing-cta {
        text-align: center;
        padding-top: 10px;
        padding-left: 10%;
        padding-bottom: 10px;
        padding-right: 10%;
    }

    .marketing-cta a.img-wrapper {
        display: block;
        text-align: center;
    }

    .marketing-cta a.img-wrapper img {
        margin: 0 auto;
    }

    .marketing-content p,
    .marketing-content td,
    .marketing-content ul li,
    .marketing-content ol li {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.4;
        margin-top: 0;
        margin-bottom: 5px;
    }

    .marketing-content h1,
    .marketing-content h2,
    .marketing-content h3,
    .marketing-content h4,
    .marketing-content h5,
    .marketing-content h5 {
        margin-bottom: 5px;
        line-height: 1.4;
    }

    .marketing-cta .button-cta {
        margin-left: auto;
        margin-right: auto;
    }

    /* -------------------------------------
        ASIDE
    ------------------------------------- */
    .aside {
        display: block;
        background: #eee;
        padding-top: 10px;
        padding-left: 10px;
        padding-bottom: 5px;
        padding-right: 10px;
        margin-bottom: 20px;
    }


    /* -------------------------------------
        LISTS
    ------------------------------------- */


</style>
<style type="text/css">

    /* -------------------------------------
        CSS TO BE LEFT IN THE HEADER
        FOR CLIENTS THAT SUPPORT IT
    ------------------------------------- */

    a:hover,
    a:hover span {
        color: #1188d2!important;
    }

    .button-cta:hover {
        color: #ffffff!important;
        background-color: #1188d2!important;
    }

    .button-cta:hover span {
        color: #ffffff!important;
    }



    /* -------------------------------------
        CLIENT-SPECIFIC HACKS
    ------------------------------------- */

    /*  OUTLOOK
        - Override Outlook's embedded padding issue
        - Fix Outlook's full-width background issue
    */

    #outlook a {
        padding: 0;
    }
    body {
        width: 100% !important;
    }
    .ReadMsgBody {
        width: 100%;
    }
    .ExternalClass {
        width: 100%;
        display:block !important;
    }


    /* -------------------------------------
        PHONE-SIZED DEVICES
    ------------------------------------- */

    @media only screen and (max-device-width: 480px) {
        html {
                -webkit-text-size-adjust: 100%;
            }
            .content {
                width: 100%;
            }
            table {
                border-collapse: collapse;
            }
            h2.headline {
                font-weight: 700;
                font-size: 20px!important;
                margin-bottom: 5px;
            }
            .button-cta {
                display: block!important;
                padding: 0!important;
            }
            div.header {
                padding-top: 20px;
            }
            div.footer {
                padding-bottom: 20px;
            }
        }
    }

</style>

<style type="text/css">
        @media only screen and (max-device-width: 480px) {
            .next-steps td {
                display: block;
                width: 100%;
                padding-bottom: 10px;
            }

        }
    </style>
</head>
<body bgcolor="#FFFFFF">
<span class="preheader"></span>
<!-- HEADER -->
<table class="head-wrap">
<tr>
<td></td>
<td class="header container">
<!-- /content -->
<div class="content header">
<table>
<tr>
<td>
<a href="https://disqus.com/home/?utm_medium=email&amp;utm_content=logo" class="logo"><img src="http://a.disquscdn.com/1701101859/images/email/logo.gif" alt="Disqus" width="83" height="18" /></a>
</td>
<td align="right">
<a href="https://disqus.com/home/settings/email/?utm_medium=email" class="settings-link small">
<img src="http://a.disquscdn.com/1701101859/images/email/icon-gear.gif" width="12" height="13" />
                                    &nbsp;Settings
                                </a>
</td>
<td align="right" width="64">
<a href="https://disqus.com/home/account/?utm_medium=email" class="settings-avatar">
<img class="avatar" src="http://a.disquscdn.com/1701101859/images/noavatar92.png" title="My account" width="24" height="24" />
</a>
</td>
</tr>
<tr>
<td colspan="3" class="spacer-30">&nbsp;</td>
</tr>
</table>
</div><!-- /content -->
</td>
<td></td>
</tr>
</table><!-- /HEADER -->
<!-- BODY -->
<table class="body-wrap">
<tr>
<td></td>
<td class="container">
<img src="https://referrer.disqus.com/juggler/event.gif?category=email&amp;impression=2682575a-8dff-11ee-ae33-0ac09e1925db&amp;type=welcome.verify&amp;event=email&amp;behavior=open" alt="" width="1" height="1" />
<!-- content -->
<div class="content marketing-content">
<table>
<tr>
<td>
<div class="marketing-cta">
<h2 style="color: #555;">
                        Welcome to Disqus,
                        <a rel="nofollow" style="font-weight: bold" href="https://disqus.com/by/ubuntuit/">ubuntu-it</a>!
                    </h2>
</div>
</td>
</tr>
<tr>
<td class="divider-2px">
<hr />
</td>
</tr>
<tr>
<td>
<div class="marketing-cta">
<p><a href="http://disq.us/url?url=http%3A%2F%2Fdisqus.com%2Fverify%2F%3Flang%3Den%26token%3DtX4qlvRIdFIrzwiMhoV1wKWjVJHXuNYr%26user%3D400980451%3AxNBePlbSQU0bi9-oDJqbOuPPAE4&amp;impression=2682575a-8dff-11ee-ae33-0ac09e1925db&amp;type=welcome.verify&amp;event=email&amp;behavior=click" class="button-cta" style="line-height: 1.5em; display: block"><span style="font-weight: normal;">Verify &lsquo;</span>gruppo-web@ubuntu-it.org<span style="font-weight: normal;">&rsquo;</span></a></p>
<br />
</div>
</td>
</tr>
<tr>
<td class="centered-cell">
<h3><strong style="color: #333;">Why verify?</strong></h3>
<p>Many sites using Disqus require a verified email for commenting to prevent spam. Verifying lets you join discussions quickly and easily.</p>
</td>
</tr>
<tr>
<td class="divider-2px">
<hr />
</td>
</tr>
<tr>
<td>
<div class="broken-button" style="font-size: 13px; word-break: break-all">
                    Button not working? Paste this link into your browser:<br />
<a href="http://disq.us/url?url=http%3A%2F%2Fdisqus.com%2Fverify%2F%3Flang%3Den%26token%3DtX4qlvRIdFIrzwiMhoV1wKWjVJHXuNYr%26user%3D400980451%3AxNBePlbSQU0bi9-oDJqbOuPPAE4&amp;impression=2682575a-8dff-11ee-ae33-0ac09e1925db&amp;type=welcome.verify&amp;event=email&amp;behavior=click" style="font-size: 80%;">http://disq.us/url?url=http%3A%2F%2Fdisqus.com%2Fverify%2F%3Flang%3Den%26token%3DtX4qlvRIdFIrzwiMhoV1wKWjVJHXuNYr%26user%3D400980451%3AxNBePlbSQU0bi9-oDJqbOuPPAE4&amp;impression=2682575a-8dff-11ee-ae33-0ac09e1925db&amp;type=welcome.verify&amp;event=email&amp;behavior=click</a>
</div>
</td>
</tr>
<tr>
<td>
<br />
<p>Thanks,<br />
                The Disqus team</p>
</td>
</tr>
<tr>
<td class="divider-2px">
<hr />
</td>
</tr>
<tr>
<td>
<table class="next-steps">
<tr>
<td width="50%" valign="top">
<h4>Need Help?</h4>
<p style="display: block; padding-right: 10px"><span style="font-size: 13px">Search for answers in our <a href="https://help.disqus.com">knowledge base</a>, or contact us through our <a href="https://disqus.com/support/?article=verify">support form</a>. We're here to help.</span></p>
</td>
<td width="50%" valign="top">
<h4>Install Disqus</h4>
<p style="display: block; padding-right: 10px"><span style="font-size: 13px">To add Disqus commenting onto your site, visit <a href="https://disqus.com/admin/create">https://disqus.com/admin/create</a></span></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div><!-- /content -->
</td>
<td></td>
</tr>
</table><!-- /BODY-WRAPPER -->
<!-- FOOTER -->
<table class="footer-wrap">
<tr>
<td></td>
<td class="container">
<!-- content -->
<div class="content footer">
<table>
<tr>
<td>
<p>
    This email was sent because you recently registered for a Disqus account.  If you believe this is an error, ignore this message.
</p>
</td>
</tr>
<tr>
<td align="right">
<a href="https://disqus.com/home/account/?utm_medium=email"><img src="http://a.disquscdn.com/1701101859/images/email/logo-gray.gif" alt="Disqus" width="83" height="18" /></a>
</td>
</tr>
</table>
</div>
<!-- /content -->
</td>
<td></td>
</tr>
</table><!-- /FOOTER -->
<!-- THIS WAS GENERATED FROM rEMAILTEMPLATES -->
</body>
</html>