From 3b353daa1021306ec3be839e858b9aedc2c796fd Mon Sep 17 00:00:00 2001 From: Jude Park Date: Tue, 12 Apr 2016 12:33:04 +0900 Subject: [PATCH] =?UTF-8?q?ONEstore=20=EB=A9=94=EC=9D=BC=20=ED=85=9C?= =?UTF-8?q?=ED=94=8C=EB=A6=BF=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/ONEstore/full-mail-ONEstore.html | 1 + dist/ONEstore/signature-ONEstore.html | 1 + dist/ONEstore/signature-reply-ONEstore.html | 1 + .../signature-ONEstoreBlack.html | 1 + .../signature-reply-ONEstoreBlack.html | 1 + dist/fadeit/full-mail-fadeit.html | 2 +- dist/fadeit/signature-fadeit.html | 2 +- dist/fadeit/signature-reply-fadeit.html | 2 +- dist/play/signature-play.html | 2 +- dist/play/signature-reply-play.html | 2 +- gulpfile.js | 2 +- package.json | 5 +- src/ONEstore/assets/fadeit-logo.png | Bin 0 -> 4893 bytes src/ONEstore/conf.js | 19 ++ src/ONEstore/fadeit.css | 160 ++++++++++++++++ src/ONEstore/footer.inc.html | 38 ++++ src/ONEstore/full-mail.html | 25 +++ src/ONEstore/head.inc.html | 34 ++++ src/ONEstore/signature-reply.html | 23 +++ src/ONEstore/signature.html | 14 ++ src/ONEstoreBlack/assets/play-logo.png | Bin 0 -> 4611 bytes src/ONEstoreBlack/conf.js | 14 ++ src/ONEstoreBlack/footer.inc.html | 36 ++++ src/ONEstoreBlack/head.inc.html | 42 +++++ src/ONEstoreBlack/play.css | 174 ++++++++++++++++++ src/ONEstoreBlack/signature-reply.html | 23 +++ src/ONEstoreBlack/signature.html | 14 ++ 27 files changed, 630 insertions(+), 8 deletions(-) create mode 100644 dist/ONEstore/full-mail-ONEstore.html create mode 100644 dist/ONEstore/signature-ONEstore.html create mode 100644 dist/ONEstore/signature-reply-ONEstore.html create mode 100644 dist/ONEstoreBlack/signature-ONEstoreBlack.html create mode 100644 dist/ONEstoreBlack/signature-reply-ONEstoreBlack.html create mode 100644 src/ONEstore/assets/fadeit-logo.png create mode 100644 src/ONEstore/conf.js create mode 100644 src/ONEstore/fadeit.css create mode 100644 src/ONEstore/footer.inc.html create mode 100644 src/ONEstore/full-mail.html create mode 100644 src/ONEstore/head.inc.html create mode 100644 src/ONEstore/signature-reply.html create mode 100644 src/ONEstore/signature.html create mode 100644 src/ONEstoreBlack/assets/play-logo.png create mode 100644 src/ONEstoreBlack/conf.js create mode 100644 src/ONEstoreBlack/footer.inc.html create mode 100644 src/ONEstoreBlack/head.inc.html create mode 100644 src/ONEstoreBlack/play.css create mode 100644 src/ONEstoreBlack/signature-reply.html create mode 100644 src/ONEstoreBlack/signature.html diff --git a/dist/ONEstore/full-mail-ONEstore.html b/dist/ONEstore/full-mail-ONEstore.html new file mode 100644 index 0000000..fd10a82 --- /dev/null +++ b/dist/ONEstore/full-mail-ONEstore.html @@ -0,0 +1 @@ +
안녕하세요. 박주형 매니저 입니다.
Thanks for writing up this email.
We are delighted to reply with a responsive template.
\ No newline at end of file diff --git a/dist/ONEstore/signature-ONEstore.html b/dist/ONEstore/signature-ONEstore.html new file mode 100644 index 0000000..dd64d4f --- /dev/null +++ b/dist/ONEstore/signature-ONEstore.html @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/dist/ONEstore/signature-reply-ONEstore.html b/dist/ONEstore/signature-reply-ONEstore.html new file mode 100644 index 0000000..7ea7e0a --- /dev/null +++ b/dist/ONEstore/signature-reply-ONEstore.html @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/dist/ONEstoreBlack/signature-ONEstoreBlack.html b/dist/ONEstoreBlack/signature-ONEstoreBlack.html new file mode 100644 index 0000000..a70648c --- /dev/null +++ b/dist/ONEstoreBlack/signature-ONEstoreBlack.html @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/dist/ONEstoreBlack/signature-reply-ONEstoreBlack.html b/dist/ONEstoreBlack/signature-reply-ONEstoreBlack.html new file mode 100644 index 0000000..fb049dd --- /dev/null +++ b/dist/ONEstoreBlack/signature-reply-ONEstoreBlack.html @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/dist/fadeit/full-mail-fadeit.html b/dist/fadeit/full-mail-fadeit.html index 5517e71..7fffe53 100644 --- a/dist/fadeit/full-mail-fadeit.html +++ b/dist/fadeit/full-mail-fadeit.html @@ -1 +1 @@ -
Hi there,
Thanks for writing up this email.
We are delighted to reply with a responsive template.
\ No newline at end of file +
Hi there,
Thanks for writing up this email.
We are delighted to reply with a responsive template.
\ No newline at end of file diff --git a/dist/fadeit/signature-fadeit.html b/dist/fadeit/signature-fadeit.html index de4b63e..c63e29f 100644 --- a/dist/fadeit/signature-fadeit.html +++ b/dist/fadeit/signature-fadeit.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dist/fadeit/signature-reply-fadeit.html b/dist/fadeit/signature-reply-fadeit.html index 67097bf..216c78f 100644 --- a/dist/fadeit/signature-reply-fadeit.html +++ b/dist/fadeit/signature-reply-fadeit.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dist/play/signature-play.html b/dist/play/signature-play.html index 41ab445..dd7096b 100644 --- a/dist/play/signature-play.html +++ b/dist/play/signature-play.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/dist/play/signature-reply-play.html b/dist/play/signature-reply-play.html index 7b86e0f..bf12fb1 100644 --- a/dist/play/signature-reply-play.html +++ b/dist/play/signature-reply-play.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/gulpfile.js b/gulpfile.js index e50fe7e..80449e7 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1,4 +1,4 @@ -'use strict'; +// 'use strict'; var gulp = require('gulp'), wrench = require('wrench'); diff --git a/package.json b/package.json index 910a58c..03426fa 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "homepage": "https://github.com/fadeit/responsive-html-email-signature#readme", "devDependencies": { "del": "^2.2.0", - "gulp": "^3.9.0", + "gulp": "^3.9.1", "gulp-inline-css": "^3.0.0", "gulp-inline-image-html": "^0.2.1", "gulp-minify-html": "^1.0.5", @@ -34,5 +34,6 @@ "q": "^1.4.1", "run-sequence": "^1.1.5", "wrench": "^1.5.8" - } + }, + "dependencies": {} } diff --git a/src/ONEstore/assets/fadeit-logo.png b/src/ONEstore/assets/fadeit-logo.png new file mode 100644 index 0000000000000000000000000000000000000000..1d61548d9f5f61aee55620660d9b64632bc241d6 GIT binary patch literal 4893 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 P00000NkvXXu0mjfhX_gr literal 0 HcmV?d00001 diff --git a/src/ONEstore/conf.js b/src/ONEstore/conf.js new file mode 100644 index 0000000..a3e5f22 --- /dev/null +++ b/src/ONEstore/conf.js @@ -0,0 +1,19 @@ +/* + * NB: for images, if you pass in a relative path ('assets/logo.png'), they will be automatically embedded (base64). If you pass in a URL, it will stay as it is. + */ + +module.exports = [ + { + id: 'ONEstore', // Will be appended to the built templates. + signature: '서비스 기획팀 | 매니저', + name: '박 주 형', + welcome: '안녕하세요. 박주형 매니저 입니다.', + introParagraph: 'Thanks for writing up this email.
We are delighted to reply with a responsive template.', + contactMain: '+82-10-2129-0021 | ', // Wrap phone numbers like this to prevent iOS mail from making them blue. + contactMail: 'jude.park@sk.com', + contactSecondary: '성남시 분당구 판교역로 188 SK플래닛 건물 11층', + logoUrl: 'http://cfile25.uf.tistory.com/image/2455244C570C6A371D53B6', + logoAlt: 'Onestore logo', + website: 'http://onesto.re' + } +] \ No newline at end of file diff --git a/src/ONEstore/fadeit.css b/src/ONEstore/fadeit.css new file mode 100644 index 0000000..2b91a8a --- /dev/null +++ b/src/ONEstore/fadeit.css @@ -0,0 +1,160 @@ +/* Solving https://github.com/jonkemp/inline-css/issues/8 would make things nicer. */ + +/* + * ===================================== + * 1. Common styles for general table things. + * ===================================== + */ +img { + max-width: 100%; +} + +body { + -webkit-font-smoothing: antialiased; + -webkit-text-size-adjust: none; +} + +tr{ + font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; + box-sizing: border-box; + font-size: 14px; + line-height: 20px; +} + +.main{ + /* @todo gulp-inline-css can't use width in percentages */ + /* This style property fucks up the width on OS X, needs to be *JUST* attribute -> + width:100%; */ + /* @todo gulp-inline-css doesn't parse background-color -> bgcolor */ + background-color: #ffffff; +} + +.rbcc{ + /* + * rbcc -> reset - border - cellspacing - cellpading + * + * Resets table attributes. + */ + border:0; + cellpadding:0; + cellspacing:0; +} + +.sp{ + /* Separator tr */ + /* @todo gulp-inline-css doesn't add height attrs */ + height: 30px; +} + +.gray-hr{ + border-bottom:1px solid #E4E4E4; + border-top:none; + margin-bottom:20px; + margin-top:20px; +} + +a{ + text-decoration: none; + color: #0fade1; +} + +/* + * ================= + * 2. Content styles. + * ================== + */ +.main__welcome{ + color: #000; + padding: 10px 30px 0 30px; + font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; + font-size: 16px; + line-height: 22px; +} + +.main__content{ + color: #000; + padding: 10px 30px 0 30px; + font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; + font-size: 14px; +} + + +/* + * ================ + * 3. Footer styles. + * ================ + */ +.footer{ + /* @todo gulp-inline-css doesn't parse background-color -> bgcolor */ + background-color: #f5f5f5; + padding: 20px 30px 0px 30px; + color: #888; + border-top: 8px solid #EAEAEA; +} + +.footer a{ + color: #888; +} + +.footer--simple{ + padding-bottom: 20px; + /* @todo gulp-inline-css doesn't parse background-color -> bgcolor */ + background-color: #FFFFFF; +} + +.footer__main{ + /* @todo gulp-inline-css can't use width in percentages */ + /* This style property fucks up the width on OS X, needs to be *JUST* attribute -> + width:100%; */ +} + +.footer__main__signature{ + font-size: 14px; + color: #888; + /* @todo gulp-inline-css doesn't parse align */ + align:left; +} + +.footer__main__col1{ + /* @todo gulp-inline-css can't use width in percentages */ + width:70%; + margin-bottom:30px; + /* @todo gulp-inline-css doesn't parse align */ + align:left; +} + +.footer__main__col1__td{ + font-size: 14px; + color: #888; + /* @todo gulp-inline-css doesn't parse align */ + align:left; +} + +.footer__main a > span{ + /* Revert apple blue-link style. */ + color: #888!important; + text-decoration:none!important; +} + +.footer__main__col2{ + /* @todo gulp-inline-css can't use width in percentages */ + width:30%; + /* @todo gulp-inline-css doesn't parse align */ + align:right; +} + +.footer__main__col2__td{ + font-size: 14px; + color: #888; + /* @todo gulp-inline-css doesn't parse align */ + align:right; +} + +.footer__main__col2__td__img{ + border: 0; + padding-top: 6px; + padding-left:10px; + max-width: 100%; + max-height:38px; + height: auto; +} \ No newline at end of file diff --git a/src/ONEstore/footer.inc.html b/src/ONEstore/footer.inc.html new file mode 100644 index 0000000..0ce5e38 --- /dev/null +++ b/src/ONEstore/footer.inc.html @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/ONEstore/full-mail.html b/src/ONEstore/full-mail.html new file mode 100644 index 0000000..9245d75 --- /dev/null +++ b/src/ONEstore/full-mail.html @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ diff --git a/src/ONEstore/head.inc.html b/src/ONEstore/head.inc.html new file mode 100644 index 0000000..5a6305e --- /dev/null +++ b/src/ONEstore/head.inc.html @@ -0,0 +1,34 @@ + + + + + + + + + + \ No newline at end of file diff --git a/src/ONEstore/signature-reply.html b/src/ONEstore/signature-reply.html new file mode 100644 index 0000000..81f6f7a --- /dev/null +++ b/src/ONEstore/signature-reply.html @@ -0,0 +1,23 @@ + + + +
+ + + + + + + +
+ \ No newline at end of file diff --git a/src/ONEstore/signature.html b/src/ONEstore/signature.html new file mode 100644 index 0000000..a5951b2 --- /dev/null +++ b/src/ONEstore/signature.html @@ -0,0 +1,14 @@ + + + +
+ + + + + + + + +
+ diff --git a/src/ONEstoreBlack/assets/play-logo.png b/src/ONEstoreBlack/assets/play-logo.png new file mode 100644 index 0000000000000000000000000000000000000000..83e17b721354ca041491ebd20be49fbec29a8768 GIT binary patch literal 4611 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 literal 0 HcmV?d00001 diff --git a/src/ONEstoreBlack/conf.js b/src/ONEstoreBlack/conf.js new file mode 100644 index 0000000..af0862c --- /dev/null +++ b/src/ONEstoreBlack/conf.js @@ -0,0 +1,14 @@ +module.exports = [ + { + id: 'ONEstoreBlack', + signature: 'Best regards,', + name: 'Joo Hyung Park | Sevice Planning Team', + contactMain: 'Call +82-10-2129-0021 or email us at', // Wrap phone numbers like this to prevent iOS mail from making them blue. + contactMail: 'jude.park@sk.com', + slogan: 'The 1st integrated Android App store in Korea', + contactSecondary: '188, Pangyoyeok-ro, Bundang-gu, Seongnam-si, Gyeonggi-do, Korea', + logoUrl: 'http://cfile9.uf.tistory.com/image/2178343D570C68482371D5', + logoAlt: 'ONEstore. logo', + website: 'http://onesto.re/' + } +] \ No newline at end of file diff --git a/src/ONEstoreBlack/footer.inc.html b/src/ONEstoreBlack/footer.inc.html new file mode 100644 index 0000000..c70f880 --- /dev/null +++ b/src/ONEstoreBlack/footer.inc.html @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/ONEstoreBlack/head.inc.html b/src/ONEstoreBlack/head.inc.html new file mode 100644 index 0000000..2197a50 --- /dev/null +++ b/src/ONEstoreBlack/head.inc.html @@ -0,0 +1,42 @@ + + + + + + + + + + \ No newline at end of file diff --git a/src/ONEstoreBlack/play.css b/src/ONEstoreBlack/play.css new file mode 100644 index 0000000..bba83e8 --- /dev/null +++ b/src/ONEstoreBlack/play.css @@ -0,0 +1,174 @@ +/* Solving https://github.com/jonkemp/inline-css/issues/8 would make things nicer. */ + +/* + * ===================================== + * 1. Common styles for general table things. + * ===================================== + */ +img { + max-width: 100%; +} + +body { + -webkit-font-smoothing: antialiased; + -webkit-text-size-adjust: none; +} + +tr{ + font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; + box-sizing: border-box; + font-size: 14px; + line-height: 22px; +} + +.main{ + /* @todo gulp-inline-css can't use width in percentages */ + /* This style property fucks up the width on OS X, needs to be *JUST* attribute -> + width:100%; */ + /* @todo gulp-inline-css doesn't parse background-color -> bgcolor */ + background-color: #ffffff; +} + +.rbcc{ + /* + * rbcc -> reset - border - cellspacing - cellpading + * + * Resets table attributes. + */ + border:0; + cellpadding:0; + cellspacing:0; +} + +.sp{ + /* sp -> space, Separator tr */ + /* @todo gulp-inline-css doesn't add height attrs */ + height: 30px; +} + +.spd{ + /* spd -> space - double, Separator tr */ + /* @todo gulp-inline-css doesn't add height attrs */ + height: 60px; +} + +.gray-hr{ + border-bottom:1px solid #E4E4E4; + border-top:none; + margin-bottom:20px; + margin-top:20px; +} + +a{ + text-decoration: none; + color: #0fade1; +} + +/* + * ================= + * 2. Content styles. + * ================== + */ +.main__welcome{ + color: #000; + padding: 10px 30px 0 30px; + font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; + font-size: 16px; + line-height: 22px; +} + +.main__content{ + color: #000; + padding: 10px 30px 0 30px; + font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; + font-size: 14px; +} + + +/* + * ================ + * 3. Footer styles. + * ================ + */ +.footer{ + /* @todo gulp-inline-css doesn't parse background-color -> bgcolor */ + background-color: #FF4244; + padding: 20px 30px 0px 30px; + color: #f5f5f5; + border-top: 8px solid #585858; +} + +.footer a{ + color: #f5f5f5; +} + +.footer--simple{ + padding-bottom: 20px; + /* @todo gulp-inline-css doesn't parse background-color -> bgcolor */ + background-color: #FFFFFF; +} + +.footer--simple tr td{ + color: #888; +} + +.footer__main{ + /* @todo gulp-inline-css can't use width in percentages */ + /* This style property fucks up the width on OS X, needs to be *JUST* attribute -> + width:100%; */ +} + +.footer__main__signature{ + font-size: 14px; + color: #f5f5f5; + /* @todo gulp-inline-css doesn't parse align */ + align:left; +} + +.footer__main__col1{ + /* @todo gulp-inline-css can't use width in percentages */ + width:70%; + margin-bottom:40px; + /* @todo gulp-inline-css doesn't parse align */ + align:left; +} + +.footer__main__col1__td{ + color: #9E9E9E; + /* @todo gulp-inline-css doesn't parse align */ + align:left; + padding-top: 15px; +} + +.footer__main__col1__td > span{ + font-size:18px; + margin-bottom:5px; +} + +.footer__main a > span{ + /* Revert apple blue-link style. */ + color: #f5f5f5!important; + text-decoration:none!important; +} + +.footer__main__col2{ + /* @todo gulp-inline-css can't use width in percentages */ + width:30%; + /* @todo gulp-inline-css doesn't parse align */ + align:right; +} + +.footer__main__col2__td{ + font-size: 14px; + color: #f5f5f5; + /* @todo gulp-inline-css doesn't parse align */ + align:right; +} + +.footer__main__col2__td__img{ + border: 0; + padding-left:20px; + max-width: 100%; + max-height:65px; + height: auto; +} \ No newline at end of file diff --git a/src/ONEstoreBlack/signature-reply.html b/src/ONEstoreBlack/signature-reply.html new file mode 100644 index 0000000..81f6f7a --- /dev/null +++ b/src/ONEstoreBlack/signature-reply.html @@ -0,0 +1,23 @@ + + + +
+ + + + + + + +
+ \ No newline at end of file diff --git a/src/ONEstoreBlack/signature.html b/src/ONEstoreBlack/signature.html new file mode 100644 index 0000000..a5951b2 --- /dev/null +++ b/src/ONEstoreBlack/signature.html @@ -0,0 +1,14 @@ + + + +
+ + + + + + + + +
+