añade imagenes y plantillas js
parent
149236a4c8
commit
d9de62d43d
@ -0,0 +1,117 @@
|
||||
import '$lib/templates/templates'
|
||||
|
||||
/** @type {import('$lib/templates/templates').Template} */
|
||||
export const acuarela = {
|
||||
name: "acuarela",
|
||||
description: "Acuarela",
|
||||
image: "acuarela.png",
|
||||
heading: {
|
||||
top: 20,
|
||||
height: 32,
|
||||
left: 20,
|
||||
right: 350,
|
||||
fontSize: 18,
|
||||
color: "white",
|
||||
fontFamily: "'Alegreya Sans SC', sans-serif",
|
||||
lineHeight: 36,
|
||||
textAlign: "left",
|
||||
fontWeight: 400
|
||||
},
|
||||
title: {
|
||||
top: 58,
|
||||
height: 120,
|
||||
left: 8,
|
||||
right: 8,
|
||||
fontSize: 35,
|
||||
color: "white",
|
||||
fontFamily: "'Alegreya Sans SC', sans-serif",
|
||||
lineHeight: 28,
|
||||
textAlign: "center",
|
||||
fontWeight: 500
|
||||
|
||||
},
|
||||
subtitle: {
|
||||
top: 160,
|
||||
height: 48,
|
||||
left: 8,
|
||||
right: 8,
|
||||
fontSize: 25,
|
||||
color: "white",
|
||||
fontFamily: "'Alegreya Sans SC', sans-serif",
|
||||
lineHeight: 48,
|
||||
textAlign: "center",
|
||||
fontWeight: 300
|
||||
},
|
||||
content: {
|
||||
top: 480,
|
||||
height: 8.5,
|
||||
left: 1.5,
|
||||
right: 17,
|
||||
fontSize: 0,
|
||||
color: "#222",
|
||||
fontFamily: "sans-serif",
|
||||
lineHeight: 1.1,
|
||||
textAlign: "left",
|
||||
fontWeight: 700
|
||||
},
|
||||
date: {
|
||||
top: 540,
|
||||
height: 32,
|
||||
left: 128,
|
||||
right: 8,
|
||||
fontSize: 32,
|
||||
color: "#fff",
|
||||
fontFamily: "'Arial', sans-serif",
|
||||
lineHeight: 32,
|
||||
textAlign: "left",
|
||||
fontWeight: 700
|
||||
},
|
||||
time: {
|
||||
top: 600,
|
||||
height: 32,
|
||||
left: 128,
|
||||
right: 8,
|
||||
fontSize: 32,
|
||||
color: "#fff",
|
||||
fontFamily: "'Arial', sans-serif",
|
||||
lineHeight: 32,
|
||||
textAlign: "left",
|
||||
fontWeight: 700
|
||||
},
|
||||
weekday: {
|
||||
top: 8,
|
||||
height: 32,
|
||||
left: 8,
|
||||
right: 80,
|
||||
fontSize: 0,
|
||||
color: "#fff",
|
||||
fontFamily: "sans-serif",
|
||||
lineHeight: 1.8,
|
||||
textAlign: "left",
|
||||
fontWeight: 700
|
||||
},
|
||||
address: {
|
||||
top: 650,
|
||||
height: 48,
|
||||
left: 128,
|
||||
right: 8,
|
||||
fontSize: 18,
|
||||
color: "white",
|
||||
fontFamily: "'Alegreya Sans SC', sans-serif",
|
||||
lineHeight: 20,
|
||||
textAlign: "left",
|
||||
fontWeight: 400
|
||||
},
|
||||
city: {
|
||||
top: 20,
|
||||
height: 32,
|
||||
left: 240,
|
||||
right: 20,
|
||||
fontSize: 18,
|
||||
color: "white",
|
||||
fontFamily: "'Alegreya Sans SC', sans-serif",
|
||||
lineHeight: 36,
|
||||
textAlign: "right",
|
||||
fontWeight: 500
|
||||
},
|
||||
}
|
@ -0,0 +1,117 @@
|
||||
import '$lib/templates/templates'
|
||||
|
||||
/** @type {import('$lib/templates/templates').Template} */
|
||||
export const amarillo = {
|
||||
name: "amarillo",
|
||||
description: "amarillo",
|
||||
image: "amarillo.png",
|
||||
heading: {
|
||||
top: 20,
|
||||
height: 32,
|
||||
left: 20,
|
||||
right: 350,
|
||||
fontSize: 18,
|
||||
color: "white",
|
||||
fontFamily: "'Alegreya Sans SC', sans-serif",
|
||||
lineHeight: 36,
|
||||
textAlign: "left",
|
||||
fontWeight: 400
|
||||
},
|
||||
title: {
|
||||
top: 58,
|
||||
height: 120,
|
||||
left: 8,
|
||||
right: 8,
|
||||
fontSize: 35,
|
||||
color: "white",
|
||||
fontFamily: "'Alegreya Sans SC', sans-serif",
|
||||
lineHeight: 28,
|
||||
textAlign: "center",
|
||||
fontWeight: 500
|
||||
|
||||
},
|
||||
subtitle: {
|
||||
top: 160,
|
||||
height: 48,
|
||||
left: 8,
|
||||
right: 8,
|
||||
fontSize: 25,
|
||||
color: "white",
|
||||
fontFamily: "'Alegreya Sans SC', sans-serif",
|
||||
lineHeight: 48,
|
||||
textAlign: "center",
|
||||
fontWeight: 300
|
||||
},
|
||||
content: {
|
||||
top: 480,
|
||||
height: 8.5,
|
||||
left: 1.5,
|
||||
right: 17,
|
||||
fontSize: 0,
|
||||
color: "#222",
|
||||
fontFamily: "sans-serif",
|
||||
lineHeight: 1.1,
|
||||
textAlign: "left",
|
||||
fontWeight: 700
|
||||
},
|
||||
date: {
|
||||
top: 540,
|
||||
height: 32,
|
||||
left: 128,
|
||||
right: 8,
|
||||
fontSize: 32,
|
||||
color: "#fff",
|
||||
fontFamily: "'Arial', sans-serif",
|
||||
lineHeight: 32,
|
||||
textAlign: "left",
|
||||
fontWeight: 700
|
||||
},
|
||||
time: {
|
||||
top: 600,
|
||||
height: 32,
|
||||
left: 128,
|
||||
right: 8,
|
||||
fontSize: 32,
|
||||
color: "#fff",
|
||||
fontFamily: "'Arial', sans-serif",
|
||||
lineHeight: 32,
|
||||
textAlign: "left",
|
||||
fontWeight: 700
|
||||
},
|
||||
weekday: {
|
||||
top: 8,
|
||||
height: 32,
|
||||
left: 8,
|
||||
right: 80,
|
||||
fontSize: 0,
|
||||
color: "#fff",
|
||||
fontFamily: "sans-serif",
|
||||
lineHeight: 1.8,
|
||||
textAlign: "left",
|
||||
fontWeight: 700
|
||||
},
|
||||
address: {
|
||||
top: 650,
|
||||
height: 48,
|
||||
left: 128,
|
||||
right: 8,
|
||||
fontSize: 18,
|
||||
color: "white",
|
||||
fontFamily: "'Alegreya Sans SC', sans-serif",
|
||||
lineHeight: 20,
|
||||
textAlign: "left",
|
||||
fontWeight: 400
|
||||
},
|
||||
city: {
|
||||
top: 20,
|
||||
height: 32,
|
||||
left: 240,
|
||||
right: 20,
|
||||
fontSize: 18,
|
||||
color: "white",
|
||||
fontFamily: "'Alegreya Sans SC', sans-serif",
|
||||
lineHeight: 36,
|
||||
textAlign: "right",
|
||||
fontWeight: 500
|
||||
},
|
||||
}
|
@ -0,0 +1,117 @@
|
||||
import '$lib/templates/templates'
|
||||
|
||||
/** @type {import('$lib/templates/templates').Template} */
|
||||
export const curvas_azul = {
|
||||
name: "Curvas azul",
|
||||
description: "Curvas azul",
|
||||
image: "curvas_azul.png",
|
||||
heading: {
|
||||
top: 20,
|
||||
height: 32,
|
||||
left: 20,
|
||||
right: 350,
|
||||
fontSize: 18,
|
||||
color: "white",
|
||||
fontFamily: "'Alegreya Sans SC', sans-serif",
|
||||
lineHeight: 36,
|
||||
textAlign: "left",
|
||||
fontWeight: 400
|
||||
},
|
||||
title: {
|
||||
top: 58,
|
||||
height: 120,
|
||||
left: 8,
|
||||
right: 8,
|
||||
fontSize: 35,
|
||||
color: "white",
|
||||
fontFamily: "'Alegreya Sans SC', sans-serif",
|
||||
lineHeight: 28,
|
||||
textAlign: "center",
|
||||
fontWeight: 500
|
||||
|
||||
},
|
||||
subtitle: {
|
||||
top: 160,
|
||||
height: 48,
|
||||
left: 8,
|
||||
right: 8,
|
||||
fontSize: 25,
|
||||
color: "white",
|
||||
fontFamily: "'Alegreya Sans SC', sans-serif",
|
||||
lineHeight: 48,
|
||||
textAlign: "center",
|
||||
fontWeight: 300
|
||||
},
|
||||
content: {
|
||||
top: 480,
|
||||
height: 8.5,
|
||||
left: 1.5,
|
||||
right: 17,
|
||||
fontSize: 0,
|
||||
color: "#222",
|
||||
fontFamily: "sans-serif",
|
||||
lineHeight: 1.1,
|
||||
textAlign: "left",
|
||||
fontWeight: 700
|
||||
},
|
||||
date: {
|
||||
top: 540,
|
||||
height: 32,
|
||||
left: 128,
|
||||
right: 8,
|
||||
fontSize: 32,
|
||||
color: "#fff",
|
||||
fontFamily: "'Arial', sans-serif",
|
||||
lineHeight: 32,
|
||||
textAlign: "left",
|
||||
fontWeight: 700
|
||||
},
|
||||
time: {
|
||||
top: 600,
|
||||
height: 32,
|
||||
left: 128,
|
||||
right: 8,
|
||||
fontSize: 32,
|
||||
color: "#fff",
|
||||
fontFamily: "'Arial', sans-serif",
|
||||
lineHeight: 32,
|
||||
textAlign: "left",
|
||||
fontWeight: 700
|
||||
},
|
||||
weekday: {
|
||||
top: 8,
|
||||
height: 32,
|
||||
left: 8,
|
||||
right: 80,
|
||||
fontSize: 0,
|
||||
color: "#fff",
|
||||
fontFamily: "sans-serif",
|
||||
lineHeight: 1.8,
|
||||
textAlign: "left",
|
||||
fontWeight: 700
|
||||
},
|
||||
address: {
|
||||
top: 650,
|
||||
height: 48,
|
||||
left: 128,
|
||||
right: 8,
|
||||
fontSize: 18,
|
||||
color: "white",
|
||||
fontFamily: "'Alegreya Sans SC', sans-serif",
|
||||
lineHeight: 20,
|
||||
textAlign: "left",
|
||||
fontWeight: 400
|
||||
},
|
||||
city: {
|
||||
top: 20,
|
||||
height: 32,
|
||||
left: 240,
|
||||
right: 20,
|
||||
fontSize: 18,
|
||||
color: "white",
|
||||
fontFamily: "'Alegreya Sans SC', sans-serif",
|
||||
lineHeight: 36,
|
||||
textAlign: "right",
|
||||
fontWeight: 500
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue