OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
CreateLeadPage_back
/
NW_images
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/19/2025 10:07:19 AM
rwxr-xr-x
📁
NW_images
-
02/28/2025 12:23:08 PM
rwxr-xr-x
📄
index.html
26.61 KB
03/13/2025 08:45:45 AM
rw-r--r--
Editing: index.html
Close
<button id="saveTemplate" style="position: fixed; top: 20px; right: 20px; background: rgb(40, 167, 69); color: white; border: none; padding: 10px 20px; cursor: pointer; z-index: 1000;">Save Changes</button> <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></title> <!-- The title tag shows in email notifications, like Android 4.4. --> <link href="https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700|Lato:300,400,700" rel="stylesheet"> <!-- CSS Reset : BEGIN --> <style> /* 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> /* What it does: Hover styles for buttons */ .primary{ background: #448ef6; } .bg_white{ background: #ffffff; } .bg_light{ background: #fafafa; } .bg_black{ background: #000000; } .bg_dark{ background: rgba(0,0,0,.8); } .email-section{ padding:2.5em; } /*BUTTON*/ .btn{ padding: 5px 15px; display: inline-block; } .btn.btn-primary{ border-radius: 30px; background: #448ef6; color: #ffffff; } .btn.btn-white{ border-radius: 30px; background: #ffffff; color: #000000; } .btn.btn-white-outline{ border-radius: 30px; background: transparent; border: 1px solid #fff; color: #fff; } h1,h2,h3,h4,h5,h6{ font-family: 'Josefin Sans', sans-serif; color: #000000; margin-top: 0; font-weight: 400; } body{ font-family: 'Josefin Sans', sans-serif; font-weight: 400; font-size: 15px; line-height: 1.8; color: rgba(0,0,0,.4); } a{ color: #448ef6; } table{ } /*LOGO*/ .logo{ margin: 0; display: inline-block; position: absolute; top: 10px; left: 0; right: 0; margin-bottom: 0; } .logo a{ color: #fff; font-size: 24px; font-weight: 700; text-transform: uppercase; font-family: 'Josefin Sans', sans-serif; display: inline-block; border: 2px solid #fff; line-height: 1.3; padding: 10px 15px 4px 15px; margin: 0; } .logo h1 a span{ line-height: 1; } .navigation{ padding: 0; } .navigation li{ list-style: none; display: inline-block;; margin-left: 5px; font-size: 13px; font-weight: 500; } .navigation li a{ color: rgba(0,0,0,.4); } /*HERO*/ .hero{ position: relative; z-index: 0; } .hero .overlay{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; content: ''; width: 100%; background: #000000; z-index: -1; opacity: .3; } .hero .text{ color: rgba(255,255,255,.9); } .hero .text h2{ color: #fff; font-size: 40px; margin-bottom: 0; font-weight: 600; line-height: 1; text-transform: uppercase; } .hero .text h2 span{ font-weight: 600; color: #448ef6; } /*HEADING SECTION*/ .heading-section{ } .heading-section h2{ color: #000000; font-size: 28px; margin-top: 0; line-height: 1.4; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; } .heading-section .subheading{ margin-bottom: 20px !important; display: inline-block; font-size: 13px; text-transform: uppercase; letter-spacing: 2px; color: rgba(0,0,0,.4); position: relative; } .heading-section .subheading::after{ position: absolute; left: 0; right: 0; bottom: -10px; content: ''; width: 100%; height: 2px; background: #448ef6; margin: 0 auto; } .heading-section-white{ color: rgba(255,255,255,.8); } .heading-section-white h2{ font-family: line-height: 1; padding-bottom: 0; } .heading-section-white h2{ color: #ffffff; } .heading-section-white .subheading{ margin-bottom: 0; display: inline-block; font-size: 13px; text-transform: uppercase; letter-spacing: 2px; color: rgba(255,255,255,.4); } /*BLOG*/ .blog-entry{ border: 1px solid red; padding-bottom: 30px !important !important; } .text-blog .meta{ text-transform: uppercase; font-size: 13px; margin-bottom: 0; } /*FOOTER*/ .footer{ color: rgba(255,255,255,.5); } .footer .heading{ color: #ffffff; font-size: 20px; } .footer ul{ margin: 0; padding: 0; } .footer ul li{ list-style: none; margin-bottom: 10px; } .footer ul li a{ color: rgba(255,255,255,1); } @media screen and (max-width: 500px) { } </style> <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> <div style="max-width: 600px; margin: 0 auto;" class="email-container"> <!-- BEGIN BODY --> <table align="center" role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%" style="margin: auto;"> <tbody><tr> <td valign="middle" class="hero bg_white" style="background-image: url(images7/bg_1.jpg); background-size: cover; height: 400px;"> <div class="overlay"></div> <table> <tbody><tr> <td> <div class="text" style="padding: 0 4em; text-align: center;"> <h1 class="logo" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;"><a href="#" class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">Winter</a></h1> <h2 class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">Winter is Coming</h2> <p class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">A small river named Duden flows by their place and supplies it with the necessary regelialia.</p> <p class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;"><a href="#" class="btn btn-primary" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">Read more</a></p> </div> </td> </tr> </tbody></table> </td> </tr><!-- end tr --> <tr> <td class="bg_white email-section"> <div class="heading-section" style="text-align: center; padding: 0 30px;"> <h2 class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">Best articles in this month</h2> </div> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td style="padding-bottom: 30px;"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr><td valign="middle" width="50%" style="position: relative;"> <img src="NW_images/1740136291_newEditor.png" alt="" style="width: 100%; max-width: 600px; height: auto; margin: auto; display: block;"> </td> <td valign="middle" width="50%"> <div class="text-blog" style="text-align: left; padding-left:25px;"> <p class="meta" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;"><span class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">Posted on Feb 18, 2019</span> <span class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">Food</span></p> <h2 class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">Tips For Winter Season</h2> <p class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">A small river named Duden flows by their place and supplies it with the necessary regelialia.</p> <p class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;"><a href="#" class="btn btn-primary" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">Read more</a></p> </div> </td> </tr></tbody></table> </td> </tr> <tr> <td style="padding-bottom: 30px;"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr><td valign="middle" width="50%" style="position: relative;"> <img src="images7/work-2.jpg" alt="" style="width: 100%; max-width: 600px; height: auto; margin: auto; display: block;"> </td> <td valign="middle" width="50%"> <div class="text-blog" style="text-align: left; padding-left:25px;"> <p class="meta" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;"><span class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">Posted on Feb 18, 2019</span> <span class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">Food</span></p> <h2 class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">Tips For Winter Season</h2> <p class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">A small river named Duden flows by their place and supplies it with the necessary regelialia.</p> <p class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;"><a href="#" class="btn btn-primary" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">Read more</a></p> </div> </td> </tr></tbody></table> </td> </tr> <tr> <td style="padding-bottom: 30px;"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr><td valign="middle" width="50%" style="position: relative;"> <img src="images7/work-3.jpg" alt="" style="width: 100%; max-width: 600px; height: auto; margin: auto; display: block;"> </td> <td valign="middle" width="50%"> <div class="text-blog" style="text-align: left; padding-left:25px;"> <p class="meta" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;"><span class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">Posted on Feb 18, 2019</span> <span class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">Food</span></p> <h2 class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">Tips For Winter Season</h2> <p class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">A small river named Duden flows by their place and supplies it with the necessary regelialia.</p> <p class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;"><a href="#" class="btn btn-primary" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">Read more</a></p> </div> </td> </tr></tbody></table> </td> </tr> <tr> <td style="padding-bottom: 30px;"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr><td valign="middle" width="50%" style="position: relative;"> <img src="images7/work-4.jpg" alt="" style="width: 100%; max-width: 600px; height: auto; margin: auto; display: block;"> </td> <td valign="middle" width="50%"> <div class="text-blog" style="text-align: left; padding-left:25px;"> <p class="meta" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;"><span class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">Posted on Feb 18, 2019</span> <span class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">Food</span></p> <h2 class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">Tips For Winter Season</h2> <p class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">A small river named Duden flows by their place and supplies it with the necessary regelialia.</p> <p class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;"><a href="#" class="btn btn-primary" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">Read more</a></p> </div> </td> </tr></tbody></table> </td> </tr> <tr> <td style="padding-bottom: 30px;"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr><td valign="middle" width="50%" style="position: relative;"> <img src="images7/work-5.jpg" alt="" style="width: 100%; max-width: 600px; height: auto; margin: auto; display: block;"> </td> <td valign="middle" width="50%"> <div class="text-blog" style="text-align: left; padding-left:25px;"> <p class="meta" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;"><span class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">Posted on Feb 18, 2019</span> <span class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">Food</span></p> <h2 class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">Tips For Winter Season</h2> <p class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">A small river named Duden flows by their place and supplies it with the necessary regelialia.</p> <p class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;"><a href="#" class="btn btn-primary" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">Read more</a></p> </div> </td> </tr></tbody></table> </td> </tr> <tr> <td style="padding-bottom: 30px;"> <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr><td valign="middle" width="50%" style="position: relative;"> <img src="images7/work-6.jpg" alt="" style="width: 100%; max-width: 600px; height: auto; margin: auto; display: block;"> </td> <td valign="middle" width="50%"> <div class="text-blog" style="text-align: left; padding-left:25px;"> <p class="meta" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;"><span class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">Posted on Feb 18, 2019</span> <span class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">Food</span></p> <h2 class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">Tips For Winter Season</h2> <p class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">A small river named Duden flows by their place and supplies it with the necessary regelialia.</p> <p class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;"><a href="#" class="btn btn-primary" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">Read more</a></p> </div> </td> </tr></tbody></table> </td> </tr> </tbody></table> </td> </tr><!-- end: tr --> <tr> <td class="bg_white"> <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> <tbody><tr> <td> <a href="#" class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text; position: relative;"><img src="images7/bg_2.jpg" alt="" style="width: 100%; max-width: 600px; height: auto; margin: auto; display: block;"></a> </td> </tr> <tr> <td class="text-blog" style="text-align: center; padding: 2em 2.5em"> <p class="meta" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;"><span class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">Posted on Feb 18, 2019</span> <span class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">Food</span></p> <h3 style="font-size: 24px; border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;" class="">Be Ready For a Winter Season</h3> <p class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar.</p> <p class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;"><a href="#" class="btn btn-primary" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">Read more</a></p> </td> </tr> </tbody></table> </td> </tr><!-- --> <!-- 1 Column Text + Button : END --> </tbody></table> <table align="center" role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%" style="margin: auto;"> <tbody><tr> <td valign="middle" class="bg_black footer email-section"> <table> <tbody><tr> <td valign="top" width="33.333%" style="padding-top: 20px;"> <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> <tbody><tr> <td style="text-align: left; padding-right: 10px;"> <h3 class="heading" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">About</h3> <p class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">A small river named Duden flows by their place and supplies it with the necessary regelialia.</p> </td> </tr> </tbody></table> </td> <td valign="top" width="33.333%" style="padding-top: 20px;"> <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> <tbody><tr> <td style="text-align: left; padding-left: 5px; padding-right: 5px;"> <h3 class="heading" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">Contact Info</h3> <ul> <li class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;"><span class="text" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">203 Fake St. Mountain View, San Francisco, California, USA</span></li> <li class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;"><span class="text" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">+2 392 3929 210</span></li> </ul> </td> </tr> </tbody></table> </td> <td valign="top" width="33.333%" style="padding-top: 20px;"> <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> <tbody><tr> <td style="text-align: left; padding-left: 10px;"> <h3 class="heading" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">Useful Links</h3> <ul> <li class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;"><a href="#" class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">Home</a></li> <li class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;"><a href="#" class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">About</a></li> <li class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;"><a href="#" class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">Services</a></li> <li class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;"><a href="#" class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">Work</a></li> </ul> </td> </tr> </tbody></table> </td> </tr> </tbody></table> </td> </tr><!-- end: tr --> <tr> <td valign="middle" class="bg_black footer email-section"> <table> <tbody><tr> <td valign="top" width="33.333%"> <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> <tbody><tr> <td style="text-align: left; padding-right: 10px;"> <p class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;">© 2018 Stories. All Rights Reserved</p> </td> </tr> </tbody></table> </td> <td valign="top" width="33.333%"> <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> <tbody><tr> <td style="text-align: right; padding-left: 5px; padding-right: 5px;"> <p class="" style="border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;"><a href="#" style="color: rgba(255, 255, 255, 0.4); border: 1px dashed transparent; padding: 5px; outline: none; cursor: text;" class="">Unsubcribe</a></p> </td> </tr> </tbody></table> </td> </tr> </tbody></table> </td> </tr> </tbody></table> </div> </center>