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
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<script type="text/javascript" src="js/jquery-1.9.0.js"></script> | |
<script type="text/javascript" src="js/js/jquery.localScroll.min.js"></script> | |
<script type="text/javascript" src="js/jquery.scrollTo.min.js"></script> | |
<link rel="stylesheet" type="text/css" href="css/style.css" media="all"> | |
<title></title> | |
</head> |
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
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | |
<title>Before and after : Preset-2</title> | |
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js'></script> | |
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/jquery-ui.min.js'></script> | |
<script type='text/javascript' src='js/jquery.beforeafter.js'></script> | |
</head> | |
<body> |
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
header ('Content-type: text/html; charset=UTF-8'); |
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
<!DOCTYPE html> | |
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> | |
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> | |
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> | |
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | |
<title></title> | |
<meta name="description" content=""> |
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
<section class="row-fluid"> | |
<div class="span4 visible-desktop">Target Desktop.</div> | |
<div class="span4 visible-tablet">Target Tablet.</div> | |
<div class="span4 visible-phone">Target Phone.</div> | |
</section> |
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
[user] | |
name = | |
email = | |
[color] | |
ui = true | |
diff = auto | |
status = auto | |
branch = auto | |
[alias] | |
st = status |
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
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<link href="stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> | |
<link href="stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> | |
<!--[if IE]> | |
<link href="stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" /> | |
<![endif]--> | |
<title>Compass Header</title> |
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
[merge] | |
tool = p4merge | |
log = true | |
[user] | |
name = | |
email = | |
[core] | |
editor = vim | |
autocrlf = true | |
safecrlf = false |
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
<?php | |
// sidebar labels | |
$L['summary'] = 'sommaire'; | |
$L['hours'] = 'heures'; | |
$L['days'] = 'jours'; | |
$L['months'] = 'mois'; | |
// main table headers | |
$L['Summary'] = 'Sommaire'; |
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
[![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/) |
OlderNewer