Skip to content

Instantly share code, notes, and snippets.

View zoeabryant's full-sized avatar

Zoë Bryant zoeabryant

View GitHub Profile
.container {
margin-left: calc(var(--medium-half-gutter) * -1);
margin-right: calc(var(--medium-half-gutter) * -1);
&:after {
content: "";
display: table;
clear: both;
}
console.log('Let\'s go!');
var page = require('webpage').create();
page.open('http://google.com', function(status) {
console.log("Status: " + status);
if(status === "success") {
page.render(page.title + '.pdf');
}
phantom.exit();

🌻 accessibility:

✅ check focus state on the first item

alt text:

✅ clear button clear address finder

✅ received translations

@zoeabryant
zoeabryant / csv_manip.rb
Created April 10, 2018 18:04
quick script to change a csv no problemo
require 'CSV'
puts "lets go ruby"
def fruit_we_want_to_change? fruit
fruits_affected = [
'apple',
'banana',
]
fruits_affected.include?(fruit)
--------------------------------------------------------
- Overall feelings about this week
- Accomplishments
- People who helped me
- People I helped
--------------------------------------------------------
- Things I spent time on
- Things I would like to spend time on
- Things I want to spend less time on