I hereby claim:
- I am gl2748 on github.
- I am iainmaitland (https://keybase.io/iainmaitland) on keybase.
- I have a public key ASD6eGeebGectkwYB1nklng47i3nMKXvYMPq_cWnPydlUAo
To claim this, I am signing this object:
| OpenSSH_6.7p1 Ubuntu-5ubuntu1.3, OpenSSL 1.0.1f 6 Jan 2014 | |
| debug1: Reading configuration data /etc/ssh/ssh_config | |
| debug1: /etc/ssh/ssh_config line 19: Applying options for * | |
| debug2: ssh_connect: needpriv 0 | |
| debug1: Connecting to web-13362.prod.hosting.acquia.com [54.224.48.93] port 22. | |
| debug1: Connection established. | |
| debug1: identity file /home/iainm/.ssh/id_rsa type 1 | |
| debug1: key_load_public: No such file or directory | |
| debug1: identity file /home/iainm/.ssh/id_rsa-cert type -1 | |
| debug1: key_load_public: No such file or directory |
| Make sure your local dev env is up to date: | |
| `git fetch --all; git pull . origin/master` | |
| Create an issue if one has not already been created: | |
| Create a branch for the issue. | |
| `git checkout -b 123-abc-xyz` |
| drush eval 'foreach (views_get_all_views() as $view) { foreach ($view->display as $display => $data) { print "$view->name: $display\n"; }; }' | |
| drush ev "print_r(array_keys(node_type_get_types()));" | |
| iainm@iainm-e7450:~/rr001/robbreport/docroot$ drush ev "print_r(views_get_all_views());" | |
| Array | |
| ( | |
| [nodequeue_2] => view Object | |
| ( | |
| [db_table] => views_view |
| drush ev "print_r(views_get_all_views());" | less |
| <?php | |
| $views = [ | |
| [ | |
| 'view machine name', | |
| 'view name', | |
| 'view desc', | |
| 'base table', | |
| 'display machine name', | |
| 'display title', | |
| 'display plugin', |
| <?php | |
| $views = [ | |
| [ | |
| 'view machine name', | |
| 'view name', | |
| 'view desc', | |
| 'base table', | |
| 'display machine name', | |
| 'display title', | |
| 'display plugin', |
| Targets from sites/all/modules/custom | |
| ./rr_header/img/pinterest.png | |
| ./rr_header/img/save-subscribe2.png | |
| ./rr_header/img/twitter.png | |
| ./rr_header/img/instagram.png | |
| ./rr_header/img/rr_logo.png | |
| ./rr_header/img/facebook.png | |
| ./rr_header/img/save-subscribe.png | |
| ./rr_header/img/mobile.png |
I hereby claim:
To claim this, I am signing this object:
| get the sharethis icons into the right place - robb report tv content type. | |
| Make a scaled down sprite... for responsive. |
| .at_robbreport #block-rr-header-rr-header ul.header_links li.social a { | |
| display: inline-block; | |
| width: 19%; | |
| margin-right: 3%; | |
| max-width: 32px; | |
| .stretchy { | |
| position: relative; |