From 106e0ade89f033e8c92f1d8fc992f3fefcee3008 Mon Sep 17 00:00:00 2001 From: Jens True Date: Mon, 11 Apr 2022 13:41:16 +0000 Subject: [PATCH] Loop calculator improved --- content/post/endless-loop/index.md | 23 +++--- layouts/shortcodes/loop_calc.html | 97 ------------------------- layouts/shortcodes/slice/calc_loop.html | 57 +++++++++++++++ 3 files changed, 66 insertions(+), 111 deletions(-) delete mode 100644 layouts/shortcodes/loop_calc.html create mode 100644 layouts/shortcodes/slice/calc_loop.html diff --git a/content/post/endless-loop/index.md b/content/post/endless-loop/index.md index 211d600..95bcd00 100644 --- a/content/post/endless-loop/index.md +++ b/content/post/endless-loop/index.md @@ -1,30 +1,25 @@ --- -# Documentation: https://wowchemy.com/docs/managing-content/ - title: "Endless Loop" -subtitle: "" -summary: "" +subtitle: "Calculate the lengths for an endless Dyneema loop" +summary: "Calculate the lengths for an endless Dyneema loop" authors: [] tags: [] categories: [] date: 2022-04-10T22:42:25+02:00 lastmod: 2022-04-10T22:42:25+02:00 featured: false -draft: true +draft: false + -# 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 +# Calculator + +All measurements are in Centimeters. + +{{< splice/calc_loop >}} \ No newline at end of file diff --git a/layouts/shortcodes/loop_calc.html b/layouts/shortcodes/loop_calc.html deleted file mode 100644 index 37de034..0000000 --- a/layouts/shortcodes/loop_calc.html +++ /dev/null @@ -1,97 +0,0 @@ - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
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 diff --git a/layouts/shortcodes/slice/calc_loop.html b/layouts/shortcodes/slice/calc_loop.html new file mode 100644 index 0000000..dbf872d --- /dev/null +++ b/layouts/shortcodes/slice/calc_loop.html @@ -0,0 +1,57 @@ + +
+
+ + + + + +
+
+
+ + + + + + + + + + + +
+
\ No newline at end of file