diff options
author | Your Name <you@example.com> | 2019-06-17 21:09:12 +0200 |
---|---|---|
committer | Your Name <you@example.com> | 2019-06-17 21:09:12 +0200 |
commit | 537338ab2a5cc96091720465b8fb40d75ecefd00 (patch) | |
tree | d781aeb00530d58bfd715d1b69f99d7a824cb6a2 /knot | |
parent | b820bd78cadb5af9fde4ea1e0ff7a99564e2cd46 (diff) | |
download | hacklab.brussels-537338ab2a5cc96091720465b8fb40d75ecefd00.tar.gz |
using hugo for site-generator now
Diffstat (limited to 'knot')
-rw-r--r-- | knot/index.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/knot/index.html b/knot/index.html new file mode 100644 index 0000000..2d01ae6 --- /dev/null +++ b/knot/index.html @@ -0,0 +1,23 @@ +<html lang="en" dir="ltr"> + <head> + <meta charset="utf-8"> + <link rel="stylesheet" href="hacklabxl.css"> + <title>hcklabxl : knot</title> + </head> + <body> + + <h1>hcklabxl : knot</h1> + + <p><img src="/knot_ashley.png" alt="a picture from ashley's book of knots" /></p> + +<p>a vessel traveling at 1 knot along a meridian travels approximately one minute of geographic latitude in one hour.</p> + +<p><img src="/knot_ashley2.png" alt="a picture from ashley's book of knots" /></p> + +<p>‘ashley book of knots’ describes about 4000 knots, from simple hitches to “Marlinspike Seamanship”.</p> + +<p><img src="/knot_bowline.png" alt="a picture of a bowline knot" /></p> + + + </body> +</html> |