Files
mad/background.html
T
2015-03-31 00:38:53 -04:00

86 lines
2.7 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="text-center content">
<h1>MAD: <small>Mindful Anti Distraction</small></h1>
</div>
<div class="row content">
<h1 class="text-center">Do something more rewarding instead!</h1>
<br>
<div id="alternate" class="row text-center">
<div class="col-md-2 col-md-offset-2 col-sm-6">
<a href="https://keep.google.com/">
<img src="img/gkeep.jpg" class="img-rounded">
</a>
<h3>To-Do List</h3>
</div>
<div class="col-md-2 col-sm-6">
<a href="https://www.khanacademy.org/">
<img src="img/khanacad.jpg" class="img-circle">
</a>
<h3>Learn</h3>
</div>
<div class="col-md-2 col-sm-6">
<a href="https://www.duolingo.com/">
<img src="img/duolingo.jpg" class="img-circle">
</a>
<h3>Language</h3>
</div>
<div class="col-md-2 col-sm-6">
<a href="http://www.codecademy.com/">
<img src="img/codeacad.jpg" class="img-circle">
</a>
<h3>Code</h3>
</div>
</div>
</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 class="row content">
<div class="col-md-8 col-md-offset-2 text-center">
<p>Read and <strong>type the text below</strong> if you <strong>REALLY HAVE</strong> to go to your site:</p>
<div class="jumbotron-cust">
<blockquote>
<p id="target"></p>
</blockquote>
</div>
</div>
</div>
<div class="text-center">
<div class="content-a">
<div class="form-inline">
<div class="form-group">
<label for="input-a">Retype</label>
<input type="text" id="input-a" class="custwidth form-control"></input>
</div>
</div>
</div>
<input id="submit1" class="btn btn-primary" type="submit" value="Verify">
<a id="submit2" class="btn btn-success" href="#" disabled="enabled">Enter Site</a>
<br><strong id="message"></strong>
</div>
</div>
</body>
</html>