From 379537f200b980666d12e12eea8372babda104e9 Mon Sep 17 00:00:00 2001 From: Jens True Date: Sun, 10 Apr 2022 22:50:29 +0200 Subject: [PATCH] Loop calculator --- content/post/endless-loop/index.md | 30 +++++++++ layouts/shortcodes/loop_calc.html | 97 ++++++++++++++++++++++++++++++ 2 files changed, 127 insertions(+) create mode 100644 content/post/endless-loop/index.md create mode 100644 layouts/shortcodes/loop_calc.html diff --git a/content/post/endless-loop/index.md b/content/post/endless-loop/index.md new file mode 100644 index 0000000..211d600 --- /dev/null +++ b/content/post/endless-loop/index.md @@ -0,0 +1,30 @@ +--- +# Documentation: https://wowchemy.com/docs/managing-content/ + +title: "Endless Loop" +subtitle: "" +summary: "" +authors: [] +tags: [] +categories: [] +date: 2022-04-10T22:42:25+02:00 +lastmod: 2022-04-10T22:42:25+02:00 +featured: false +draft: true + +# Featured image +# To use, add an image named `featured.jpg/png` to your page's folder. +# Focal points: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight. +image: + caption: "" + focal_point: "" + preview_only: false + +# Projects (optional). +# Associate this post with one or more of your projects. +# Simply enter your project's folder or file name without extension. +# E.g. `projects = ["internal-project"]` references `content/project/deep-learning/index.md`. +# Otherwise, set `projects = []`. +projects: [] +--- +{{< loop_calc >}} \ No newline at end of file diff --git a/layouts/shortcodes/loop_calc.html b/layouts/shortcodes/loop_calc.html new file mode 100644 index 0000000..37de034 --- /dev/null +++ b/layouts/shortcodes/loop_calc.html @@ -0,0 +1,97 @@ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Loop Diameter Inches +
Line Size + + + Diameter of line +
Loop size OD of loop double braid
Line Length Total rope needed
Mark From center mark
Extended Length Tip to tip
+
\ No newline at end of file