Created
October 18, 2012 00:44
-
-
Save alexcabrera/3909231 to your computer and use it in GitHub Desktop.
A proto project: https://github.com/droptype/proto
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
h1 This is my own custom Marquee page | |
ul | |
li page 1 | |
li page 2 | |
li page 3 |
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
console.log "loaded" | |
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
{ | |
"name": "marquee", | |
"proto_version": "0.0.4", | |
"script_libraries": [ | |
"https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.4.1/underscore-min.js", | |
"https://cdnjs.cloudflare.com/ajax/libs/underscore.string/2.3.0/underscore.string.min.js", | |
"https://cdnjs.cloudflare.com/ajax/libs/coffee-script/1.3.3/coffee-script.min.js", | |
"https://cdnjs.cloudflare.com/ajax/libs/backbone.js/0.9.2/backbone-min.js", | |
"https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.2/jquery.min.js", | |
"https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.9.0/jquery-ui.min.js", | |
"https://cdnjs.cloudflare.com/ajax/libs/jqueryui-touch-punch/0.2.2/jquery.ui.touch-punch.min.js", | |
"https://raw.github.com/Marak/Faker.js/master/Faker.js" | |
], | |
"style_libraries": [ | |
"https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery.ui.all.css" | |
] | |
} |
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
h1 | |
font-weight 300 | |
font-family Helvetica | |
color red | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment