- Create Newsletter Page: MailingList (without the class style, using Gulp tasks)#94

This commit is contained in:
Paolo Arena
2019-11-21 00:18:40 +01:00
parent 20a3120054
commit f7fa0c4909
54 changed files with 675 additions and 51 deletions

View File

@@ -0,0 +1,27 @@
doctype html
html
head
title One | Email template!
//- import css/scss stylesheets
//- these file names will be replace by gulp with proper css file paths
link(rel="stylesheet", href="../../sass/basic.scss")
link(rel="stylesheet", href="../../sass/one/styles.scss")
//- embdedded css allowed, but not sass
style.
.red{
background-color: #E84C50;
}
.full-width{
width: 100%;
}
body
table.table(cellpadding="0", cellspacing="0")
tr
td.red
h3(style="color: white;") Gulp & Pug is awesome
tr
td
a(href="/")
img.full-width(src="https://media.giphy.com/media/6o9Q2WehOHWI1QGO08/giphy.gif")