Skip to content

Instantly share code, notes, and snippets.

@lfernandez55
lfernandez55 / conference-schedule-with-css-grid.markdown
Created June 3, 2020 18:21
Conference Schedule with CSS Grid
@lfernandez55
lfernandez55 / 1430-evolve-add-listeners-to-table-aqua-toggle.markdown
Created February 27, 2020 15:09
1430 - Evolve Add Listeners To Table, Aqua Toggle
@lfernandez55
lfernandez55 / evolve-1st-day-demos.markdown
Last active February 25, 2020 04:26
Evolve 1st Day Demos
@lfernandez55
lfernandez55 / 18-3 Eloquent Javascript Solutions.js
Created March 11, 2019 15:37 — forked from jonurry/18-3 Eloquent Javascript Solutions.js
18.3 Conway’s Game of Life (Eloquent JavaScript Solutions)
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Life</title>
<style type="text/css">
@lfernandez55
lfernandez55 / index.html
Created October 15, 2018 14:30
Costellos Pasta and Pizza Costello's Pizza // source https://jsbin.com/yenaxem
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="description" content="Costello's Pizza">
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<title>Costellos Pasta and Pizza</title>
<script defer language="JavaScript" type="text/javascript" src="costello.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="costello.css" >
<style id="jsbin-css">
.col-md-12{