Skip to content

Instantly share code, notes, and snippets.

View bjankord's full-sized avatar
🎵
Chillin'

Brett Jankord bjankord

🎵
Chillin'
View GitHub Profile
.terra-Menu {
/* core shared styles */
}
.terra-Menu--horizontal {
/* horizontal styles */
}
.terra-Menu--horizontalTabbed {
/* horizontal tabbed styles */
}
.terra-Menu {
/* core shared styles */
}
.terra-Menu--horizontal {
/* horizontal styles */
}
.terra-Menu--horizontal.terra-Menu--tabbed {
/* horizontal tabbed styles */
}
<img src="profile.png" class="avatar" alt="Jane Doe">
<img src="profile.png" class="avatar is-hovered" alt="Jane Doe">
<img src="profile.png" class="avatar" alt="Jane Doe">
<img src="profile.png" class="avatar is-hovered" alt="Jane Doe">
@bjankord
bjankord / themes.md
Last active October 23, 2015 21:24
Themes that have good highlighting on find results page
  • Argonaut
  • cobalt2
  • Flatgrammer
  • glacier
  • Material one dark
  • material seti
  • facebook material theme
  • material theme
  • material theme darker
  • predawn
@bjankord
bjankord / sublime-theme-combos.md
Created October 19, 2015 01:30
Sublime Theme Combos
{
	"color_scheme": "Packages/User/SublimeLinter/Material Spacegray (SL).tmTheme",
	"theme": "Material One Dark.sublime-theme",
}
	"color_scheme": "Packages/Facebook Material Theme/schemes/Material-Theme-Darker.tmTheme",
	"theme": "Material Stereokai.sublime-theme",
@bjankord
bjankord / sublime-theme-combos.md
Created October 19, 2015 01:30
Sublime Theme Combos
{
	"color_scheme": "Packages/User/SublimeLinter/Material Spacegray (SL).tmTheme",
	"theme": "Material One Dark.sublime-theme",
}
	"color_scheme": "Packages/Facebook Material Theme/schemes/Material-Theme-Darker.tmTheme",
	"theme": "Material Stereokai.sublime-theme",
@bjankord
bjankord / elements.html
Created October 14, 2015 19:54
elements
<area>
<article>
<aside>
<bdi>
<bdo>
<br>
<canvas>
<col>
<colgroup>
<data>
.shape {
background: #832333;
background: rgba(131,35,51,0.6);
}
@media screen and (min-width: 480px) {
.shape {
background: #81409f;
background: rgba(129,64,159,0.6);
}
@bjankord
bjankord / githubcontributors.js
Created November 18, 2014 15:24
I found this plugin for displaying github contributors in a list using githubs API but couldn't find its original repo. Wanted to post this up cause I'm sure I'll be using this on some projects
/*
* Project: BrazilJS Projects - Github Contributors
* Description: List all contributors of some Github Repository
* Author: Zeno Rocha
* License: WTFPL
*/
;(function ( $, window, undefined ) {