Initial commit — Aspekter VA email builder
Full project: Svelte 5 frontend, Vite 7 backend API, Pug email templates (email-gen), Docker deployment. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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