Created
March 23, 2018 20:59
-
-
Save thatisuday/a023ed9437f7b098783bbc67f8dd8d5d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment