diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2020-02-13 11:11:36 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2020-02-13 11:11:36 +0100 |
commit | 195949f9faf826bf48827eee1ea1c10f8fa35434 (patch) | |
tree | c1042fc2d5153090502eac2376bafdf436c783dc /doc/index.html | |
parent | b252c5f28dac19a6667fc23103211c4a5d9a4390 (diff) | |
download | lulua-195949f9faf826bf48827eee1ea1c10f8fa35434.tar.gz lulua-195949f9faf826bf48827eee1ea1c10f8fa35434.tar.bz2 lulua-195949f9faf826bf48827eee1ea1c10f8fa35434.zip |
doc: Add section acknowledgements
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/index.html b/doc/index.html index 320c6cc..5de59f3 100644 --- a/doc/index.html +++ b/doc/index.html @@ -174,6 +174,7 @@ include(`ar-lulua-fingerhand.html') </div> </figure> +</section> <section class="layoutgallery"> <div class="pure-g flexreverse"> @@ -380,7 +381,21 @@ </div> </section> +<section> +<div class="pure-g flexreverse"> + <div class="pure-u-1 pure-u-md-1-2"> + </div> + <div class="pure-u-1 pure-u-md-1-2" lang="en"> + <div class="lbox"> + <h2>Acknowledgements</h2> + <p>This work would not have been possible without Martin Krzywinski’s + work on <a + href="http://mkweb.bcgsc.ca/carpalx/?typing_effort">carpalx</a>.</p> + </div> + </div> +</div> +</section> </div> <script> |