Skip to content

Instantly share code, notes, and snippets.

View manolenso's full-sized avatar

Laurent Rémy manolenso

  • TV Magazine
  • Paris IX
View GitHub Profile
@manolenso
manolenso / index.html
Created February 20, 2013 22:36
ossature de base html5
<!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>
@manolenso
manolenso / Afterbefore
Created March 21, 2013 15:04
AfterBefore plugin
<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>
header ('Content-type: text/html; charset=UTF-8');
@manolenso
manolenso / HTML: Bootstrap model
Created April 25, 2013 15:40
HTML: Bootstrap model
<!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="">
@manolenso
manolenso / Visualize target
Created May 6, 2013 09:40
Visualize target
<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>
@manolenso
manolenso / .gitconfig
Last active December 19, 2015 22:08
mon git config
[user]
name =
email =
[color]
ui = true
diff = auto
status = auto
branch = auto
[alias]
st = status
@manolenso
manolenso / index.html
Created September 18, 2013 17:47
compass header
<!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>
@manolenso
manolenso / .gitconfig
Created October 2, 2013 14:54
windows gitconfig
[merge]
tool = p4merge
log = true
[user]
name =
email =
[core]
editor = vim
autocrlf = true
safecrlf = false
@manolenso
manolenso / fra.php
Created November 20, 2013 19:11
fichier lang fr vnstat php frontend
<?php
// sidebar labels
$L['summary'] = 'sommaire';
$L['hours'] = 'heures';
$L['days'] = 'jours';
$L['months'] = 'mois';
// main table headers
$L['Summary'] = 'Sommaire';
@manolenso
manolenso / grunt link site
Created December 25, 2013 19:10
Markdown code snippet