summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--index.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/index.html b/index.html
index f2a1f26..3a3c811 100644
--- a/index.html
+++ b/index.html
@@ -47,17 +47,6 @@
<div class="container">
<div class="row">
<div class="col-md-6">
- <h1>Time wasting</h1><br />
-
- <div class="time-wasting-clock"></div>
- <br />
-
- <a id="timeWastingClockGo" class="btn btn-primary btn-lg
- btn-block">Start <u>t</u>imer</a>
- <a id="timeWastingClockReset" class="btn btn-default btn-lg
- btn-block">Re<u>s</u>et timer (end of class)</a>
- </div>
- <div class="col-md-6">
<h1>Activity time</h1><br />
<div class="activity-countdown"></div>
@@ -83,6 +72,17 @@
to countdown.
</p>
</div>
+ <div class="col-md-6">
+ <h1>Time wasting</h1><br />
+
+ <div class="time-wasting-clock"></div>
+ <br />
+
+ <a id="timeWastingClockGo" class="btn btn-primary btn-lg
+ btn-block">Start <u>t</u>imer</a>
+ <a id="timeWastingClockReset" class="btn btn-default btn-lg
+ btn-block">Re<u>s</u>et timer (end of class)</a>
+ </div>
</div>
</div> <!-- /container -->