Due: Tuesday October 4, 8pm
To submit, proceed as follows.
Get this starter code. The code corresponds to branch hw1
of our start application. You need to modify the views/defaults/index.html
page so that the page is rendered similar to this drawing:
Note that controllers/default.py
has a function index()
that already generates a dictionary with the content of the title, the number to be shown in the rounded-corner rectangle, and the two paragraphs. All you need to do is modify views/defaults/index.html and perhaps some CSS files so that the page rendered is similar to the above drawing. Don't obsess about the rounded corners of the div (you can use compass to do it), first get the rest looking right.
Have a look at the Hw1 rubric for more information on how the homework will be graded.
Grading instructions will be posted here shortly.