From 04aaa3f9b0a7a35787c4e893ee694d45a510d2bf Mon Sep 17 00:00:00 2001 From: Dmitriy Zhuk Date: Sat, 1 Oct 2016 21:12:31 +0300 Subject: [PATCH] example --- example/css/style.css | 19 ++++++++ example/index.php | 18 +++++++ example/template/basic.html | 96 +++++++++++++++++++++++++++++++++++++ 3 files changed, 133 insertions(+) create mode 100644 example/css/style.css create mode 100644 example/index.php create mode 100644 example/template/basic.html diff --git a/example/css/style.css b/example/css/style.css new file mode 100644 index 0000000..a1e11d3 --- /dev/null +++ b/example/css/style.css @@ -0,0 +1,19 @@ +.header { + background: #8a8a8a; + } + + .header .columns { + padding-bottom: 0; + } + + .header p { + padding-top: 15px; + } + + .header .wrapper-inner { + padding: 20px; + } + + .header .container { + background: transparent; + } \ No newline at end of file diff --git a/example/index.php b/example/index.php new file mode 100644 index 0000000..b509c7b --- /dev/null +++ b/example/index.php @@ -0,0 +1,18 @@ +render($html, $styles); + +echo $email; \ No newline at end of file diff --git a/example/template/basic.html b/example/template/basic.html new file mode 100644 index 0000000..650a69e --- /dev/null +++ b/example/template/basic.html @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + +

Inky-Premailer

+
+
+
+
+ + + + + + + + +

Hi, Susan Calvin

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Magni, iste, amet consequatur a veniam.

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ut optio nulla et, fugiat. Maiores accusantium nostrum asperiores provident, quam modi ex inventore dolores id aspernatur architecto odio minima perferendis, explicabo. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Minima quos quasi itaque beatae natus fugit provident delectus, magnam laudantium odio corrupti sit quam. Optio aut ut repudiandae velit distinctio asperiores?

+ +

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Reprehenderit repellendus natus, sint ea optio dignissimos asperiores inventore a molestiae dolorum placeat repellat excepturi mollitia ducimus unde doloremque ad, alias eos!

+
+
+
+ + + + + + +
Connect With Us:
+ + + +
+ +
Contact Info:
+

Phone: 408-341-0600

+

Email: foundation@zurb.com

+
+
+
+
+
+
+ + \ No newline at end of file