The popular open-source contract for web professionals by Stuff & Nonsense
- Originally published: 23rd December 2008
- Revised date: March 15th 2016
- Original post
[ | |
{ "keys": ["ctrl+shift+w"], "command": "toggle_setting", "args": {"setting": "word_wrap"}} | |
] |
<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> |
{ | |
"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 | |
}, |
<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; |
.grid-container { | |
width :100%; | |
max-width: 1240px; | |
} | |
.grid-container { | |
box-sizing: border-box; | |
/*-- our cleafix hack -- */ | |
.row:before, | |
.row:after { |
Command | Decription |
---|---|
call | calls a batch file from another one |
cd | change directory |
cls | clear screen |
cmd | start command prompt |
color | change console color |
date | show/set date |
dir | list directory content |
echo | text output |