Skip to content

Instantly share code, notes, and snippets.

var $pepe = $('<li class="product-item">'+
'<div class="thumbnail product-wrapper">'+
'<div class="product-image">'+
'<a href="#" title="product image">'+
'<img alt="" src="http://dev.bumbea.com/site/img/resources/user-photo-2.jpeg"/>'+
'</a>'+
'</div>'+
'<div class="review-details">'+
'<a class="reviewer-image" href="#" title="product image">'+
'<img alt="" src="https://twimg0-a.akamaihd.net/profile_images/1121298010/anita-brick-499x499_normal.jpg"/>'+
<!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>Bumbea.com</title>
<meta name="description" content="">
<!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>Bumbea.com</title>
<meta name="description" content="">
<!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>Bumbea.com</title>
<meta name="description" content="">
@agustinhaller
agustinhaller / index.html
Created November 11, 2012 17:00
estilos
li.log-in-option .input-prepend input
{
width:165px;
}
li.log-in-option .input-prepend input.user-name
{
width:110px;
}
<div class="thumbnail basic-information">
<h3>Ayuda</h3>
<h4>¿Que es Bumbea?</h4>
<p>
bla bla bal bla
</p>
</div>
@agustinhaller
agustinhaller / about.html
Created November 11, 2012 20:25
estilos about
.main-content .basic-information
{
background: #FFF;
padding: 20px;
}
.basic-information h4
{
color: #777;
}
ul.team-list li.team-member img.member-image
{
height: 200px;
}
ul.team-list li.team-member
{
width: 285px;
}
@agustinhaller
agustinhaller / index.html
Created November 11, 2012 22:38
estilos
.header-actions .social-presence
{
position: fixed;
background: #fff;
padding: 5px 10px;
border-top: none;
top: 0px;
right: 20px;
border-radius: 0px 0px 10px 10px;
}
var $container = $('.products-list'),
$pepe = $('<li class="product-item">'+
'<div class="thumbnail product-wrapper">'+
'<div class="product-image">'+
'<a href="#" title="product image">'+
'<img alt="" src="http://dev.bumbea.com/site/img/resources/user-photo-2.jpeg"/>'+
'</a>'+
'</div>'+
'<div class="review-details">'+
'<a class="reviewer-image" href="#" title="product image">'+