Skip to content

Instantly share code, notes, and snippets.

@danielvlopes
Last active June 3, 2017 22:14
Show Gist options
  • Save danielvlopes/ae2e7bc8f8ad5198ce8451c3d50d34a7 to your computer and use it in GitHub Desktop.
Save danielvlopes/ae2e7bc8f8ad5198ce8451c3d50d34a7 to your computer and use it in GitHub Desktop.
<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