Last active
June 3, 2017 22:14
-
-
Save danielvlopes/ae2e7bc8f8ad5198ce8451c3d50d34a7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style> | |
h1 { | |
font-size: 30px; | |
border-bottom: 1px solid #CCCCCC; | |
} | |
</style> | |
<ul> | |
<li><input type="checkbox"/><a href="show.html">Workshop Todo List</a></li> | |
<li><input type="checkbox"/><a href="show.html">Make the curriculum 4 pomodoros</a></li> | |
<li><input type="checkbox"/><a href="show.html">Buy workshop supplies 3 pomodoros</a></li> | |
<li><input type="checkbox"/><a href="show.html">Meet with the volunteer trainers 2 pomodoros</a></li> | |
<li><input type="checkbox"/><a href="show.html">Order food for Saturday and Sunday 1 pomodoro</a></li> | |
<li><input type="checkbox"/><a href="show.html">Check pre-work assignments 2 pomodoros</a></li> | |
<li><input type="checkbox"/><a href="show.html">Send workshop location to all the students 1 pomodoro</a></li> | |
<li><input type="checkbox"/><a href="show.html">Have a great workshop 0 pomodoros</a></li> | |
</ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment