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
| $('html').scrollTo( target ,{ offset : {top: -offsetTop }, duration: 800 }); |
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
| $.getHash = function(url){ | |
| return url ? url.substring(url.indexOf('#')+1) : window.location.hash; | |
| } |
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
| /* triangle down */ | |
| div::after { | |
| content: ' '; | |
| position: absolute; | |
| left: 125px; | |
| bottom: -10px; | |
| border: 10px solid @color; | |
| border-bottom: 0; | |
| border-left-color: transparent; | |
| border-right-color: transparent; |
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
| <dateName> | |
| <TCEforms> | |
| <label>LLL:EXT:skinFlex/flex/locallang.xml:flexform.flex.dateName</label> | |
| <config> | |
| <type>input</type> | |
| <eval>date</eval> | |
| </config> | |
| </TCEforms> | |
| </dateName> |
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
| tt_content.flex = COA | |
| tt_content.flex { | |
| # render a field from the flexform | |
| 10 = TEXT | |
| 10 { | |
| data = t3datastructure : pi_flexform->titleField | |
| } | |
| # output each image in the flex. | |
| 20 = FFSECTION |
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
| <video id="player" preload="auto" controls autoplay poster="img/thumb.jpg"> | |
| <source src="http://www.nicolas-hoffmann.net/animations/Cavernae_Terragen2.mp4" type="video/mp4" /> | |
| <source src="http://www.nicolas-hoffmann.net/animations/Cavernae_Terragen2.webm" type="video/webm" /> | |
| <source src="http://www.nicolas-hoffmann.net/animations/Cavernae_Terragen2.theora.ogv" type="video/ogg" /> | |
| Alternate content | |
| </video> |
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
| parameters: | |
| database_driver: pdo_mysql | |
| database_host: localhost | |
| database_port: ~ | |
| database_name: - | |
| database_user: - | |
| database_password: - | |
| mailer_transport: smtp | |
| mailer_host: localhost |
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
| <snippet> | |
| <content><![CDATA[ | |
| ${1:10} = COA | |
| $1 {$7${2: | |
| ${3:10} = ${4:TEXT} | |
| $3 { | |
| $5 | |
| }}$6 | |
| } | |
| ]]></content> |
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
| { | |
| "name": "euralille", | |
| "version": "0.0.0", | |
| "dependencies": { | |
| "jquery": "1.9.1", | |
| "requirejs": "2.1.5", | |
| "underscore": "1.4.4", | |
| "modernizr": "2.6.2" | |
| }, | |
| "devDependencies": {} |
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
Show hidden characters
| { | |
| "cmd": ["lessc", "styles.less", "$file_path/styles.css", "-x"], | |
| "working_dir": "$file_path", | |
| "selector": "source.css.less", | |
| "path": "/home/plou/.nvm/v0.10.4/bin/", | |
| "variants": [ | |
| { | |
| "name": "Run", | |
| "cmd": ["lessc", "$file_name", "$file_path/$file_base_name.css", "-x --no-color"], | |
| "working_dir": "$file_path", |