Skip to content

Instantly share code, notes, and snippets.

View anabelle's full-sized avatar

Anabelle Handdoek anabelle

View GitHub Profile
<div class="triangulo"></div>
<div id="tabs">
<ul>
<li><a href="#tabs-1">Nunc tincidunt</a></li>
<li><a href="#tabs-2">Proin dolor</a></li>
<li><a href="#tabs-3">Aenean lacinia</a></li>
</ul>
<div id="tabs-1">
<p>Proin elit arcu, rutrum commodo, vehicula tempus, commodo a, risus. Curabitur nec arcu. Donec sollicitudin mi sit amet mauris. Nam elementum quam ullamcorper ante. Etiam aliquet massa et lorem. Mauris dapibus lacus auctor risus. Aenean tempor ullamcorper leo. Vivamus sed magna quis ligula eleifend adipiscing. Duis orci. Aliquam sodales tortor vitae ipsum. Aliquam nulla. Duis aliquam molestie erat. Ut et mauris vel pede varius sollicitudin. Sed ut dolor nec orci tincidunt interdum. Phasellus ipsum. Nunc tristique tempus lectus.</p>
</div>
<table>
<thead>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
</thead>
<tbody>
<tr>
<div id="slider_tales" class="contenedor_slider">
<ul class="slides">
<li>
<!-- Slide -->
</li>
<li>
<!-- Slide -->
</li>
#rotateDiv {
-webkit-transform:rotate(120deg);
-moz-transform:rotate(120deg);
-o-transform:rotate(120deg);
/* filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1.5); */
-ms-transform:rotate(120deg);
transform:rotate(120deg);
}
#!/bin/sh
#
# SIM 3.0 [sim@r-fx.org]
###
# Copyright (C) 1999-2005, R-fx Networks <sim@r-fx.org>
# Copyright (C) 2005, Ryan MacDonald <ryan@r-fx.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
<div
data-title="El Parlante Amarillo"
data-link="http://elparlanteamarillo.com/"
data-embed-feed="http://elparlanteamarillo.com/feed/">&nbsp;</div>
<script>
window.EMBED_FEED_JQUERY_SRC = 'libs/jquery.js',
window.EMBED_FEED_JQUERY_FEEDS_SRC = 'libs/jquery.feeds.js';
</script>
<script src="src/embed-feed.js"></script>
@anabelle
anabelle / palaproxima.sh
Created September 13, 2012 01:35
Lo que hice para poner a andar pip y virtualenv en crunchbang
# Instala paquetes necesarios
sudo apt-get install postgresql
sudo apt-get install postgresql-server-dev-9.1
sudo apt-get install python-pip
sudo apt-get install python-dev
sudo pip install virtualenv
sudo pip install virtualenvwrapper
# Crea y activa entorno virtual
virtualenv <nombre_proyecto>
@anabelle
anabelle / .gitignore
Created September 4, 2012 18:04
The last .gitignore in h5bp
# Read about how to use .gitignore: http://h5bp.com/ae
# Numerous always-ignore extensions
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp