Skip to content

Instantly share code, notes, and snippets.

View lagden's full-sized avatar
🎯
Focusing

Thiago Magalhães lagden

🎯
Focusing
  • São Paulo
View GitHub Profile
@lagden
lagden / Fullpage.html
Created June 19, 2012 23:48
A web page created at CodePen.io
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>CodePen &middot; A Pen by lagden</title>
<style>
@lagden
lagden / Fullpage.html
Created June 19, 2012 23:48
A web page created at CodePen.io
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>CodePen &middot; A Pen by lagden</title>
<style>
@lagden
lagden / pr.md
Created August 14, 2012 05:17 — forked from piscisaureus/pr.md
Checkout github pull requests locally

Locate the section for your github remote in the .git/config file. It looks like this:

[remote "origin"]
	fetch = +refs/heads/*:refs/remotes/origin/*
	url = git@github.com:joyent/node.git

Now add the line fetch = +refs/pull/*/head:refs/remotes/origin/pr/* to this section. Obviously, change the github url to match your project's URL. It ends up looking like this:

<!-- Carousel -->
<div class="the_slideshow" id="carouselHome">
<ul class="the_slider">
<li>
<a href="#ulala">
<img alt="yeahhh" width="500" height="200" class="" src="http://placekitten.com/g/500/200" />
</a>
</li>
<li>
<a href="#ulala">
<img src="http://farm4.static.flickr.com/3647/3320066629_c26343104f.jpg" alt="yeahh">
<div class="yeahh">
<ul class="nav">
<li>a</li>
<li>b</li>
<li>c</li>
<li>d</li>
<li>e</li>
</ul>
</div>
@lagden
lagden / index.html
Created September 25, 2012 14:00
Just some practice creating a character from parts and animating them.
<div class="dude">
<div class="hip">
<div class="torso">
<div class="head"></div>
<div class="limb rt up">
<div class="limb dn"></div>
</div>
<div class="limb lt up">
<div class="pr">
<select title="sample" class="Styled" name="sample">
<option value="">Selecione</option>
<option value="1">A</option>
<option value="2">B</option>
<option value="3">C</option>
</select>
</div>
@lagden
lagden / index.html
Created November 21, 2012 05:40
A CodePen by Thiago Lagden. Infinite Carousel Responsive - jQuery - Oh yeahhh!! Another jQuery Carousel plugin!!
<div class="wrapper">
<a href="#nav" class="arrow prev">Prev</a>
<a href="#nav" class="arrow next">Next</a>
<ul class="slider">
<li>
<div class="caption">
<h1><a href="#lnk">1 - Sample</a></h1>
</div>
</li>
<li>
data:text/html, <style type="text/css">#e{position:absolute;top:0;right:0;bottom:0;left:0;}</style><div id="e"></div><script src="http://d1n0x3qji82z53.cloudfront.net/src-min-noconflict/ace.js" type="text/javascript" charset="utf-8"></script><script>var e=ace.edit("e");e.setTheme("ace/theme/monokai");e.getSession().setMode("ace/mode/ruby");</script>