Skip to content

Instantly share code, notes, and snippets.

{ "speakers": [
{ "firstname": "Ray",
"lastname": "Villalobos",
"category": "Front End",
"title": "Bootstrap & CSS Preprocessors",
"image": "http://barcampdeland.org/images/speaker_rayvillalobos.jpg",
"link": "http://iviewsource.com",
"bio": "Ray Villalobos is a full-time author and teacher at lynda.com. He is author of the book, Exploring Multimedia for Designers. He has more than 20 years experience in developing and programming multimedia projects. Previously at Entravision Communications, he designed and developed a network of radio station and TV web sites. As a senior producer for Tribune Interactive, he was responsible for designing orlandosentinel.com and for creating immersive multimedia projects and Flash games for the site.",
"description": "As responsive design continues to take over the web, front-end developers and designers have turned to preprocessors and layout systems that simplify their workflow. Lynda.com staff author Ray Villalobos will talk about using the Bootstrap framew
{
"speakers": [{
"title" : "Art in Full Bloom",
"name": "Lorenzo Garcia",
"shortname" : "Lorenzo_Garcia",
"summary" : "Drawing and painting flowers may seem like a first-year art student's assignment, but Lorenzo Garcia brings depth, shadows, light, form and color to new heights with his unique and revolutionary technique of painting on canvas with ceramic glaze. This session is sure to be a hit with mixed media buffs.",
"description": "<p>Lorenzo was born in Mexico, but grew up in Southern California after his mother immigrated to Los Angeles when he was a year old. His mother worked as a seamstress in the Fashion District and brought home scrap materials for Lorenzo to create his early mixed media art. From that point on, Lorenzo became hooked on creating art from scrap metals, fabrics, wood, canvas, and many others. During his junior year at Bischon Art School in Los Angeles, he perfected his own proprietary method of painting on canvas with ceramic glaze, which he will demonstrate on
@import url("http://fonts.googleapis.com/css?family=Bree+Serif|Merriweather:400,300,700,900");
@import url("http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
@rgaz1962
rgaz1962 / EjBb-0.js
Created January 1, 2017 21:12 — forked from anonymous/EjBb-0.js
null created by rgaz1962 - https://repl.it/EjBb/0
var sum = 0;
var number = 1;
while (number <= 50) { // -- condition
sum += number; // -- body
number++; // -- updater
}
alert("Sum = " + sum); // => Sum = 1275
@rgaz1962
rgaz1962 / script.js
Created January 1, 2017 21:47
XNqPzr
var sum = 0;
var number = 1;
while (number <= 50) { // -- condition
sum += number; // -- body
number++; // -- updater
}
alert("Sum = " + sum); // => Sum = 1275
@rgaz1962
rgaz1962 / index.html
Created January 2, 2017 13:10
Responsive full screen background
<link href='http://fonts.googleapis.com/css?family=Exo:400,900' rel='stylesheet' type='text/css'>
<div class="wrapper">
<div class="message">
<h1>Responsive background</h1>
<p>With thanks to http://sixrevisions.com/css/responsive-background-image/ and 500px</p>
</div>
</div>
@rgaz1962
rgaz1962 / index.haml
Created January 2, 2017 18:51
Magic Line
%nav#nav
%ul.menu
%li.menu-item.active
%a{:href => "home.html"} Home
%li.menu-item
%a{:href => "gallery.html"} Photo gallery
%li.menu-item
%a{:href => "about.html"} About
%li.menu-item
%a{:href => "blog.html"} Blog
@rgaz1962
rgaz1962 / index.html
Created January 2, 2017 19:05
Pomodoro Clock
<div class="pomodoro">
<div class="row">
<div class="col-md-6">
<div class="row"><p>session length<p></div>
<div class="row counter">
<div class="col-md-4">
<button class="btn btn-default" id="sessDec">-</button>
</div>
<div class="col-md-2">
<div id="session"></div>
@rgaz1962
rgaz1962 / foundation-6-block-grid.markdown
Created January 19, 2017 20:46
Foundation 6 Block Grid