Skip to content

Instantly share code, notes, and snippets.

View joshuapekera's full-sized avatar

Joshua Pekera joshuapekera

View GitHub Profile
@joshuapekera
joshuapekera / Interaction Design Standards.md
Last active December 20, 2015 20:18
This is a First Draft of the interaction design standards. It sets expectations and standards for best practices when designing and building digital products.
  1. Design in a continuous production ready state. This is done by adhering to the column layout provided or agreed upon by the team. All wireframes, comps and prototypes will use this column layout. It is CRITICAL that ALL team members evaluate the products goals for presenting information to a user, agree on the best column layout and adhere to that layout through out the project. This will allow all team members to work parallel to each other and collaborate with a common knowledge of the design’s foundation and how it with be achieved.

  2. Layers are organized with a logical semantic naming convention. This is so anyone can read, navigate and work off of your design. A good practice is to confer with your UX Designer and agree to names that he will in turn use in his CSS.

  3. Child elements are grouped with in a parent element the same way a CSS parent class has nested child elements. This will maintain a module based layer structure. It will allow certain views and design elements to be moved,

@joshuapekera
joshuapekera / Gitflow.md
Created June 12, 2013 08:49
Gitflow Terminal Commands

git-flow

Initialization

To initialize a new repo with the basic branch structure, use:

git flow init [-d]

This will then interactively prompt you with some questions on which branches you would like to use as development and production branches, and how you

@joshuapekera
joshuapekera / theme.less
Created January 20, 2013 06:21
A theme file that is used in the PyroAdmin theme kit to fully customize the bootstrap.
// Bootstrap 2.2.2
// PyroAdmin
// -----------------------------------------------------
// TYPOGRAPHY
// -----------------------------------------------------
// SCAFFOLDING
// -----------------------------------------------------
@joshuapekera
joshuapekera / Issue Guidelines.md
Last active December 11, 2015 04:19
Issue Guidelines for git source controlled repo

Rules of engagement

Following these guidelines helps to communicate that you respect the time of those developers managing and developing an open source project. In return, they should reciprocate that respect in addressing your issue and assessing patches and features.

If you think this guide can be improved, please share your thoughts.

DON'T BE A DICK PUBLIC LICENSE

Version 1, December 2009

Copyright (C) 2009 Philip Sturgeon [email protected]

Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed.

@joshuapekera
joshuapekera / fonts.less
Created October 31, 2012 18:26
Proxima Nova Font Face
/* Typekit delayed loading of Ansyc Fonts */
.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading p, .wf-loading a { visibility: hidden; }
/* Font-Face */
@font-face {
font-family: @sansFontFamily;
src: url(../fonts/proxima-nova/proximanova-regular-webfont.eot?1307578394);
src: url('../fonts/proxima-nova/proximanova-regular-webfont.eot?iefix') format('eot'),url(../fonts/proxima-nova/proximanova-regular-webfont.woff?1307578394) format('woff'),url(../fonts/proxima-nova/proximanova-regular-webfont.ttf?1307578394) format('truetype'),url('../fonts/proxima-nova/proximanova-regular-webfont.svg#webfont2rpW2ohz') format('svg')
}
@joshuapekera
joshuapekera / queries.less
Last active November 17, 2016 10:47
A starting point for responsive design and retina graphics. Best used in conjunction with Twitter Bootstrap.
/* !START Responsive Queries*/
// -----------------------------------------------------------------------------------------------------
/* !Mobile Default - Landscape phone to portrait tablet */
// ------------------------------------------------------
@media (max-width: 767px) {
/* Styles */
}// Close Query
/* !Mobile - Landscape Specific */
@mbostock
mbostock / .block
Last active April 19, 2025 08:19
The Gist to Clone All Gists
license: gpl-3.0
@erikreagan
erikreagan / mac-apps.md
Created August 4, 2012 19:18
Mac developer must-haves

Mac web developer apps

This gist's comment stream is a collection of webdev apps for OS X. Feel free to add links to apps you like, just make sure you add some context to what it does — either from the creator's website or your own thoughts.

— Erik

@joshuapekera
joshuapekera / styles.css
Last active October 7, 2015 13:38
Responsive Base CSS
/*
* Main CSS by Joshua Pekera
*/
/* Table of Content
==================================================
:: Global Site Styles
:: Header & Global Nav
:: Side Nav
:: Content Containers & Grids