Skip to content

Instantly share code, notes, and snippets.

View richhauck's full-sized avatar

Rich Hauck richhauck

View GitHub Profile
@richhauck
richhauck / tabs.html
Last active November 9, 2021 05:11
Simple HTML tabs
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Simple Tabs</title>
<style>
.tab-links{
margin: 0;
@richhauck
richhauck / accordion.html
Created November 9, 2021 03:33
Simple accordion using a definition list
<!DOCTYPE html>
<html>
<head>
<title>Accordion</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.accordion dt {
background-color: #eee;
color: #444;
cursor: pointer;
@richhauck
richhauck / .block
Last active February 18, 2020 14:34 — forked from mbostock/.block
Merging States
license: gpl-3.0

Keybase proof

I hereby claim:

  • I am richhauck on github.
  • I am richhauck (https://keybase.io/richhauck) on keybase.
  • I have a public key whose fingerprint is A294 51A8 3EC7 3BC1 A13C 4396 0EF1 5E8F 110D D4DC

To claim this, I am signing this object:

@richhauck
richhauck / bars.svg
Created December 10, 2017 21:25
SVG Image Replacement
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.