Skip to content

Instantly share code, notes, and snippets.

View RyanJ93's full-sized avatar

Enrico RyanJ93

View GitHub Profile
@RyanJ93
RyanJ93 / index.html
Created March 6, 2015 19:26
Simple web MIDI API example
<html>
<head>
<style type="text/css">
.text{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:16px;
}
.title{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
@RyanJ93
RyanJ93 / example.html
Created March 1, 2018 08:28
CSS 3 timeline.
<!doctype html>
<html>
<head>
<title>CSS 3 timeline example.</title>
<!-- Import the external stylesheet. -->
<link rel="stylesheet" href="library.css" />
<!-- Add a nice font. -->
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet" />
</head>
<body>
const mimes = {
'123': 'application/vnd.lotus-1-2-3',
'ez': 'application/andrew-inset',
'aw': 'application/applixware',
'atom': 'application/atom+xml',
'atomcat': 'application/atomcat+xml',
'atomsvc': 'application/atomsvc+xml',
'ccxml': 'application/ccxml+xml',
'cdmia': 'application/cdmi-capability',
'cdmic': 'application/cdmi-container',