HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<!DOCTYPE html>
<html amp4email data-css-strict>
<head>
<meta charset="utf-8">
<script async src="https://cdn.ampproject.org/v0.js"></script>
<script async custom-element="amp-bind" src="https://cdn.ampproject.org/v0/amp-bind-0.1.js"></script>
<script async custom-element="amp-form" src="https://cdn.ampproject.org/v0/amp-form-0.1.js"></script>
<script async custom-template="amp-mustache" src="https://cdn.ampproject.org/v0/amp-mustache-0.2.js"></script>
<script async custom-element="amp-list" src="https://cdn.ampproject.org/v0/amp-list-0.1.js"></script>
<style amp4email-boilerplate>
body {
visibility: hidden
}
</style>
<style amp-custom>
* {
margin: 0;
padding: 0
}
body {
font-family: Verdana, Tahoma, Arial, sans-serif;
color: #000;
background: #fff;
font-size: 16px;
line-height: 1.4
}
body * {
outline: 0
}
img {
border: 0;
display: block
}
a {
color: #6cacdb;
text-decoration: none
}
.mainwrap {
text-align: center
}
.tjImage {
display: inline-block
}
.fullimg {
max-width: 100%;
width: 100%;
min-height: 1px
}
.fullimg img {
height: auto;
width: 100%
}
.tjRow {
display: flex;
flex-wrap: wrap
}
.tjInline {
display: inline-block
}
.tjBodyWrap {
margin: 0 auto;
max-width: 100%
}
.tjRow.inverted {
flex-direction: row-reverse
}
.tjRow.top {
align-items: start
}
.tjRow.bottom {
align-items: end
}
.tjRow.middle {
align-items: center
}
.tjRow.left {
justify-content: left
}
.tjRow.right {
justify-content: right
}
.tjRow.center {
justify-content: center
}
.tjBox {
display: block
}
.tjBox.left {
text-align: left
}
.tjBox.right {
text-align: right
}
.tjBox.center {
text-align: center
}
.tjWrap {
display: inline-block;
max-width: 100%;
box-sizing: border-box
}
.tjWrap>div {
width: 100%;
max-width: 100%;
overflow: hidden
}
.tjWrap .tjList {
min-height: 30px;
position: static
}
.tjWrap .tjList>div {
min-height: 30px;
height: auto;
position: static
}
.tjmRow {
display: flex;
max-width: 100%
}
.tjmRow .tjColumn {
display: flex;
flex-grow: 1;
box-sizing: border-box
}
.tjmRow .tjColumn>div {
max-width: 100%
}
button {
border: 0 none;
cursor: pointer
}
.only_mob {
display: none
}
@media only screen and (max-width:600px) {
.mob_100 {
width: 100%;
max-width: 100%
}
.tjBox.mob_100 {
min-width: 100%
}
.mob_hidden {
display: none
}
.only_mob {
display: block
}
}
.christmasTree {
height: 721px;
width: 600px;
background: url(https://cdn.mailganer.com/mailing-template/2/170375632239/img/tree_bg.png) no-repeat center;
background-size: 600px 721px;
position: relative;
}
.christmasTree button {
position: absolute;
border: 0px none;
background: transparent;
left: 50%;
}
.christmasTree .ball1 {
top: 7px;
margin-left: -26px;
width: 58px;
height: 56px;
background: url(https://cdn.mailganer.com/mailing-template/2/170375632239/img/ball1_1.png) no-repeat center;
background-size: 58px 56px;
}
.christmasTree .ball1.active,
.christmasTree .ball1:hover {
background-image: url(https://cdn.mailganer.com/mailing-template/2/170375632239/img/ball1_2.png);
}
.christmasTree .ball2 {
top: 90px;
margin-left: -51px;
width: 78px;
height: 84px;
background: url(https://cdn.mailganer.com/mailing-template/2/170375632239/img/ball2_1.png) no-repeat center;
background-size: 78px 84px;
}
.christmasTree .ball2.active,
.christmasTree .ball2:hover {
background-image: url(https://cdn.mailganer.com/mailing-template/2/170375632239/img/ball2_2.png);
}
.christmasTree .ball3 {
top: 181px;
margin-left: -16px;
width: 70px;
height: 81px;
background: url(https://cdn.mailganer.com/mailing-template/2/170375632239/img/ball3_1.png) no-repeat center;
background-size: 70px 81px;
}
.christmasTree .ball3.active,
.christmasTree .ball3:hover {
background-image: url(https://cdn.mailganer.com/mailing-template/2/170375632239/img/ball3_2.png);
}
.christmasTree .ball4 {
top: 248px;
margin-left: -73px;
width: 72px;
height: 82px;
background: url(https://cdn.mailganer.com/mailing-template/2/170375632239/img/ball4_1.png) no-repeat center;
background-size: 72px 81px;
}
.christmasTree .ball4.active,
.christmasTree .ball4:hover {
background-image: url(https://cdn.mailganer.com/mailing-template/2/170375632239/img/ball4_2.png);
}
.christmasTree .ball5 {
top: 267px;
margin-left: 21px;
width: 72px;
height: 81px;
background: url(https://cdn.mailganer.com/mailing-template/2/170375632239/img/ball5_1.png) no-repeat center;
background-size: 72px 81px;
}
.christmasTree .ball5.active,
.christmasTree .ball5:hover {
background-image: url(https://cdn.mailganer.com/mailing-template/2/170375632239/img/ball5_2.png);
}
.christmasTree .ball6 {
top: 312px;
margin-left: -25px;
width: 67px;
height: 86px;
background: url(https://cdn.mailganer.com/mailing-template/2/170375632239/img/ball6_1.png) no-repeat center;
background-size: 67px 86px;
}
.christmasTree .ball6.active,
.christmasTree .ball6:hover {
background-image: url(https://cdn.mailganer.com/mailing-template/2/170375632239/img/ball6_2.png);
}
.christmasTree .ball7 {
top: 354px;
margin-left: -104px;
width: 72px;
height: 81px;
background: url(https://cdn.mailganer.com/mailing-template/2/170375632239/img/ball7_1.png) no-repeat center;
background-size: 72px 81px;
}
.christmasTree .ball7.active,
.christmasTree .ball7:hover {
background-image: url(https://cdn.mailganer.com/mailing-template/2/170375632239/img/ball7_2.png);
}
.christmasTree .ball8 {
top: 354px;
margin-left: 42px;
width: 70px;
height: 81px;
background: url(https://cdn.mailganer.com/mailing-template/2/170375632239/img/ball8_1.png) no-repeat center;
background-size: 70px 81px;
}
.christmasTree .ball8.active,
.christmasTree .ball8:hover {
background-image: url(https://cdn.mailganer.com/mailing-template/2/170375632239/img/ball8_2.png);
}
.christmasTree .ball9 {
top: 420px;
margin-left: -35px;
width: 91px;
height: 94px;
background: url(https://cdn.mailganer.com/mailing-template/2/170375632239/img/ball9_1.png) no-repeat center;
background-size: 91px 94px;
}
.christmasTree .ball9.active,
.christmasTree .ball9:hover {
background-image: url(https://cdn.mailganer.com/mailing-template/2/170375632239/img/ball9_2.png);
}
.christmasTree .ball10 {
top: 465px;
margin-left: -108px;
width: 70px;
height: 81px;
background: url(https://cdn.mailganer.com/mailing-template/2/170375632239/img/ball10_1.png) no-repeat center;
background-size: 70px 81px;
}
.christmasTree .ball10.active,
.christmasTree .ball10:hover {
background-image: url(https://cdn.mailganer.com/mailing-template/2/170375632239/img/ball10_2.png);
}
.christmasTree .ball11 {
top: 425px;
margin-left: 57px;
width: 72px;
height: 81px;
background: url(https://cdn.mailganer.com/mailing-template/2/170375632239/img/ball11_1.png) no-repeat center;
background-size: 72px 81px;
}
.christmasTree .ball11.active,
.christmasTree .ball11:hover {
background-image: url(https://cdn.mailganer.com/mailing-template/2/170375632239/img/ball11_2.png);
}
.christmasTree .snowman {
top: 362px;
margin-left: -241px;
width: 131px;
height: 204px;
background: url(https://cdn.mailganer.com/mailing-template/2/170375632239/img/snowman_1.png) no-repeat center;
background-size: 133px 207px;
}
.christmasTree .snowman.active,
.christmasTree .snowman:hover {
background-image: url(https://cdn.mailganer.com/mailing-template/2/170375632239/img/snowman_2.png);
}
.christmasTree .house {
top: 485px;
margin-left: 103px;
width: 165px;
height: 174px;
background: url(https://cdn.mailganer.com/mailing-template/2/170375632239/img/house_1.png) no-repeat center;
background-size: 180px 154px;
}
.christmasTree .house.active,
.christmasTree .house:hover {
background-image: url(https://cdn.mailganer.com/mailing-template/2/170375632239/img/house_2.png);
}
.christmasTree_wrap {
position: relative;
}
.christmasTree_wrap .overlay {
display: none;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
opacity: 0;
transition: opacity 0.6s;
background: radial-gradient(50% 50% at 50% 50%, #0062AD 47.4%, rgba(0, 98, 173, 0.44) 88.02%, rgba(0, 98, 173, 0.00) 100%);
justify-content: center;
align-items: center;
padding: 10px;
}
.christmasTree_wrap.ispopup1 .overlay,
.christmasTree_wrap.ispopup2 .overlay {
display: flex;
opacity: 1;
}
.popup {
background: #ffffff;
max-width: 352px;
border: 2px solid #0062AD;
position: relative;
padding: 10px;
color: #000000;
font-size: 12px;
font-family: Helvetica, Arial, sans-serif;
text-align: center;
}
.christmasTree_wrap.ispopup2 .popup {
max-width: 500px;
}
.popup .popup_b {
border: 2px solid #0062AD;
padding: 40px 30px;
}
.popup__close {
position: absolute;
width: 15px;
height: 15px;
top: -25px;
right: 0px;
background: url(https://cdn.mailganer.com/mailing-template/2/170375632239/img/close.png) no-repeat 0 0;
background-size: 15px 15px;
}
.popup__text a {
color: #0062AD;
text-decoration: underline;
}
.christmasTree_wrap.ispopup2 .popup__text {
text-align: left;
}
.popup__sep {
max-width: 180px;
border-top: 2px dashed #000000;
margin: 40px auto 0;
}
.popup__author {
padding-top: 12px;
display: flex;
gap: 10px;
text-align: left;
align-items: center;
justify-content: center;
}
.popup__author .popup__ava {
width: 38px;
height: 38px;
overflow: hidden;
border-radius: 19px;
}
.popup__title {
text-align: center;
font-size: 16px;
padding-bottom: 15px;
}
@media only screen and (max-width: 498px) {
.mob_v {
max-width: 100%;
margin: 0 auto;
overflow: hidden;
height: 598px;
}
.mob_v .christmasTree {
transform: scale(0.83);
transform-origin: 0 0;
position: absolute;
left: 50%;
margin-left: -250px;
}
.popup {
padding: 5px;
}
.popup .popup_b {
padding: 15px 10px;
}
.popup__sep {
margin: 20px auto 0;
}
}
@media only screen and (max-width: 420px) {
.mob_v {
height: 504px;
}
.mob_v .christmasTree {
transform: scale(0.70);
margin-left: -210px;
}
}
.form__wrap {
max-width: 470px;
border-radius: 10px;
box-shadow: 0px 0px 20px 0px rgba(27, 58, 119, 0.50);
padding: 20px 15px;
margin: 0 auto;
text-align: center;
}
.form__wrap .form__field {
max-width: 390px;
margin: 0 auto;
padding: 2px 0;
}
.form__wrap .form__field input {
padding: 6px 10px;
padding: 6px 10px;
width: 100%;
box-sizing: border-box;
border: 1px solid #0062AD;
}
.comment__wrap {
font-family: Helvetica, Arial, sans-serif;
max-width: 390px;
color: #000000;
font-size: 16px;
margin: 20px auto;
}
.commentlist {
min-height: 250px;
}
.comment__card {
padding-bottom: 20px;
text-align: left;
}
.comment__name {
font-weight: bold;
color: #0062AD;
}
.update_button {
border-radius: 4px;
background: #0062AD;
padding: 8px 16px;
color: #ffffff;
font-size: 16px;
}
.txt24 {
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
color: #ffffff;
}
.txt39 {
font-family: Helvetica, Arial, sans-serif;
font-size: 18px;
color: #0062AD;
}
.txt41 {
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
color: #020202;
}
.txt44 {
font-family: Helvetica, Arial, sans-serif;
font-size: 24px;
color: #0062AD;
}
.txt45 {
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
color: #0062AD;
}
.btn48 {
background-color: #0062AD;
font-size: 16px;
font-weight: bold;
line-height: 35px;
width: 120px;
color: #ffffff;
border-radius: 4px;
font-family: Helvetica, Arial, sans-serif;
text-align: center;
text-decoration: none;
display: inline-block;
box-sizing: border-box;
}
.txt59,
.txt61 {
font-family: Helvetica, Arial, sans-serif;
font-size: 10px;
color: #0062AD;
}
</style>
</head>
<body>
<div style="overflow:hidden;height:1px;width:1px;position:absolute;top:0;left:0;">
<amp-img src="https://ampier.ru/tr/?t=view&ea=amp&cn=bv&cid={{email_hash}}" alt="" width="1" height="1"></amp-img>
</div>
<div class="mainwrap">
<div id="tjBody" style="font-family: Helvetica, Arial, sans-serif; font-size: 16px; line-height: normal; color: #ffffff; background-color: #e4e4e4;">
<div class="tjBodyWrap">
<div style="width: 100%;">
<div style="display: inline-block; max-width: 600px; width: 100%;">
<div class="tjWrap" style="display: flex; width: 100%; justify-content: center; text-align: center; align-items: center; background-color: #0062ad;">
<div>
<div style="width: 100%;">
<div style="display: inline-block; max-width: 566px; width: 100%;">
<div class="tjWrap" style="display: flex; width: 100%; justify-content: left; text-align: left; align-items: center;">
<div style="padding: 25px 15px;">
<div style="width: 100%;">
<div style="display: inline-block; max-width: 100%; width: 100%;">
<div class="tjWrap" style="display: flex; width: 100%; justify-content: center; text-align: center; align-items: center;">
<div>
<div class="tjInline">
<a href="https://mailganer.com/ru/" target="_blank">
<amp-img src="https://cdn.mailganer.com/mailing-template/2/170375632239/img/logo.png" width="124" layout="fixed" height="20" alt="mailganer" style="display: block;"></amp-img>
</a>
</div>
</div>
</div>
</div>
</div>
<div style="height: 40px;"> </div>
<div>
<amp-img src="https://cdn.mailganer.com/mailing-template/2/170375632239/img/happy_new_year.png" layout="responsive" width="536" alt="С НАСТУПАЮЩИМ НОВЫМ ГОДОМ!" class="fullimg" style="display: block;" height="111"> </amp-img>
</div>
<div style="height: 13px;"> </div>
<div>
<div style="width: 100%;">
<div style="display: inline-block; max-width: 360px; width: 100%;">
<div class="tjWrap" style="display: flex; width: 100%; justify-content: left; text-align: left; align-items: center;">
<div>
<div style="line-height: normal;"> <span class="txt24">В игрушках на ёлочке мы спрятали праздничные послания от нашей команды — найдите все пожелания, и пусть они сбудутся!</span> </div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div>
<div [class]="ispopup?'christmasTree_wrap ispopup'+ispopup:'christmasTree_wrap'" class="christmasTree_wrap">
<div class="mob_v">
<div class="christmasTree">
<button [class]="ball1?'ball1 active':'ball1'" on="tap:AMP.setState({ball1: 1, ispopup: 2, popuptext: 1})" class="ball1"> </button>
<button [class]="ball2?'ball2 active':'ball2'" on="tap:AMP.setState({ball2: 1, ispopup: 1, popuptext: 2})" class="ball2"> </button>
<button [class]="ball3?'ball3 active':'ball3'" on="tap:AMP.setState({ball3: 1, ispopup: 1, popuptext: 3})" class="ball3"> </button>
<button [class]="ball4?'ball4 active':'ball4'" on="tap:AMP.setState({ball4: 1, ispopup: 1, popuptext: 4})" class="ball4"> </button>
<button [class]="ball5?'ball5 active':'ball5'" on="tap:AMP.setState({ball5: 1, ispopup: 1, popuptext: 5})" class="ball5"> </button>
<button [class]="ball6?'ball6 active':'ball6'" on="tap:AMP.setState({ball6: 1, ispopup: 1, popuptext: 6})" class="ball6"> </button>
<button [class]="ball7?'ball7 active':'ball7'" on="tap:AMP.setState({ball7: 1, ispopup: 1, popuptext: 7})" class="ball7"> </button>
<button [class]="ball8?'ball8 active':'ball8'" on="tap:AMP.setState({ball8: 1, ispopup: 1, popuptext: 8})" class="ball8"> </button>
<button [class]="ball9?'ball9 active':'ball9'" on="tap:AMP.setState({ball9: 1, ispopup: 1, popuptext: 9})" class="ball9"> </button>
<button [class]="ball10?'ball10 active':'ball10'" on="tap:AMP.setState({ball10: 1, ispopup: 1, popuptext: 10})" class="ball10"> </button>
<button [class]="ball11?'ball11 active':'ball11'" on="tap:AMP.setState({ball11: 1, ispopup: 1, popuptext: 11})" class="ball11"> </button>
<button [class]="snowman?'snowman active':'snowman'" on="tap:AMP.setState({snowman: 1, ispopup: 2, popuptext: 12})" class="snowman"> </button>
<button [class]="house?'house active':'house'" on="tap:AMP.setState({house: 1, ispopup: 2, popuptext: 13})" class="house"> </button>
</div>
</div>
<div class="overlay">
<div class="popup">
<div class="popup_b">
<button on="tap:AMP.setState({ispopup: 0})" class="popup__close"> </button>
<div [hidden]="popuptext != 1">
<div class="popup__title">Дорогие подписчики!</div>
<div class="popup__text">Желаем, чтобы рассылки стали частью вашей большой дружбы с клиентами. Максимального вовлечения, искромётных идей и роста базы. Пусть каждая коммуникация приводит к лояльности и продажам!
<br>
<br>Мы, в свою очередь, будем экспериментировать с форматами, ждать от вас обратной связи и с большим удовольствием встречаться на мероприятиях. А их в следующем году будет много!
<br>
<br>Всегда рады просто поговорить о ваших рассылках, планах и пожеланиях. Наш успех возможен только благодаря вашему успеху, поэтому команда Mailganer всегда готова помочь вам в реализации даже самых смелых идей.
<br>
<br>До новых встреч в будущем году! </div>
<div class="popup__sep"></div>
<div class="popup__author">
<div class="popup__ava">
<div class="tjInline">
<amp-img src="https://cdn.mailganer.com/mailing-template/2/170375632239/img/photo1.jpg" layout="fixed" width="38" height="38" alt="" style="display: block;"> </amp-img>
</div>
</div>
<div> <b>Юля Савицкая,
</b>
<br>руководитель отдела маркетинга и продаж Mailganer. </div>
</div>
</div>
<div [hidden]="popuptext != 2">
<div class="popup__text">Пусть каждое ваше обращение в Новом году станет ещё одним шагом к новым открытиям и возможностям в мире технологий!</div>
<div class="popup__sep"></div>
<div class="popup__author">
<div class="popup__ava">
<div class="tjInline">
<amp-img src="https://cdn.mailganer.com/mailing-template/2/170375632239/img/photo2.jpg" layout="fixed" width="38" height="38" alt="" style="display: block;"> </amp-img>
</div>
</div>
<div> <b>Никита,
</b>
<br>специалист поддержки </div>
</div>
</div>
<div [hidden]="popuptext != 3">
<div class="popup__text">Позаботьтесь о себе в Новом году! Уделяйте время любимым занятиям и хобби, путешествуйте и открывайте новые места. Смело двигайтесь к своим целям и мечтам.</div>
<div class="popup__sep"></div>
<div class="popup__author">
<div class="popup__ava">
<div class="tjInline">
<amp-img src="https://cdn.mailganer.com/mailing-template/2/170375632239/img/photo3.jpg" layout="fixed" width="38" height="38" alt="" style="display: block;"> </amp-img>
</div>
</div>
<div> <b>Влад,
</b>
<br>руководитель отдела поддержки </div>
</div>
</div>
<div [hidden]="popuptext != 4">
<div class="popup__text">Хочу пожелать вам праздничного настроения, тепла и уюта в ваших домах. Пусть Новый год принесет с собой новые амбициозные цели, смелые проекты и достойные финансовые результаты.</div>
<div class="popup__sep"></div>
<div class="popup__author">
<div class="popup__ava">
<div class="tjInline">
<amp-img src="https://cdn.mailganer.com/mailing-template/2/170375632239/img/photo4.jpg" layout="fixed" width="38" height="38" alt="" style="display: block;"> </amp-img>
</div>
</div>
<div> <b>София,
</b>
<br>менеджер по финансам </div>
</div>
</div>
<div [hidden]="popuptext != 5">
<div class="popup__text">Желаю, чтобы Новый год открыл перед вами долгожданные двери к большому успеху и новым целям! А мы продолжим радовать вас высоким уровнем сервиса.</div>
<div class="popup__sep"></div>
<div class="popup__author">
<div class="popup__ava">
<div class="tjInline">
<amp-img src="https://cdn.mailganer.com/mailing-template/2/170375632239/img/photo5.jpg" layout="fixed" width="38" height="38" alt="" style="display: block;"> </amp-img>
</div>
</div>
<div> <b>Юрий,
</b>
<br>разработчик </div>
</div>
</div>
<div [hidden]="popuptext != 6">
<div class="popup__text">Пусть ваши отношения с аккаунт-менеджером будут крепкими, словно капитал в банке, и приносят вам неограниченную прибыль, как золотые монеты в сокровищнице!</div>
<div class="popup__sep"></div>
<div class="popup__author">
<div class="popup__ava">
<div class="tjInline">
<amp-img src="https://cdn.mailganer.com/mailing-template/2/170375632239/img/photo6.jpg" layout="fixed" width="38" height="38" alt="" style="display: block;"> </amp-img>
</div>
</div>
<div> <b>Ляля,
</b>
<br>аккаунт-менеджер </div>
</div>
</div>
<div [hidden]="popuptext != 7">
<div class="popup__text">Познавайте новое, изучайте, путешествуйте, изобретайте! Пусть в Новом году в вашей жизни будет больше добра, любви и заботы.</div>
<div class="popup__sep"></div>
<div class="popup__author">
<div class="popup__ava">
<div class="tjInline">
<amp-img src="https://cdn.mailganer.com/mailing-template/2/170375632239/img/photo7.jpg" layout="fixed" width="38" height="38" alt="" style="display: block;"> </amp-img>
</div>
</div>
<div> <b>Анзор,
</b>
<br>старший разработчик </div>
</div>
</div>
<div [hidden]="popuptext != 8">
<div class="popup__text">Пусть в Новом году будет больше радостных моментов! Будьте счастливы и не забывайте отдыхать, чтобы быть здоровыми и полными сил.</div>
<div class="popup__sep"></div>
<div class="popup__author">
<div class="popup__ava">
<div class="tjInline">
<amp-img src="https://cdn.mailganer.com/mailing-template/2/170375632239/img/photo8.jpg" layout="fixed" width="38" height="38" alt="" style="display: block;"> </amp-img>
</div>
</div>
<div> <b>Вера,
</b>
<br>дизайнер </div>
</div>
</div>
<div [hidden]="popuptext != 9">
<div class="popup__text">Мечтайте смело, а путешествуйте — ещё смелее. Проводите больше времени с близкими и друзьями. Смейтесь, обнимайтесь и любите!</div>
<div class="popup__sep"></div>
<div class="popup__author">
<div class="popup__ava">
<div class="tjInline">
<amp-img src="https://cdn.mailganer.com/mailing-template/2/170375632239/img/photo9.jpg" layout="fixed" width="38" height="38" alt="" style="display: block;"> </amp-img>
</div>
</div>
<div> <b>Лена,
</b>
<br>редактор </div>
</div>
</div>
<div [hidden]="popuptext != 10">
<div class="popup__text">Желаю, чтобы все ваши пожелания были не только услышаны, но и реализованы! Чтобы всегда удавалось найти варианты реализации ваших самых смелых идей.</div>
<div class="popup__sep"></div>
<div class="popup__author">
<div class="popup__ava">
<div class="tjInline">
<amp-img src="https://cdn.mailganer.com/mailing-template/2/170375632239/img/photo10.jpg" layout="fixed" width="38" height="38" alt="" style="display: block;"> </amp-img>
</div>
</div>
<div> <b>Андрей,
</b>
<br>руководитель отдела разработки </div>
</div>
</div>
<div [hidden]="popuptext != 11">
<div class="popup__text">Пусть в Новом году каждый из вас обретёт крепкое здоровье и море энергии. Желаю уверенности в себе и силы духа!</div>
<div class="popup__sep"></div>
<div class="popup__author">
<div class="popup__ava">
<div class="tjInline">
<amp-img src="https://cdn.mailganer.com/mailing-template/2/170375632239/img/photo11.jpg" layout="fixed" width="38" height="38" alt="" style="display: block;"> </amp-img>
</div>
</div>
<div> <b>Борис,
</b>
<br>UX/UI-дизайнер </div>
</div>
</div>
<div [hidden]="popuptext != 12">
<div class="popup__title">Дорогие клиенты!</div>
<div class="popup__text">С наступающим Новым годом! Хочу выразить нашу искреннюю благодарность за доверие, что выбираете нас в качестве вашего партнера по рассылкам. Ваш успех — наша главная задача.
<br>
<br>Прошедший год встретил нас множеством вызовов, но вместе с тем — открыл и новые возможности. В первую очередь для развития платформы и разработки новых решений, которые появляются благодаря вам — нашим клиентам. Мы ценим каждого и хотим вместе продолжать этот путь, чтобы достигать новых вершин.
<br>
<br>Пусть Новый год принесёт вам новые возможности, успех и процветание. Желаю вам и вашим близким здоровья, благополучия и много радостных моментов!
<br>
<br>И знайте, что вы всегда можете написать мне в <a href="https://t.me/kzmkin">Телеграм</a> по любому вопросу, даже если мы с вами ещё не работаем вместе. Вопросы о платформе, идеи фичей, просто пообщаться про рынок рассылок или обсудить лучшие парные в Петербурге — с удовольствием 🙂 </div>
<div class="popup__sep"></div>
<div class="popup__author">
<div class="popup__ava">
<div class="tjInline">
<amp-img src="https://cdn.mailganer.com/mailing-template/2/170375632239/img/photo12.jpg" layout="fixed" width="38" height="38" alt="" style="display: block;"> </amp-img>
</div>
</div>
<div> <b>Даниил Кожемякин,
</b>
<br>основатель и руководитель Mailganer </div>
</div>
</div>
<div [hidden]="popuptext != 13">
<div class="popup__title">Дорогие друзья!</div>
<div class="popup__text">Перед тем как перейти к пожеланиям, хотим поблагодарить вас за уделённое время и доверие к нашей поддержке. Мы стараемся становиться лучше для вас каждый день и рады быть частью вашего успеха. Как в этот праздник, так и весь следующий год.
<br>
<br>А теперь — к пожеланиям! Мы желаем вам:
<br>
<br>1. Чтобы все ваши письма были прочитаны и привели к успешным сделкам.
<br>
<br>2. Чтобы ваши клиенты оставались удовлетворёнными, а сотрудники — продуктивными и довольными.
<br>
<br>3. Чтобы у вас всегда хватало времени на себя, свои проекты и любимых людей.
<br>
<br>4. Чтобы вы продолжали развиваться и находить новые пути роста.
<br>
<br>5. Чтобы в ваших домах всегда было уютно, светло и тепло. </div>
<div class="popup__sep"></div>
<div class="popup__author">
<div class="popup__ava">
<div class="tjInline">
<amp-img src="https://cdn.mailganer.com/mailing-template/2/170375632239/img/photo13.jpg" layout="fixed" width="38" height="38" alt="" style="display: block;"> </amp-img>
</div>
</div>
<div> <b>С наилучшими пожеланиями,
</b>
<br>команда поддержки Mailganer </div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div style="width: 100%;">
<div style="display: inline-block; max-width: 100%; width: 100%;">
<div class="tjWrap" style="display: flex; width: 100%; justify-content: center; text-align: center; align-items: center; background-color: #ffffff;">
<div style="padding: 35px 15px;">
<div>
<div hidden="hidden" [hidden]="!confForm1130" class="form__wrap">
<div style="line-height: normal;"> <span class="txt39">Спасибо за поздравление 💙</span> </div>
<div style="height: 10px;"> </div>
<div style="line-height: normal;"> <span class="txt41">Обновите ленту, чтобы увидеть новые пожелания от других подписчиков.</span> </div>
<div style="height: 20px;"> </div>
<button on="tap:shortlist.refresh" class="update_button">Обновить </button>
</div>
<div id="amform">
<amp-state id="amform">
<script type="application/json">false</script>
</amp-state>
<form method="POST" action-xhr="https://ampier.ru/amp/post/1130?key=cb852106acd69b529f431cbfe2a1e095" on="submit-success: AMP.setState({confForm1130: true})" class="ampform">
<div [hidden]="confForm1130" class="form__wrap">
<div style="line-height: normal;"> <span class="txt44">Ещё больше пожеланий</span> </div>
<div style="line-height: normal;"> <span class="txt45">Поздравьте друг друга с наступающим!</span> </div>
<div style="height: 20px;"> </div>
<div class="form__field">
<input type="text" placeholder="От кого" name="i_8214_name_496" required="required"> </div>
<div class="form__field">
<input type="text" placeholder="Тёплые слова для подписчиков или команды Мейлганер" name="i_9661_comment_3" required="required"> </div>
<div style="height: 25px;"> </div>
<div>
<button type="submit" class="btn48">Отправить </button>
</div>
<input type="hidden" name="email" value="{{email}}">
<div submitting="" class="loading">Загрузка...</div>
</div>
<div submit-success="" class="form_success">
<template type="amp-mustache">
<div class="comment__wrap">
<div class="comment__card">
<div class="comment__name">Вы</div>
<div class="comment_text">{% verbatim %}{{i_9661_comment_3}}{% endverbatim %}</div>
</div>
</div>
</template>
</div>
</form>
</div>
<div id="wrap_list1130" class="wrap_list">
<div class="comment__wrap">
<amp-list src="https://ampier.ru/amp/get/1130?key=8f3f8314d47d22773b58915b1db2fa29" layout="fill" class="tjList commentlist" id="shortlist">
<template type="amp-mustache">
<div class="comment__card">
<div class="comment__name">{% verbatim %}{{i_8214_name_496}}{% endverbatim %}</div>
<div class="comment_text">{% verbatim %}{{i_9661_comment_3}}{% endverbatim %}</div>
</div>
</template>
</amp-list>
</div>
</div>
</div>
<div style="width: 100%;">
<div style="display: inline-block; max-width: 500px; width: 100%;">
<div class="tjWrap" style="display: flex; width: 100%; justify-content: center; text-align: center; align-items: center;">
<div>
<div style="border-top: 1px solid #f2eeeb; padding-bottom: 10px; margin-top: 10px;"></div>
<div style="height: 10px;"> </div>
<div style="width: 100%;">
<div style="display: inline-block; max-width: 340px; width: 100%;">
<div class="tjWrap" style="display: flex; width: 100%; justify-content: center; text-align: center; align-items: center;">
<div>
<div style="line-height: normal;"> <span class="txt59">Вы получили это письмо, потому что подписаны на рассылку <a href="https://mailganer.com/ru/" target="_blank" style="color: #0062ad; text-decoration: underline;">Mailganer</a> и мы хотим поздравить вас с наступающим Новым годом! Вы всегда можете <a href="{{unsubscribeUrl}}" target="_blank" style="color: #0062ad; text-decoration: underline;">отписаться</a> или открыть <a href="{{webversion}}" target="_blank" style="color: #0062ad; text-decoration: underline;">веб-версию</a>, чтобы поделиться этой рассылкой</span> </div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
Also see: Tab Triggers