Create a short “about me” page
Introduce the attendee to the basics of html in this part of the exercise. At the end there should be a page similar to the introduction.html file in the material section.
Some items that are required for following exercises:
* Lists (at least 2, for enumarators and models later)
* Something with a date (for dynamic content)
- Name in H1
- Soe text in p
- Add image of participant to the page
- Add a few list to the page (intrests, hobbies, known programming languages)
- Indicate the page looks a bit bland. Introduce the concept of styling.
Use some simple (inline) css to color some text or someting
Add bootstrap…
Maybe a quick show/hide function for part of the site
Rails c + move the file created into the public folder
Create a page controller with a action per view
- Show how dynamic content works both in the controller, view, and IRB
- extra view (copy from old page)
- create route
- indicate duplication
- Remove duplication with layout
- make third page?