Skip to content

Instantly share code, notes, and snippets.

View zufrieden's full-sized avatar

Marc Friederich zufrieden

View GitHub Profile
@zufrieden
zufrieden / gist:3162301
Created July 23, 2012 06:39
Tarifs HEP
<h2>Voiture (B/BE)</h2>
<table border="0" cellspacing="0" cellpadding="5">
<tbody>
<tr>
<td>Forfait th&eacute;orie (tous les lundis soirs, min. 4 soir&eacute;es, CD, Livre)</td>
<td class="prix" style="text-align: right;">CHF 200.-</td>
</tr>
</tbody>
</table>
<h3>Le&ccedil;on de pratique (par p&eacute;riode)</h3>
@zufrieden
zufrieden / gist:3097880
Created July 12, 2012 12:44 — forked from lucasfais/gist:1207002
Sublime Text 2 - Useful Shortcuts

Sublime Text 2 – Useful Shortcuts (Mac OS X)

General

⌘T go to file
⌘⌃P go to project
⌘R go to methods
⌃G go to line
⌘KB toggle side bar
⌘⇧P command prompt
@zufrieden
zufrieden / triangles.css
Created July 10, 2012 09:26
Triangle in CSS
.my-triangle{
border-color: transparent transparent @blue10 transparent;
border-style:solid;
border-width: 8px;
width: 0;
height: 0;
}