Skip to content

Instantly share code, notes, and snippets.

View Roeefl's full-sized avatar

Roeefl Roeefl

View GitHub Profile
@wochap
wochap / main.js
Last active March 3, 2019 13:11
Webpack for create emails
// require('./email.scss')
const css = require('!!raw-loader!inline-style!sass!./email.scss')
// const template = require('ejs-compiled!./emails/contact.ejs')
// const template = require('ejs-compiled!./emails/a-customer.ejs')
const template = require('ejs-compiled!./emails/l-customer.ejs')
function getStyles (...selectors) {
return selectors.reduce((styles, selector) => {
if (!css[selector]) {
console.warn(`The '${selector}' selector doesn't exist.`)
@tedpennings
tedpennings / routes.md
Last active April 6, 2020 18:28
A year of travel!

I spent six months traveling around the world with my partner Jen. It was one of the most fulfilling and exciting things I've ever done.

This document lists my route, December 2016 to May 2017.

Current status

I'm back in Portland, Oregon! I am so thankful for the opportunity to have spent six months traveling around the world while working remotely. It was one of the most fulfilling experiences of my life. I am back in Portland to stay and excited to call it home. I'm looking forward to re-establishing my yoga practice and getting in skydives toward by B license.

During my travels, I was able to visit thirteen countries: New Zealand, Australia, Indonesia, Taiwan, Malaysia, Thailand, India, Singapore, the United Arab Emirates, Egypt, Morocco, Spain and Canada. All but the last two were new experiences for me. Working while traveling permitted me to stay longer to get a feel for the local culture, and also gave me a feel for local life by requiring me to find wifi and cafes to work.