Welcome to Windscribe: Let's Get You Set Up
From: Windscribe <noreply@windscribe.com> • To: trissy762@gmail.com • Fri, 11 Jul 2025 17:26:09 -0400 (EDT)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Windscribe Email</title>
<style>
/* General Reset */
body, p, h1, h2, h3, ul, li, a {
margin: 0;
padding: 0;
font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
color: #000;
}
body {
background-color: #F8F8F8 !important;
width: 100%;
line-height: 1.6;
-webkit-font-smoothing: antialiased;
}
h3{
text-align: center;
font-size: 24px;
}
img{
height: auto;
width: 100%;
}
ul {
margin: 24px 0;
}
ol {
margin: 24px 0;
padding:0;
}
li {
margin-bottom: 8px;
padding-left: 8px;
background:url("https://windscribe.com/emails/assets/checkmark@2x.png") no-repeat;
background-size: 24px;
list-style-type: none;
padding-left: 32px;
line-height: 24px;
font-size: 14px;
}
.container {
max-width: 600px;
margin: 0px auto;
padding: 0 32px;
overflow: hidden;
display: block;
}
/* Header Section */
.header {
line-height: 0;
margin:0 0 32px;
border-top: 2px solid #000000;
}
.header img {
width: 100%;
height: auto;
}
/* Hero Section */
.hero {
margin:24px 0;
line-height:32px;
}
.hero h1 {
font-size: 26px;
font-weight: bold;
text-align: center;
}
.hero img{
width: 100%;
margin:0 0 24px;
}
/* Body Section */
.body {
margin:0 0 32px;
}
.body h3 {
font-size: 24px;
font-weight: bold;
margin: 16px 0;
}
.body p {
margin-bottom: 32px;
line-height: 1.6;
font-size: 16px;
}
.body img {
margin: 0 auto;
border-radius: 12px;
}
/* CTA Button */
.cta {
text-align: center;
}
.cta-button {
text-decoration: none;
padding: 10px 24px;
background: #000;
color: #fff !important;
font-weight: bold;
border-radius: 50px;
font-size: 18px;
display: inline-block;
}
.cta2-button {
text-decoration: none;
padding: 10px 24px;
background: #E4E4E4;
color: #000 !important;
font-weight: bold;
border-radius: 50px;
font-size: 18px;
display: inline-block;
}
.ctacaption{
font-size: 14px;
color: #000;
text-align: center;
font-weight: bold;
}
.imgcaption{
font-size:13px;
text-align: center;
margin-bottom:32px;
}
.divider{
text-align: center;
font-size: 0px;
line-height: 0;
margin: 40px 0;
}
.divider-line-left{
display: inline-block;
width: 40%;
height: 2px;
background: linear-gradient(270deg, #888888 0%, rgba(136, 136, 136, 0) 100%);
vertical-align: middle;
}
.divider-line-right{
display: inline-block;
width: 40%;
height: 2px;
background: linear-gradient(90deg, #888888 0%, rgba(136, 136, 136, 0) 100%);
vertical-align: middle;
}
.dividerlogo{
width: 24px;
height: 24px;
vertical-align: middle;
}
.titleimg{
width: 120px;
height: 120px;
display: block;
margin: 0 auto;
}
.feature-item{
border-radius: 16px;
border:1px solid #CDCDCD;
padding: 32px;
background: #fff url("https://windscribe.com/emails/assets/featureitembg@2x.png") no-repeat top;
background-size: 800px;
margin: 0 0 32px;
}
.feature-item img{
margin: 0 auto 16px auto;
display: block;
width: 120px;
height: 120px;
}
.feature-item p{
margin: 0 auto;
text-align: center;
max-width: 400px;
}
.feature-item h3{
margin: 0 0 16px 0;
}
.promo-item{
border-radius: 12px;
padding: 32px;
background: linear-gradient(180deg, rgba(36, 111, 234, 0) 0%, rgba(36, 111, 234, 0.05) 100%);
border: 2px solid rgba(30, 144, 255, 0.25);
margin: 0 0 32px;
}
.promo-item img{
width: 102px;
margin: 0 auto;
display: block;
border-radius: 0px;
}
.promo-cta{
text-decoration: none;
padding: 10px 24px;
background: #007AFF;
color: #fff !important;
font-weight: bold;
border-radius: 50px;
font-size: 18px;
display: inline-block;
}
.promo-code{
font-family: monospace;
background: rgba(0, 122, 255, 0.1);
border-radius: 8px;
padding: 16px;
text-align: center;
color: #007AFF;
font-size: 21px;
font-weight: bold;
letter-spacing: 8px;
word-break: break-all;
}
.promo-link {
font-family: monospace;
background: rgba(0, 122, 255, 0.1);
border-radius: 8px;
padding: 10px 5px;
text-align: center;
color: #007AFF;
font-size: 14px;
font-weight: bold;
word-break: break-all;
}
.promo-details{
text-align: center;
}
.social-links img {
width: 30px;
height: 30px;
vertical-align: middle;
}
/* Random Facts Section */
.randomfacts-item {
text-align: center;
padding: 32px;
border-radius: 8px;
background: #fff url("https://windscribe.com/emails/assets/randomfactsbg@2x.png") no-repeat top;
background-size: 365px;
border:1px solid #CDCDCD;
}
.randomfacts-item h3{
margin: 0 0 8px 0;
}
.randomfacts-item p{
margin-bottom: 12px;
}
/* Footer Section */
.footer {
text-align: center;
padding: 25px;
font-size: 14px;
color: #777777;
}
.footer a {
color: #000;
}
.footer .social-links {
margin-top: 32px;
}
.footer .social-links img {
margin: 6px 6px;
vertical-align: middle;
}
.copyright{
color: #666;
}
</style>
</head>
<body>
<div class="container">
<!-- Header -->
<div class="header">
<img src="https://windscribe.com/emails/assets/logo@2x.png" alt="Company Logo">
</div>
<!-- Hero -->
<div class="hero">
<h1>You're In! Now Make the Most of It.</h1>
</div>
<!-- End Hero -->
<!-- Body: Main Contents -->
<div class="body">
<p>Hey <strong>trissy762</strong>! You just took your first step towards reclaiming your privacy—nice move. But before you go full incognito mode, here's what to do next:</p>
<h3>1. Confirm Your Email (Get 10 GB Free)</h3>
<!-- CTA Button -->
<div class="cta">
<a href="https://windscribe.com/signup/confirmemail/9al0im71/5f7d8b29174013d00c39a1f1be02f7f9?ts=1752269169" class="promo-cta">Confirm Email</a>
</div>
<!-- End CTA Button -->
<br>
<h3>2. Get Windscribe Up and Running</h3>
<p><strong>1. <a href="https://windscribe.com/download/">Download the App</a></strong> on your device
<br>
<strong>2. Open the app</strong>, log in and press the big ON button (top right)
<br>
<strong>3.</strong> Enjoy a safer, ad-free internet experience
</p>
<!-- Meme -->
<img src="https://share.windscribe.com/email/Retention_and_Ops_Images/Welcome_To_Windscribe.gif">
<!-- End Meme -->
<!-- Divider -->
<div class="divider"><span class="divider-line-left"></span>
<img src="https://windscribe.com/emails/assets/dividerlogo@2x.png" class="dividerlogo" alt=""><span class="divider-line-right"></span></div>
<!-- End Divider -->
<!-- Help Section -->
<div class="feature-item">
<img src="https://share.windscribe.com/email/helpbooth@2x.png">
<h3>Need Help?</h3>
<p><strong><a href="https://www.youtube.com/playlist?list=PLbSgWSeAxK-T5SllUjhf3p7RKOUYNHSGj">Get Started Videos</a></strong><br>
Check out our playlist on YouTube
<br><br>
<strong><a href="https://windscribe.com/knowledge-base/">Knowledge Base</strong><a><br>
Answers to just about every question
<br><br>
<strong><a href="https://windscribe.com/knowledge-base/?garry=1">Chat with Garry</strong></a><br>
Our all-knowing chatbot
</p>
</div>
<! END Help Section -->
<!-- Callout Box - GO PRO -->
<div class="promo-item">
<img src="https://share.windscribe.com/email/probadge@2x.png">
<h3>Go Pro, Impress Your Friends</h3>
<ul>
<li><strong>Unlimited data</strong></li>
<li><strong>Access to all server locations</strong></li>
<li><strong>No more juggling 10 fake emails for extra data</strong></li>
</ul>
<div class="cta">
<a href="https://windscribe.com/upgrade?pcpid=ws_signup2" class="promo-cta">Upgrade Now</a>
</div>
</div>
<!-- End Callout Box - GO PRO -->
<!-- Callout Box - REFER A FRIEND -->
<div class="promo-item">
<img src="https://share.windscribe.com/email/lovebirds@2x.png">
<h3>Refer a Friend</h3>
<p>Every time you invite a friend to Windscribe, both of you get 1 GB of FREE data. But it gets even better—if your friend upgrades to a Pro account, you get the same plan for free!</p>
<strong>Step 1. </strong>Share your unique referral link - you can find it below.<br>
<strong>Step 2. </strong>Your friend signs up using the link.<br>
<strong>Step 3. </strong>Both of you get 1 GB of free data.<br>
<strong>Bonus: If your friend upgrades to Pro, you get a free upgrade to the same plan!</strong><br><br>
<div class="promo-link">
https://windscribe.com/yo/9al0im71
</div>
</div>
<!-- End Callout Box - REFER A FRIEND -->
<!-- Callout Box - POST ON X -->
<div class="promo-item">
<img src="https://share.windscribe.com/email/postonx.png">
<h3>Post on X, Get 5 GB Free!</h3>
<p>Write a funny post, mention @WindscribeCom, and follow us for memes and updates. It's that easy to snag your extra data!</p>
<div class="cta">
<a href="https://windscribe.com/myaccount/tweet4data?pcpid=ws_signup2" class="promo-cta">Claim 5 GB</a>
</div>
</div>
<!-- End Callout Box - POST ON X -->
<!-- Community Section -->
<div class="feature-item">
<img src="https://share.windscribe.com/email/wsheart@2x.png">
<h3>Join the Windscribe Community</h3>
<p><strong><a href="https://discord.gg/vpn">Discord</a></strong><br>
Chat with fellow Windscribers
<br><br>
<strong><a href="https://www.reddit.com/r/Windscribe/">Reddit</strong><a><br>
Stay updated, share meme
<br><br>
<strong><a href="https://www.youtube.com/@Windscribe?sub_confirmation=1">Youtube</strong></a><br>
Tutorials & more
<br><br>
<strong><a href="https://blog.windscribe.com/">Blog</strong></a><br>
Privacy insights & VPN wisdom
</p>
</div>
<! END Community Section -->
<!-- Divider -->
<div class="divider"><span class="divider-line-left"></span>
<img src="https://windscribe.com/emails/assets/dividerlogo@2x.png" class="dividerlogo" alt=""><span class="divider-line-right"></span></div>
<!-- End Divider -->
</div>
<!-- END Body: Main Contents -->
<!-- Random Facts Section -->
<div class="randomfacts-item">
<h3>Try This</h3>
<p>"Connect to Hong Kong and watch your browser gasp as it snacks on spicy memes that'd make a dragon sweat"</p>
</div>
<!-- Footer -->
<div class="footer">
<p>
<a href="https://windscribe.com" target="_blank">Home</a> ・
<a href="https://windscribe.com/upgrade" target="_blank">Upgrade</a> ・
<a href="https://windscribe.com/support" target="_blank">Support</a> ・
<a href="https://windscribe.com/privacy" target="_blank">Privacy</a> ・
<a href="https://windscribe.com/terms" target="_blank">TOS</a> ・
<a href="https://blog.windscribe.com/" target="_blank">Blog</a> ・
<a href="https://swag.windscribe.com/" target="_blank">Merch</a> ・
<a href="https://windscribe.com/myaccount/unsubscribe?who=dHJpc3N5NzYyQGdtYWlsLmNvbQ==&sig=f206cc11dac2344f7d7131f562514e33" target="_blank">Unsubscribe</a>
</p>
<div class="social-links">
<p>
<a href="https://www.youtube.com/@Windscribe?sub_confirmation=1" target="_blank">
<img src="https://windscribe.com/emails/assets/youtube@2x.png"></a>
<a href="https://www.reddit.com/r/Windscribe/" target="_blank">
<img src="https://windscribe.com/emails/assets/reddit@2x.png"></a>
<a href="https://twitter.com/windscribecom" target="_blank">
<img src="https://windscribe.com/emails/assets/x@2x.png"></a>
<a href="https://discord.gg/vpn" target="_blank">
<img src="https://windscribe.com/emails/assets/discord@2x.png"></a>
<a href="https://t.me/WindscribeHQ" target="_blank">
<img src="https://windscribe.com/emails/assets/telegram@2x.png"></a>
</p>
</div>
<br>
<p class="copyright">© 2069 Windscribe Limited.</p>
</div>
</div>
<img src="https://windscribe.com/pixel?cpid=ws_signup2&cb=1752269169.8995dbf5ae1a70534762a806a85e5814e5e986147211" width="1" height="1" style="display: none;">
</body>
</html>