This file contains hidden or 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
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus ac turpis vel tortor mollis convallis ac at est. Nunc egestas auctor quam, non mattis massa congue eget. In tincidunt consectetur ante id hendrerit. Vestibulum congue aliquam libero varius hendrerit. Sed bibendum leo in dolor suscipit blandit luctus metus imperdiet. Praesent a velit sit amet enim vehicula feugiat nec et odio. Aliquam id lacus nisl, ut pharetra metus. Fusce sapien urna, auctor a egestas ac, ultrices et metus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; | |
Vestibulum vestibulum gravida augue, ac malesuada lectus rhoncus vitae. Sed sollicitudin, elit non ultrices commodo, nisi quam dapibus orci, eu tempus mi lectus ac nulla. Praesent porta, lectus et tincidunt vehicula, neque neque tincidunt leo, non rutrum felis libero vitae metus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nam posuere nibh ut velit egestas non tincidunt libero scelerisque. Nunc |
This file contains hidden or 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
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque rhoncus porta urna, posuere ultrices diam ullamcorper ut. Lorem ipsum dolor sit amet, consectetur adipiscing elit. In hac habitasse platea dictumst. Fusce ultrices, mi vel interdum hendrerit, est lacus bibendum urna, at dapibus nunc nisi ac nulla. Ut pretium consectetur lacus vitae euismod. Nunc nisi lectus, dictum sit amet feugiat in, feugiat quis ligula. Duis ac nibh in leo luctus fermentum pharetra vel magna. Mauris sed turpis urna, id iaculis nulla. Maecenas est diam, laoreet at aliquam non, fermentum eu sapien. Quisque est est, porttitor sit amet aliquam vitae, pellentesque a quam. In hac habitasse platea dictumst. Donec vitae justo vitae orci accumsan egestas ut vitae diam. | |
Aliquam a turpis tortor. Donec at tempor arcu. Fusce velit lacus, ultricies vel sagittis in, porta vel sapien. Quisque lacinia justo id est aliquet facilisis. Vestibulum quis massa velit. Cras ultrices fermentum semper. Cras vehicula, nisi id fringilla eleifend, leo du |
This file contains hidden or 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
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur venenatis lorem sit amet tortor consequat consectetur. Nullam mattis arcu commodo dui pulvinar id sodales lacus ornare. Curabitur lacinia libero eu ipsum eleifend lobortis. Fusce sed scelerisque felis. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Duis pharetra convallis lectus vitae pulvinar. Morbi adipiscing pulvinar lacus, nec tincidunt arcu feugiat rutrum. Fusce et scelerisque nulla. Suspendisse potenti. Sed in sem at orci sagittis adipiscing. Ut arcu quam, fermentum at aliquam non, sodales sit amet turpis. In porta condimentum vehicula. In vulputate, justo eu ornare eleifend, quam purus aliquet metus, et dictum purus sem eget tellus. Morbi accumsan turpis in sem accumsan lobortis. Cras rhoncus lacinia malesuada. Aliquam bibendum dapibus dui vel tincidunt. |
This file contains hidden or 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
(function() { var DomReady = window.DomReady = {}; var userAgent = navigator.userAgent.toLowerCase(); var browser = { version: (userAgent.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/) || [])[1], safari: /webkit/.test(userAgent), opera: /opera/.test(userAgent), msie: (/msie/.test(userAgent)) && (!/opera/.test(userAgent)), mozilla: (/mozilla/.test(userAgent)) && (!/(compatible|webkit)/.test(userAgent)) }; var readyBound = false; var isReady = false; var readyList = []; function domReady() { if (!isReady) { isReady = true; if (readyList) { for (var fn = 0; fn < readyList.length; fn++) { readyList[fn].call(window, []); } readyList = []; } } }; function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function() { if (oldonload) { oldonload(); } func(); } } }; function bindReady() { if (readyBound) { return; } readyBound = true; if (document.addEventListener && !browser.opera) { document.addEventListener("DOMContentLoaded", domR |
This file contains hidden or 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
img.feature { | |
background-color: white; | |
border: 1px solid #CFD2D2; | |
padding: 2px; | |
margin-bottom: 2em; | |
-moz-box-shadow: 0 2px 5px rgba(0,0,0,.25); | |
-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.25); | |
box-shadow: 0 2px 5px rgba(0,0,0,.25); | |
width: 98%; | |
height:auto; |
This file contains hidden or 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
alert('Sean Yo is awesome'); |
This file contains hidden or 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
/* Photo Album Index Page (Thumbnail view) | |
================================================== */ | |
div.album-title | |
{ | |
font-size:2.3em; | |
padding-bottom:1em; | |
line-height:1em | |
} | |
div.album-description |
This file contains hidden or 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
echo 2000 | sudo tee /sys/class/backlight/intel_backlight/brightness |
This file contains hidden or 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
css_primer -i ~/path/to/index.html -o ~/path/to/styles.css |
This file contains hidden or 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
// drop menu min-width | |
sdNav.tb1.add(sdNav.tb2) | |
.find('> ul > li > a') | |
.hover(function(){ | |
$(this).parent().find('> ul') | |
.css('min-width',$(this).outerWidth(true)); | |
}); |