Skip to content

Instantly share code, notes, and snippets.

View nsmsn's full-sized avatar

Nick Simson nsmsn

View GitHub Profile
@nsmsn
nsmsn / keybase.md
Created August 14, 2021 21:15
keybase verification

Keybase proof

I hereby claim:

  • I am nsmsn on github.
  • I am nsmsn (https://keybase.io/nsmsn) on keybase.
  • I have a public key whose fingerprint is 5E20 1322 B3DE 47AB 0FFF 04B7 0764 C7E9 3BB0 25C0

To claim this, I am signing this object:

@nsmsn
nsmsn / year-in-books-template.md
Last active December 14, 2020 11:58
A template for using Github or Markdown to track reading progress

Guide: ⭐ Endorsement 📖 Read hardcover or paperback 📱 Read as ebook or PDF 🎧 Listed to audiobook

  1. Title by Author Finished on Month DD  
@nsmsn
nsmsn / abbr-fix.css
Created November 1, 2017 20:13
abbr, acronym fix
abbr[title], acronym[title] {
cursor: help !important;
border-bottom: 1px dotted #777 !important;
text-decoration: none !important;
}
@nsmsn
nsmsn / font-stack.css
Last active December 2, 2022 04:56
tennessee.edu font stack
body {
color: #33333;
font-family: "Gotham Narrow SSm A","Gotham Narrow SSm B",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans",Geneva,"Helvetica Neue",Arial,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Gotham SSm A","Gotham SSm B","Gotham",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans",Geneva,"Helvetica Neue",Arial,sans-serif;
}
@nsmsn
nsmsn / settings-font-stack.scss
Last active October 4, 2016 19:30
Font Stack for nicksimson.com v2.0
$sans: "Avenir Next", "Segoe UI", "Roboto", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
$serif: "chaparral-pro", Cambria, "Droid Serif", "Times New Roman", serif;
$mono: "inconsolata", Andale Mono, AndaleMono, Lucida Console, Lucida Sans Typewriter, Menlo, Monaco, Consolas, "Courier New", monospace;
@nsmsn
nsmsn / tn-logo.css
Last active August 29, 2015 14:21
minified css output for the Tennessee state logo, May 2015
.tn-logo{width:2.45em;height:1.8em;background-color:#ff3e2c;padding-top:.8em;color:#fff;font-family:Georgia,serif;font-size:4em;text-align:center;border-bottom:6px #fff solid;box-shadow:0 11px 0 #1a3260}.logo-inner{margin:0 auto;letter-spacing:4px}