Skip to content

Instantly share code, notes, and snippets.

View Fasani's full-sized avatar
💻
Hacktoberfest 2020!

Michael Fasani Fasani

💻
Hacktoberfest 2020!
View GitHub Profile
@Fasani
Fasani / .block
Last active September 26, 2017 21:51
Pentagon Fork
license: mit
@Fasani
Fasani / .block
Created October 13, 2017 15:35
Simple D3 Percentage Gauge
license: mit
@Fasani
Fasani / .block
Created October 13, 2017 16:07
Simple D3 Percentage Gauge Responsive
license: mit
@Fasani
Fasani / Simple-Backbone-WordPress-Example.html
Last active February 4, 2022 04:38
A simple Backbone WordPress Example. Using JSON API plugin. (http://wordpress.org/plugins/json-api/)
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Simple Backbone WordPress Example</title>
<link rel="stylesheet" href="base.css">
</head>
<body>
<ul id="post-list"></ul>