Skip to content

Instantly share code, notes, and snippets.

View wayneqs's full-sized avatar

Wayne Quinlivan wayneqs

View GitHub Profile

Keybase proof

I hereby claim:

  • I am wayneqs on github.
  • I am wayneqs (https://keybase.io/wayneqs) on keybase.
  • I have a public key whose fingerprint is 60F5 18EC 7F5E 83A1 3E35 D9EB FF5B F612 C4B8 DB1F

To claim this, I am signing this object:

@wayneqs
wayneqs / gist:4836e3a82ace2696df593fb716b88330
Created July 26, 2019 21:50
Card with Embedded Table and Action Button
<div class="card">
<div class="card-header">
<div class="d-flex justify-content-between align-items-center">
<div class="">Featured</div>
<div><button type="button" class="btn btn-primary btn-sm">ADD TITLE</button></div>
</div>
</div>
<div class="">
<table class="table">
#!/bin/bash
# Script for installing tmux on systems where you don't have root access.
# tmux will be installed in $HOME/local/bin.
# It's assumed that wget and a C/C++ compiler are installed.
# exit on error
set -e
TMUX_VERSION=1.8