Skip to content
This repository has been archived by the owner. It is now read-only.

Gh pages fast forward #1

Merged
merged 14 commits into from Oct 5, 2015
Next

back to working gmail share, mobile is broken though

  • Loading branch information
nicholasareed committed Nov 10, 2014
commit de5612e5b2dcdda9791ddb99230ca95f18cfc916
@@ -403,13 +403,17 @@ define(function(require, exports, module) {
// }],
text: 'Share the guide and follow @Loggly on twitter to enter to win VIP to re:Invent 2015. First 100 get a limited edition shirt!',
email: {
subject: 'AWS re:Invent Must Have Guide!',
subject: encodeURI('AWS re:Invent Must Have Guide!'),

body: "If you're headed to AWS re:Invent, you need this! %0D%0A" +
"Use this crowdsourced mobile guide to score killer booth swag and access to after-parties %0D%0A%0D%0A" +
"http://loggly.com/reinvent %0D%0A%0D%0A" +
"Bonus: share the guide and follow Loggly on twitter to be entered to win a VIP pass to AWS re:Invent 2015, first 100 get a limited edition shirt from their booth."
body: encodeURI("If you're headed to AWS re:Invent, you need this! \r\n" +
"Use this crowdsourced mobile guide to score killer booth swag and access to after-parties \r\n\r\n" +
"http://loggly.com/reinvent \r\n\r\n" +
"Bonus: share the guide and follow Loggly on twitter to be entered to win a VIP pass to AWS re:Invent 2015, first 100 get a limited edition shirt from their booth.")
},
// email_gmail: {
// subject: 'AWS Crowdsourced guide!',
// body: 'http://loggly.com/reinvent'
// },
twitter: {
text: encodeURI('Awesome mobile crowdsourced AWS #reInvent guide to score booth swag and after-party access http://loggly.com/reinvent via @Loggly').replace(/\#/g, "%23")
},
@@ -6,8 +6,7 @@

{{#if email}}
<li class="rrssb-email">
{{print email.subject}}
<a href="mailto:?subject={{email.subject}}&amp;body={{email.body}}" target="_system">
<a href="mailto:nicholas.a.reed@gmail.com?subject={{email.subject}}&body={{email.body}}" target="_system">
<span class="rrssb-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="28px" height="28px" viewBox="0 0 28 28" enable-background="new 0 0 28 28" xml:space="preserve"><g><path d="M20.111 26.147c-2.336 1.051-4.361 1.401-7.125 1.401c-6.462 0-12.146-4.633-12.146-12.265 c0-7.94 5.762-14.833 14.561-14.833c6.853 0 11.8 4.7 11.8 11.252c0 5.684-3.194 9.265-7.399 9.3 c-1.829 0-3.153-0.934-3.347-2.997h-0.077c-1.208 1.986-2.96 2.997-5.023 2.997c-2.532 0-4.361-1.868-4.361-5.062 c0-4.749 3.504-9.071 9.111-9.071c1.713 0 3.7 0.4 4.6 0.973l-1.169 7.203c-0.388 2.298-0.116 3.3 1 3.4 c1.673 0 3.773-2.102 3.773-6.58c0-5.061-3.27-8.994-9.303-8.994c-5.957 0-11.175 4.673-11.175 12.1 c0 6.5 4.2 10.2 10 10.201c1.986 0 4.089-0.43 5.646-1.245L20.111 26.147z M16.646 10.1 c-0.311-0.078-0.701-0.155-1.207-0.155c-2.571 0-4.595 2.53-4.595 5.529c0 1.5 0.7 2.4 1.9 2.4 c1.441 0 2.959-1.828 3.311-4.087L16.646 10.068z"/></g></svg>
</span>
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.