Files
mad/background.html
T
2015-03-29 10:00:12 -04:00

80 lines
2.6 KiB
HTML

<!doctype html>
<html>
<head>
<title>MAD</title>
<script src="js/jquery.min.js"></script>
<script src="js/verify.js"></script>
<script src="js/fuzzyset.js"></script>
<script src="js/bootstrap.min.js"></script>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/main.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="row">
<div class="page-header text-center">
<h1>MAD - Mindfulness Anti Distraction</h1>
</div>
<div class="col-md-8 col-md-offset-2 text-center">
<p class="lead">Type the following if you REALLY HAVE to go to your site:</p>
<blockquote>
<p id="target"></p>
</blockquote>
<textarea id="input" class="form-control" rows="3"></textarea>
<p id="original"></p>
</div>
<div class="col-md-2"></div>
</div>
<div class="row text-center">
<input id="submit1" class="btn btn-primary" type="submit" value="Submit">
<a id="submit2" class="btn btn-success" href="#" disabled="enabled">Go Back</a>
<br><p id="percent"></p>
<br><strong></strong>
</div>
<div class="row">
<h1 class="text-center">Change the Habit</h1>
<br>
<div id="alternate" class="row text-center">
<div class="col-md-4 col-md-offset-2">
<a href="https://keep.google.com/">
<img src="img/gkeep.jpg" class="img-rounded">
</a>
<h3>Make/Look at your to-do list</h3>
</div>
<div class="col-md-4">
<a href="https://www.khanacademy.org/">
<img src="img/khanacad.jpg" class="img-circle">
</a>
<h3>Learn new mathematics and sciences</h3>
</div>
</div>
<div id="alternate2" class="row text-center">
<div class="col-md-4 col-md-offset-2">
<a href="https://www.duolingo.com/">
<img src="img/duolingo.jpg" class="img-circle">
</a>
<h3>Speak a new language, forever</h3>
</div>
<div class="col-md-4">
<a href="http://www.codecademy.com/">
<img src="img/codeacad.jpg" class="img-circle">
</a>
<h3>Learn how to code in a new language, forever</h3>
</div>
<!--
<br>
<a href="https://www.youtube.com/watch?v=KfnUicHDNM8">
<h3><span class="glyphicon glyphicon-facetime-video" aria-hidden="true"></span> Roy Baumeister</h3>
</a>
<a href="https://www.youtube.com/watch?v=HTfYv3IEOqM">
<h3><span class="glyphicon glyphicon-facetime-video" aria-hidden="true"></span> Daniel Golemann</h3>
</a>
-->
</div>
</div>
</body>
</html>