This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
jQuery(function( $ ){ | |
// using gist as a temporary bandaid | |
$.getJSON('https://gist.githubusercontent.com/capitalJT/ca53e151727f781fee85/raw/7d09da686dc73a1007abf93518aa391034f70e9b/jt-demos-listing.json', function(data) { | |
var items = []; | |
$.each(data, function(idx, obj){ | |
$.each(obj, function(key, value){ | |
// check for external link | |
var aTarget = null; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"thumbnails": [ | |
{ "client" : "Digital Meaning", | |
"description" : "Digital Meaning", | |
"role": "UI Design, Web Development", | |
"imgSrc" : "http://jabaltorres.com/assets/img/thumbnails/Digital-Meaning-thumbnail.png", | |
"linkHref" : "http://www.jabaltorres.com/digital-meaning/", | |
"extLink" : false | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="content"> | |
<div class="img-wrapper"> | |
<span> | |
<img src="http://placehold.it/400x300&text=reset" alt="" /> | |
</span> | |
</div><!-- end img-wrapper --> | |
<div class="poll-wrapper"> | |
<div class="poll-two-result-bar-wrap"> | |
<div class="two-line-result"> | |
<div class="results-text"></div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "keys": ["ctrl+shift+w"], "command": "toggle_setting", "args": {"setting": "word_wrap"}} | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source ~/.profile | |
export PATH=/usr/local/bin:$PATH | |
# This is the bash profile for the machine at work. | |
# Custom BASH profile | |
# Add MAMP path to our path | |
PATH=/Applications/MAMP/bin/php/php5.6.7/bin:/Applications/MAMP/Library/bin:$PATH | |
export PATH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# --------------------------------------------------------------------------- | |
# | |
# Description: This file holds all my BASH configurations and aliases | |
# | |
# Sections: | |
# 1. Environment Configuration | |
# 2. Make Terminal Better (remapping defaults and adding functionality) | |
# 3. File and Folder Management | |
# 4. Searching | |
# 5. Process Management |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<section id="hero" class="row section"> | |
<div class="large-12 columns"> | |
<h1>Hero</h1> | |
</div> | |
<span class="gist"><a class="icon icon-ajmn-embed" href="https://gist.github.com/capitalJT/0d388ec30882f6c7b3d7" target="_blank"></a></span> | |
<hr> | |
<div class="large-12 columns hero-component"> | |
<div class="hero"> | |
<h1>Hello World!</h1> | |
<p>This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<section id="accordian" class="row section"> | |
<div class="large-12 columns"> | |
<h1>Accordian</h1> | |
</div> | |
<span class="gist"><a class="icon icon-ajmn-embed" href="https://gist.github.com/capitalJT/13d3120ac48cfdd55fc8" target="_blank"></a></span> | |
<hr> | |
<div class="large-12 columns accordian-wrapper"> | |
<dl class="accordion" data-accordion> | |
<dd class="accordion-navigation"> | |
<a href="#panel1-1"> |