Due: Thursday April 16, 11pm.
Submission instructions: On Crowdgrader, please submit to this assignment. You need to login with your @ucsc.edu id.
To submit:
Your goal is to make a web page that looks like this:
(click on the page to view at full size). To do this, you must follow the following rules (you cannot just work any way you want).
We provide you starter code for the page. These resources require @ucsc.edu login to view.
First, unzip the hw_html_assigned.zip folder provided above in the apps folder of py4web. The py4web app is ready to be used, except for two things:
templates/index.html
and add your work below the comment. Do not erase the [[extend 'layout.hml']]
or the Bulma style file will not be loaded.static/
directory, in the appropriate place.To do the homework, you must use Bulma css. You need to build a page that consists of three <section class="section">
:
<div class="level">
to get things aligned; see the levels documentation.<div class="column">
to build the colums; see the columns documentation.<div class="tile">
; see the tiles documentation.You must do as described above; you should not use for instance tiles for the middle section.
In building the page, do not use any additional css; you can do the page relying entirely on Bulma with no additional css style file added or style=... commands. In building the page, here is what I used, in no particular order:
The resulting page, if you use Bulma, will be responsive, that is, if you squish it to a smaller size, it should adapt, with the columns sliding one under the other appropriately if the page becomes small.