Initial commit: ASPEKTER — визуальный конструктор email-рассылок
- z51-pug-builder: Svelte 5 SPA, визуальный редактор Pug-писем - email-gen: Node.js рендерер Pug→HTML через email-templates + Juice - email-gen-api: HTTP сервер рендеринга (порт 8787) - coin-scout: сервис подбора монет из фидов - Docker Compose для dev/prod - Nginx конфиг с SSL для app.aspekter.ru
This commit is contained in:
222
email-gen-overrides/reaspekt-master/blocks/texts-ext.pug
Normal file
222
email-gen-overrides/reaspekt-master/blocks/texts-ext.pug
Normal file
@@ -0,0 +1,222 @@
|
||||
include ./_factory
|
||||
|
||||
//Перенести в texts.pug
|
||||
|
||||
//Текст 100% Ширины + Картинка Синий фон
|
||||
+textImageSection560({
|
||||
bgClass: 'background__blue',
|
||||
titleClass: 'color__white',
|
||||
textClass: 'color__white',
|
||||
buttonBg: '#130F33',
|
||||
buttonText: '#AAC8C8',
|
||||
showTitle: true,
|
||||
showText: true,
|
||||
showButton: true
|
||||
})
|
||||
|
||||
//Текст 100% Ширины + Картинка Белый фон
|
||||
+textImageSection560({
|
||||
bgClass: 'background__white',
|
||||
titleClass: 'color__blue',
|
||||
textClass: 'color__blue',
|
||||
buttonBg: '#ffffff',
|
||||
buttonText: '#130F33',
|
||||
showTitle: true,
|
||||
showText: true,
|
||||
showButton: true
|
||||
})
|
||||
|
||||
//Текст 100% Ширины + Картинка Зеленый фон
|
||||
+textImageSection560({
|
||||
bgClass: 'background__green',
|
||||
titleClass: 'color__blue',
|
||||
textClass: 'color__blue',
|
||||
buttonBg: '#ffffff',
|
||||
buttonText: '#130F33',
|
||||
showTitle: true,
|
||||
showText: true,
|
||||
showButton: true
|
||||
})
|
||||
|
||||
//Extended
|
||||
|
||||
//1
|
||||
|
||||
//Текст 100% Ширины + Картинка Синий фон
|
||||
+textImageSection560({
|
||||
bgClass: 'background__blue',
|
||||
titleClass: 'color__white',
|
||||
textClass: 'color__white',
|
||||
showTitle: false,
|
||||
showText: true,
|
||||
textBeforeImage: true,
|
||||
showButton: false
|
||||
})
|
||||
|
||||
//Текст 100% Ширины + Картинка Белый фон
|
||||
+textImageSection560({
|
||||
bgClass: 'background__white',
|
||||
titleClass: 'color__blue',
|
||||
textClass: 'color__blue',
|
||||
showTitle: false,
|
||||
showText: true,
|
||||
textBeforeImage: true,
|
||||
showButton: false
|
||||
})
|
||||
|
||||
//Текст 100% Ширины + Картинка Зеленый фон
|
||||
+textImageSection560({
|
||||
bgClass: 'background__green',
|
||||
titleClass: 'color__blue',
|
||||
textClass: 'color__blue',
|
||||
showTitle: false,
|
||||
showText: true,
|
||||
textBeforeImage: true,
|
||||
showButton: false
|
||||
})
|
||||
|
||||
//2
|
||||
|
||||
//Текст 100% Ширины + Картинка Синий фон
|
||||
+textImageSection560({
|
||||
bgClass: 'background__blue',
|
||||
titleClass: 'color__white',
|
||||
textClass: 'color__white',
|
||||
buttonBg: '#130F33',
|
||||
buttonText: '#AAC8C8',
|
||||
showTitle: false,
|
||||
showText: true,
|
||||
textBeforeImage: true,
|
||||
showButton: true
|
||||
})
|
||||
|
||||
//Текст 100% Ширины + Картинка Белый фон
|
||||
+textImageSection560({
|
||||
bgClass: 'background__white',
|
||||
titleClass: 'color__blue',
|
||||
textClass: 'color__blue',
|
||||
buttonBg: '#ffffff',
|
||||
buttonText: '#130F33',
|
||||
showTitle: false,
|
||||
showText: true,
|
||||
textBeforeImage: true,
|
||||
showButton: true
|
||||
})
|
||||
|
||||
//Текст 100% Ширины + Картинка Зеленый фон
|
||||
+textImageSection560({
|
||||
bgClass: 'background__green',
|
||||
titleClass: 'color__blue',
|
||||
textClass: 'color__blue',
|
||||
buttonBg: '#ffffff',
|
||||
buttonText: '#130F33',
|
||||
showTitle: false,
|
||||
showText: true,
|
||||
textBeforeImage: true,
|
||||
showButton: true
|
||||
})
|
||||
|
||||
//3
|
||||
|
||||
//Текст 100% Ширины + Картинка Синий фон
|
||||
+textImageSection560({
|
||||
bgClass: 'background__blue',
|
||||
titleClass: 'color__white',
|
||||
textClass: 'color__white',
|
||||
title: 'Контекстная реклама для увеличения продаж',
|
||||
center: true,
|
||||
showTitle: true,
|
||||
showText: true,
|
||||
showButton: false
|
||||
})
|
||||
|
||||
//Текст 100% Ширины + Картинка Белый фон
|
||||
+textImageSection560({
|
||||
bgClass: 'background__white',
|
||||
titleClass: 'color__blue',
|
||||
textClass: 'color__blue',
|
||||
title: 'Контекстная реклама для увеличения продаж',
|
||||
center: true,
|
||||
showTitle: true,
|
||||
showText: true,
|
||||
showButton: false
|
||||
})
|
||||
|
||||
//Текст 100% Ширины + Картинка Зеленый фон
|
||||
+textImageSection560({
|
||||
bgClass: 'background__green',
|
||||
titleClass: 'color__blue',
|
||||
textClass: 'color__blue',
|
||||
title: 'Контекстная реклама для увеличения продаж',
|
||||
center: true,
|
||||
showTitle: true,
|
||||
showText: true,
|
||||
showButton: false
|
||||
})
|
||||
|
||||
//4
|
||||
|
||||
//Текст 50% Ширины + Картинка Синий фон
|
||||
+textImageSection270({
|
||||
bgClass: 'background__blue',
|
||||
titleClass: 'color__white',
|
||||
textClass: 'color__white',
|
||||
buttonBg: '#130F33',
|
||||
buttonText: '#AAC8C8',
|
||||
showButton: true
|
||||
})
|
||||
|
||||
//Текст 50% Ширины + Картинка Белый фон
|
||||
+textImageSection270({
|
||||
bgClass: 'background__white',
|
||||
titleClass: 'color__blue',
|
||||
textClass: 'color__blue',
|
||||
buttonBg: '#ffffff',
|
||||
buttonText: '#130F33',
|
||||
showButton: true
|
||||
})
|
||||
|
||||
//Текст 50% Ширины + Картинка Зеленый фон
|
||||
+textImageSection270({
|
||||
bgClass: 'background__green',
|
||||
titleClass: 'color__blue',
|
||||
textClass: 'color__blue',
|
||||
buttonBg: '#ffffff',
|
||||
buttonText: '#130F33',
|
||||
showButton: true
|
||||
})
|
||||
|
||||
//5
|
||||
|
||||
//Текст 50% Ширины + Картинка Синий фон
|
||||
+textImageSection270({
|
||||
bgClass: 'background__blue',
|
||||
titleClass: 'color__white',
|
||||
textClass: 'color__white',
|
||||
showButton: true,
|
||||
linkMode: true,
|
||||
linkColorClass: 'color__green',
|
||||
linkClass: 'text__link-green'
|
||||
})
|
||||
|
||||
//Текст 50% Ширины + Картинка Белый фон
|
||||
+textImageSection270({
|
||||
bgClass: 'background__white',
|
||||
titleClass: 'color__blue',
|
||||
textClass: 'color__blue',
|
||||
showButton: true,
|
||||
linkMode: true,
|
||||
linkColorClass: 'color__green',
|
||||
linkClass: 'text__link-green'
|
||||
})
|
||||
|
||||
//Текст 50% Ширины + Картинка Зеленый фон
|
||||
+textImageSection270({
|
||||
bgClass: 'background__green',
|
||||
titleClass: 'color__blue',
|
||||
textClass: 'color__blue',
|
||||
showButton: true,
|
||||
linkMode: true,
|
||||
linkColorClass: 'color__blue',
|
||||
linkClass: 'text__link-blue'
|
||||
})
|
||||
Reference in New Issue
Block a user