source code for html website at https://zachdecook.com
| -rw-r--r-- | posts/common.css | 17 | ||||
| -rw-r--r-- | posts/common.md | 13 | ||||
| -rwxr-xr-x | posts/script.sh | 13 | ||||
| -rw-r--r-- | posts/tightchange.md | 17 |
4 files changed, 39 insertions, 21 deletions
diff --git a/posts/common.css b/posts/common.css index 9fedeb4..e76738a 100644 --- a/posts/common.css +++ b/posts/common.css @@ -25,4 +25,19 @@ img { width: 100%; max-width: 500px; -}
\ No newline at end of file +} + +/* From mvp.css */ +a b, +a em, +a i, +a strong, +button { + display: inline-block; + font-size: medium; + font-weight: bold; + margin: 1.5rem 0 0.5rem 0; + padding: 1rem 2rem; + /* added */ + background-color: #2ddda0; +} diff --git a/posts/common.md b/posts/common.md index 8b4811b..04010af 100644 --- a/posts/common.md +++ b/posts/common.md @@ -1,9 +1,6 @@ ---- -header-includes: - <meta name="theme-color" content="#A2DFCA"> - <link rel="stylesheet" type="text/css" href="../common.css?1"/> - <link rel="stylesheet" type="text/css" href="https://zachdecook.com/shared/w3css/4/w3.css"/> -include-before: - "[◀ Back](../../){.btn-lg .btn-back .w3-btn}" ---- +<meta charset="utf-8"> +<meta name="theme-color" content="#A2DFCA"> +<link rel="stylesheet" type="text/css" href="../common.css?1"/> +<link rel="stylesheet" type="text/css" href="https://zachdecook.com/shared/w3css/4/w3.css"/> +[**◀ Back**](../../) diff --git a/posts/script.sh b/posts/script.sh index c150775..5482e2c 100755 --- a/posts/script.sh +++ b/posts/script.sh @@ -1,7 +1,10 @@ -#!/bin/bash +#!/bin/sh #Create blog -mkdir -p tabs ststech rms -pandoc common.md tabs.md -t html5 -s > tabs/index.html -pandoc common.md ststech.md -t html5 -s > ststech/index.html -pandoc common.md tightchange.md -t html5 -s > tightchange/index.html +mkdir -p tabs ststech rms verovio fonts +#pandoc common.md tabs.md -t html5 -s > tabs/index.html +#pandoc common.md ststech.md -t html5 -s > ststech/index.html +#pandoc common.md tightchange.md -t html5 -s > tightchange/index.html +cat common.md tightchange.md | python3 -m markdown -o html5 > tightchange/index.html python3 -m markdown -o html5 < rms.md > rms/index.html +python3 -m markdown -o html5 < verovio.md > verovio/index.html +python3 -m markdown -o html5 < fonts.md > fonts/index.html diff --git a/posts/tightchange.md b/posts/tightchange.md index 96c9322..5c5a451 100644 --- a/posts/tightchange.md +++ b/posts/tightchange.md @@ -1,10 +1,7 @@ ---- -title: Tight Change -- A 3D printed coin holder -date: 2019-07-03 -publishedat: <https://www.thingiverse.com/thing:3728504> -modified: 2019-07-03 -author: Zach DeCook ---- +<meta name="author" content="Zach DeCook"> +<meta name="dcterms.date" content="2019-07-03"> + +# Tight Change -- A 3D printed coin holder   @@ -33,3 +30,9 @@ Since there is redundancy, you can even make change from your existing coins: tr * [Download SCAD](tight.scad) * [Download STL](tight.stl) + +Video of inserting the bobby pin into it. + +<video> +<source src="https://cloud.zachdecook.com/s/GFxMaenxjXfnNk7/download" type="video/mp4"> +</video> |