-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4b7345b
commit e04286d
Showing
9 changed files
with
685 additions
and
371 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
<title>Email title in document head</title> | ||
<title>Sidebar Hero</title> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<meta name="viewport" content="width=device-width"/> | ||
<link href="../../css/main.css" media="all" rel="stylesheet" type="text/css" /> | ||
|
@@ -113,16 +113,16 @@ <h1>Hi, </h1> | |
</tr> | ||
</tbody></table> | ||
|
||
<table class="row footer"> | ||
<tbody><tr> | ||
<td class="wrapper"> | ||
<table class="six columns"> | ||
<tbody><tr> | ||
<td class="left-text-pad"> | ||
<table class="row footer"> | ||
<tbody><tr> | ||
<td class="wrapper"> | ||
<table class="six columns"> | ||
<tbody><tr> | ||
<td class="left-text-pad"> | ||
|
||
<h6>We still miss some information from your account:</h6> | ||
<h6>We still miss some information from your account:</h6> | ||
|
||
|
||
<table class='progressbar ' cellpadding="0" cellspacing="0" width="100%"> | ||
<tr> | ||
<td class='foreground' width="70%"> | ||
|
@@ -134,17 +134,17 @@ <h6>We still miss some information from your account:</h6> | |
</tr> | ||
</table> | ||
|
||
</td> | ||
<td class="expander"></td> | ||
</tr> | ||
</tbody></table> | ||
</td> | ||
<td class="expander"></td> | ||
</tr> | ||
</tbody></table> | ||
|
||
<table class="six columns"> | ||
<tbody><tr> | ||
<td class="left-text-pad"> | ||
<table class="six columns"> | ||
<tbody><tr> | ||
<td class="left-text-pad"> | ||
|
||
<h5>Connect With Us:</h5> | ||
<h5>Connect With Us:</h5> | ||
|
||
<table class="button tiny-button" align="left"> | ||
<tr> | ||
<td> | ||
|
@@ -153,8 +153,8 @@ <h5>Connect With Us:</h5> | |
</tr> | ||
</table> | ||
|
||
<br> <br> | ||
<br> <br> | ||
|
||
<table class="button tiny-button" align="left"> | ||
<tr> | ||
<td> | ||
|
@@ -163,8 +163,8 @@ <h5>Connect With Us:</h5> | |
</tr> | ||
</table> | ||
|
||
<br> <br> | ||
<br> <br> | ||
|
||
<table class="button tiny-button" align="left"> | ||
<tr> | ||
<td> | ||
|
@@ -173,49 +173,49 @@ <h5>Connect With Us:</h5> | |
</tr> | ||
</table> | ||
|
||
</td> | ||
<td class="expander"></td> | ||
</tr> | ||
</tbody></table> | ||
|
||
</td> | ||
<td class="wrapper last"> | ||
|
||
<table class="six columns"> | ||
<tbody><tr> | ||
<td class="last right-text-pad"> | ||
<h5>Contact Info:</h5> | ||
<p>Phone: 408.341.0600</p> | ||
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p> | ||
</td> | ||
<td class="expander"></td> | ||
</tr> | ||
</tbody></table> | ||
|
||
</td> | ||
</tr> | ||
</tbody></table> | ||
|
||
|
||
<table class="row"> | ||
<tbody><tr> | ||
<td class="wrapper last"> | ||
|
||
<table class="twelve columns"> | ||
<tbody><tr> | ||
<td align="center"> | ||
<center> | ||
<p style="text-align:center;"><a href="#">Terms</a> | <a href="#">Privacy</a> | <a href="#">Unsubscribe</a></p> | ||
</center> | ||
</td> | ||
<td class="expander"></td> | ||
</tr> | ||
</tbody></table> | ||
|
||
</td> | ||
</tr> | ||
</tbody></table> | ||
|
||
</td> | ||
<td class="expander"></td> | ||
</tr> | ||
</tbody></table> | ||
|
||
</td> | ||
<td class="wrapper last"> | ||
|
||
<table class="six columns"> | ||
<tbody><tr> | ||
<td class="last right-text-pad"> | ||
<h5>Contact Info:</h5> | ||
<p>Phone: 408.341.0600</p> | ||
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p> | ||
</td> | ||
<td class="expander"></td> | ||
</tr> | ||
</tbody></table> | ||
|
||
</td> | ||
</tr> | ||
</tbody></table> | ||
|
||
|
||
<table class="row"> | ||
<tbody><tr> | ||
<td class="wrapper last"> | ||
|
||
<table class="twelve columns"> | ||
<tbody><tr> | ||
<td align="center"> | ||
<center> | ||
<p style="text-align:center;"><a href="#">Terms</a> | <a href="#">Privacy</a> | <a href="#">Unsubscribe</a></p> | ||
</center> | ||
</td> | ||
<td class="expander"></td> | ||
</tr> | ||
</tbody></table> | ||
|
||
</td> | ||
</tr> | ||
</tbody></table> | ||
<!-- container end below --> | ||
</td> | ||
</tr> | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,10 +51,10 @@ module.exports = function(grunt) { | |
] | ||
} | ||
}, | ||
emailBuilder: { | ||
premailer: { | ||
inline :{ | ||
options: { | ||
encodeSpecialChars: true | ||
|
||
}, | ||
files : [{ | ||
expand: true, | ||
|
@@ -68,10 +68,25 @@ module.exports = function(grunt) { | |
test: { | ||
src: ['dist/output/*.html', 'dist/output/**/*.html'], | ||
options: { | ||
username: 'username', | ||
password: 'password', | ||
url: 'https://yourcompany.litmus.com', | ||
clients: ['gmailnew', 'ffgmailnew', 'chromegmailnew'] | ||
username: '[email protected]', | ||
password: 'pass', | ||
url: 'https://cedricdugas.litmus.com', | ||
clients: [ | ||
//gmail | ||
'gmailnew', 'ffgmailnew', 'chromegmailnew', | ||
// outlook | ||
'ol2002', 'ol2003', 'ol2007', 'ol2010', 'ol2011', 'ol2013', | ||
// hotmail | ||
'outlookcom', 'ffoutlookcom', 'chromeoutlookcom', | ||
//Yahoo | ||
'chromeyahoo', | ||
//applemail | ||
'appmail6', | ||
//mobile | ||
'iphone6plus', 'iphone6', 'iphone5s', 'androidgmailapp', 'android4', 'ipad', | ||
// spam check | ||
'messagelabs' | ||
] | ||
} | ||
} | ||
}, | ||
|
@@ -82,14 +97,14 @@ module.exports = function(grunt) { | |
options: { | ||
service: 'Gmail', | ||
auth: { | ||
user: 'cedric.dugas@gmail.com', | ||
user: 'email@gmail.com', | ||
pass: 'test12' | ||
} | ||
} | ||
}, | ||
recipients: [ | ||
{ | ||
email: 'cedric.dugas@gmail.com', | ||
email: 'email@gmail.com', | ||
name: 'Jane Doe' | ||
} | ||
] | ||
|
@@ -130,6 +145,7 @@ module.exports = function(grunt) { | |
grunt.loadNpmTasks('grunt-email-builder'); | ||
grunt.loadNpmTasks('grunt-litmus'); | ||
grunt.loadNpmTasks('grunt-nodemailer'); | ||
grunt.loadNpmTasks('grunt-premailer'); | ||
|
||
grunt.registerTask('default',['watch']); | ||
grunt.registerTask('css',['sass']); | ||
|
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
@media only screen and (max-width: 600px) { | ||
|
||
video{ | ||
width:100% !important; | ||
img{ | ||
width:100% !important; | ||
height:auto !important; | ||
} | ||
} | ||
|
||
} |
Oops, something went wrong.