Skip to content

Instantly share code, notes, and snippets.

View justinepocock's full-sized avatar

WigglyKoala justinepocock

View GitHub Profile
$view = new view();
$view->name = '403_content';
$view->description = '';
$view->tag = 'default';
$view->base_table = 'node';
$view->human_name = '403 content';
$view->core = 7;
$view->api_version = '3.0';
$view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */
@mixin feature(){
.file-video {
position: relative;
display: block;
overflow: hidden;
@if $min-height == 0 {
height: auto;
} @elseif {
height: $min-height / 2;
@justinepocock
justinepocock / a11y
Created July 27, 2016 15:46
A11y checklist for all people
## Designers
- [ ] Make sure there is enough contrast between text and its background color [More Info](http://accessibility.voxmedia.com/#designers-1)
- [ ] Don't indicate important information using color alone [More Info](http://accessibility.voxmedia.com/#designers-2)
- [ ] Pair values of colors together (not only hues) to increase contrast [More Info](http://accessibility.voxmedia.com/#designers-3)
- [ ] Design focus states to help users navigate and understand where they are [More Info](http://accessibility.voxmedia.com/#designers-5)
- [ ] Help users understand inputs, and help them avoid and correct mistakes [More Info](http://accessibility.voxmedia.com/#designers-6)
- [ ] Write good alt text for your images [More Info](http://accessibility.voxmedia.com/#designers-7)
- [ ] Be as consistent and clear as possible in layout and copy [More Info](http://accessibility.voxmedia.com/#designers-9)
## Engineers
@justinepocock
justinepocock / FrontendUnited2014.md
Last active August 29, 2015 14:02
Frontend United 2014 speaker information

Frontend United CPH 2014

29-31 August 2014 at Kulturhuset Indre By, Copenhagen - frontendunited.org

Join designers, developers, and drupalistas for two days of focused workshops, talks and sessions on design, frontend engineering and Drupal.

What is Frontend United?

Frontend United is a yearly European conference that moves from country to country, previously hosted in Prague, Berlin, Amsterdam and last year in London.

$view = new view();
$view->name = 'experts_section_index';
$view->description = 'People related views of experts and staff listings';
$view->tag = 'default';
$view->base_table = 'node';
$view->human_name = 'People';
$view->core = 7;
$view->api_version = '3.0';
$view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */