Discover if a Marketing Designer candidate can successfully work within Robin's visual design system to design great collateral.
Office visit 90m – 2hr
" pathogen init | |
execute pathogen#infect() | |
syntax on | |
filetype plugin indent on | |
" set indents to 2 spaces | |
set sw=2 | |
set ts=2 | |
" theme stuff |
{ | |
// Place your snippets for javascriptreact here. Each snippet is defined under a snippet name and has a prefix, body and | |
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are: | |
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the | |
// same ids are connected. | |
// Example: | |
// "Print to console": { | |
// "prefix": "log", | |
// "body": [ | |
// "console.log('$1');", |
" pathogen init | |
execute pathogen#infect() | |
syntax on | |
filetype plugin indent on | |
" set indents to 2 spaces | |
set sw=2 | |
set ts=2 | |
" theme stuff |
PATH=$PATH:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin | |
@daily * * * find /Users/mborsare/Screenshot* -mtime +6 -type f -delete | |
#56 10 * * * find /Users/mborsare/Desktop* -mtime +10 -exec mv -R "{}" /Users/mborsare/Desktop/tidy-desktop \; | |
45 9 * * * /bin/sh /Users/mborsare/scripts/daily-cleanup.sh | |
PATH=$PATH:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin | |
@daily * * * find /Users/mborsare/Screenshot* -mtime +6 -type f -delete | |
45 9 * * * /bin/sh /Users/mborsare/scripts/daily-cleanup.sh | |
#!/bin/bash | |
brew update | |
brew upgrade | |
brew cleanup -s | |
brew cask cleanup | |
brew doctor | |
brew missing | |
apm upgrade -c false |
--- | |
<strong>Hire thoughtbot</strong> | |
Looking for a dedicated product team to validate, design, build, and grow your | |
product? Visit <a href="https://thoughtbot.com/">our website</a> to learn | |
about our team and our process. | |
<strong>Join our team</strong> Looking to join a team of expert designers and | |
developers working on challenging products in a sustainable environment? <a | |
href="https://thoughtbot.com/jobs">Check out our open positions.</a> |
#!/bin/bash | |
brew update | |
brew upgrade | |
brew cleanup -s | |
brew cask cleanup | |
#now diagnotic | |
brew doctor | |
brew missing | |
apm upgrade -c false | |
/opt/bin/updateCCTF.sh && terminal-notifier -message “git pull done :-)” -title “CCTF up to date” |
This may be a little heavy-handed for this project, but here's a map I often use for z-indexes (mostly to keep things agnostic and in context). Values Eric Bailey originally concocted actually! | |
$z-index: ( | |
basement: -999999, | |
layout: 1000, | |
object: 2000, | |
component: 3000, | |
subcomponent: 3010, | |
modal: 4000, | |
submodal: 4010, |