summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules6
m---------dep/mathjax0
-rw-r--r--index.html21
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
diff --git a/index.html b/index.html
index eded37b..82c4966 100644
--- a/index.html
+++ b/index.html
@@ -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>