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 | |
| parent | 4e12d4cd41b35a8c1543a9b897ebd0da479a5ccc (diff) | |
| download | vortrag-knn-44434149a061e03c94248ecc2a70a445fa0cdcd3.tar.gz vortrag-knn-44434149a061e03c94248ecc2a70a445fa0cdcd3.zip | |
add mathjax as submodule
| -rw-r--r-- | .gitmodules | 6 | ||||
| m--------- | dep/mathjax | 0 | ||||
| -rw-r--r-- | index.html | 21 |
3 files changed, 11 insertions, 16 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..176c2c9 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "MathJax"] + path = dep/mathjax + url = https://github.com/mathjax/MathJax +[submodule "dep/mathjax"] + path = dep/mathjax + url = https://github.com/mathjax/MathJax diff --git a/dep/mathjax b/dep/mathjax new file mode 160000 +Subproject d4ab1b35c96dd964eaa9e1ed2c86e39fffbdacf @@ -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> |
