Skip to content

Instantly share code, notes, and snippets.

View s5bug's full-sized avatar
📦
I have become an NPM package.

Aly Cerruti s5bug

📦
I have become an NPM package.
View GitHub Profile
<html>
<head>
<title>Ch14 concept map</title>
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
<style>
#main {
margin: auto;
text-align: center;
font-family: 'Ubuntu', sans-serif;

Keybase proof

I hereby claim:

  • I am TsundereBug on github.
  • I am tsunderebug (https://keybase.io/tsunderebug) on keybase.
  • I have a public key whose fingerprint is 59D0 E3A5 3212 2181 AF35 E903 0890 5B6C 568C F9EE

To claim this, I am signing this object:

@s5bug
s5bug / .hyper.js
Last active May 26, 2017 14:10
My hyper config
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// default font size in pixels for all tabs
fontSize: 12,
// font family with optional fallbacks
fontFamily: 'Menlo, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace',