little man

This commit is contained in:
2013-02-12 08:43:15 -05:00
parent 55aec24710
commit eb6b08b233
24 changed files with 4215 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
h1 New workout
div#filters
h3 Filters
label Search
input#searchbox (type="text", placeholder="Type here....")
label Free Weights
input.filter(type="checkbox", checked=true, value="Free Weights")
label Bodyweight
input.filter(type="checkbox", checked=true, value="Bodyweight")
label Exercise Machines
input.filter(type="checkbox", checked=true, value='Exercise Machine')
label Kettlebells
input.filter(type="checkbox", checked=true, value='Kettlebells')
label Cardio
input.filter(type="checkbox", checked=true, value='Cardio')
div
object(data='/images/BlankBody.svg', id='BlankBodyFilter', type='image/svg+xml')
h3 Exercises (dynamically loaded from database)
ul#exerciselist
li Unpopulated