Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View jordanskole's full-sized avatar

Jordan Skole jordanskole

View GitHub Profile
@jordanskole
jordanskole / style.css
Created April 29, 2012 16:03
My basic default stylesheet I like to include with my bootstrap files
/*================================================*/
/* */
/* add a few extra helpful classes to supplement */
/* twitter's bootstrap. Built by Jordan Skole of */
/* Robot Couture, a Boutique Digital Agency */
/* */
/*================================================*/
.top10 {
padding: 10px
@jordanskole
jordanskole / tumblr-framework
Created May 1, 2012 03:13
A basic framework used to kickstart tumblr themes
<!--
______ ______ ______ ______ ______
/\ == \ /\ __ \ /\ == \ /\ __ \ /\__ _\
\ \ __< \ \ \/\ \ \ \ __< \ \ \/\ \ \/_/\ \/
\ \_\ \_\ \ \_____\ \ \_____\ \ \_____\ \ \_\
\/_/ /_/ \/_____/ \/_____/ \/_____/ \/_/
______ ______ __ __ ______ __ __ ______ ______
@jordanskole
jordanskole / SoMe_InterviewQs.md
Created May 7, 2012 20:21
Social Media Interview Questions, to ask a potential employer (agency) regarding a Social Media Strategist/Manager position.

What do you view as the primary role of social media?

What do you consider to be 'social media'?

What don't you consider to be 'social media'?

I strongly believe that Social Media should be deeply integrated with an organization, as much so as email or a telephone. Do you agree? If so, how do you view an agency's role in facilitating these communications?

A customer that is well respected online, of one of our client's has had a bad experience with our client, and has taken to badmouthing our client via several social media channels (yelp, a tumblr blog, and twitter) I have begun a process of triage, but our client is not taking the situation seriously, after having discussed the matter with you as my direct supervisor, what would be your recommendation?

@jordanskole
jordanskole / gist:5749697
Created June 10, 2013 15:32
Hit Tail code for reverberay
<!-- HitTail Code -->
<script type="text/javascript">
(function(){ var ht = document.createElement('script');ht.async = true;
ht.type='text/javascript';ht.src = '//106505.hittail.com/mlt.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ht, s);})();
</script>
<!-- HitTail Code -->
<script type="text/javascript">
(function(){ var ht = document.createElement('script');ht.async = true;
ht.type='text/javascript';ht.src = '//106514.hittail.com/mlt.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ht, s);})();
</script>
Jordans-MacBook-Pro:heatheread.dev jordan$ pagoda create heatheread
Creating heatheread...
Complete!
Git remote pagoda added
heatheread created
----------------------------------------------------
@jordanskole
jordanskole / app.js
Last active August 29, 2015 14:15
Segment Tracking Pixel (for email)
'use strict';
/*
* Build a tracking pixel for segment-dot-i-o,
* to use places where javascript wont go,
* in the rain, the sleet, the ice and the snow,
* or just in email, ya-know?
*
* https://segment.com/docs/api/tracking/http/#tracking-pixels
*/
int RELAY1 = D3;
int RELAY2 = D4;
int RELAY3 = D5;
int RELAY4 = D6;
void setup()
{
//Initilize the relay control pins as output
pinMode(RELAY1, OUTPUT);
pinMode(RELAY2, OUTPUT);
int RELAY1 = D3;
int RELAY2 = D4;
int RELAY3 = D5;
int RELAY4 = D6;
void setup()
{
//Initilize the relay control pins as output
pinMode(RELAY1, OUTPUT);
pinMode(RELAY2, OUTPUT);