diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-04-10 12:01:25 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-04-10 12:26:15 +0200 |
| commit | 44434149a061e03c94248ecc2a70a445fa0cdcd3 (patch) | |
| tree | 1b8e73396801dce38482d2a13aff22f15c1cea5d /index.html | |
| parent | 4e12d4cd41b35a8c1543a9b897ebd0da479a5ccc (diff) | |
| download | vortrag-knn-44434149a061e03c94248ecc2a70a445fa0cdcd3.tar.gz vortrag-knn-44434149a061e03c94248ecc2a70a445fa0cdcd3.zip | |
add mathjax as submodule
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 21 |
1 files changed, 5 insertions, 16 deletions
@@ -303,23 +303,12 @@ </script> </div> - <div class="step slide" data-x="2000" data-y="1000"> - <div> - <h3>Gewichte und Fehler</h3> - </div> - - <div class="visContainer"></div> + <div class="step slide" data-x="12000" data-y="0" data-z="5000"> + <h3>Fazit</h3> + </div> - <script type="text/javascript"> - new VisIntegrater(function(c) { - weightsWrapper.afterLoad(function() { - weightsWrapper.openIn(c, true); - weightsWrapper.animate(10, 10); - }); - }, function(c) { - weightsWrapper.remove(c); - }, ".visContainer"); - </script> + <div class="step slide" data-x="0" data-y="0" data-z="0" data-rotate-x="90"> + <h1 class="emoji">:blush:</h1> </div> </div> </body> |
