- Create Newsletter Page: MailingList (without the class style, using Gulp tasks)#94
This commit is contained in:
27
emails/one/one.template.pug
Normal file
27
emails/one/one.template.pug
Normal 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")
|
||||
Reference in New Issue
Block a user