🌻 accessibility:
✅ check focus state on the first item
alt text:
✅ clear button clear address finder
✅ received translations
.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
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 |