- FINISH CSS THEMES (Already half done)
- themes/light.less should approximately like the photo in mock-images/light.png
 - themes/dark.less should look approximately like the photo in mock-images/dark.png
 - themes/ncaa.less should look approximately like the photo in mock-images/ncaa.png

- themes/light.less should approximately like the photo in mock-images/light.png
- CREATE THE WINNER MATCH BLOCK AND SET THE WINNER POSITION
- The test harness lets you toggle between three diffrent bracket sizes.
full,half, andquarter. The bracket should be centered in its container for each of these sizes. - The
fullsize should have the winner match in the center bottom. Thehalfandquartersizes should have the winner match vertically centered to the right of the bracket
- The test harness lets you toggle between three diffrent bracket sizes.
- DRAW DASHED LINES BETWEEN MATCHES
- Dashed or solid lines should be drawn between the matches like the mockup images show. It's ok for the lines to be in the same place for all themes, and just have the visual styles change. Using Javascript to draw the lines is OK as long as resizing the bracket does not break the rendering.
- FIX VERTICAL POSITIONING OF MATCHES
- Each match (except for the final match) should be located exactly vertically between its parent matches. Right now the positioning is a bit off.
The entire bracket should magnify smoothly (as the prototype does now)
Complete the LESS and Javascript necessary to implement a sports bracket.
- The Javascript and HTML should be the same across all themes
- The three themes should be implemented using the LESS files in themes/
- The way to invoke a theme shall be an outer class wrapper on the whole widget. The test harness in index.html does this for you.
- This should largely be a CSS exercise: please do not change the structure or annotations on the HTML, which we are using to connect this bracket to a Newspaper's back-end database
- To build the less, run
lessc bracket.less > bracket.css
Test instructions:
- Load index.html in the browser