Skip to content

Instantly share code, notes, and snippets.

View julitrows's full-sized avatar

Julio AG julitrows

View GitHub Profile
@julitrows
julitrows / remote-work-resources.md
Created June 23, 2020 08:55 — forked from inefable/remote-work-resources.md
A list of remote work aggregators, companies and articles.

Remote work resources

Over the last years, I've been collecting resources related to remote work. This gist is a way to have them listed in a single place and public to anyone who it could be useful too.

Aggregators

@julitrows
julitrows / email.css
Last active March 19, 2018 07:07
HTML Email Boiler Plate in HAML with separated CSS
/* Based on The MailChimp Reset INLINE: Yes. */
/* Client-specific Styles */
#outlook a {padding:0;} /* Force Outlook to provide a "view in browser" menu link. */
body{width:100% !important; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; margin:0; padding:0;}
/* Prevent Webkit and Windows Mobile platforms from changing default font sizes.*/
.ExternalClass {width:100%;} /* Force Hotmail to display emails at full width */
.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {line-height: 100%;}
/* Forces Hotmail to display normal line spacing. More on that: http://www.emailonacid.com/forum/viewthread/43/ */
#backgroundTable {margin:0; padding:0; width:100% !important; line-height: 100% !important;}
/* End reset */