Create and publish a self-coded website, on which you present the text of the Universal Declaration of Human Rights (UDHR) in a structured way.
Individually, no group work
Runs for 9 weeks
Discussion of current state and feedback every week
Presentation on mid-term presentation May 25, 2023
Contents
Week 1 (until session 2 March 30, 2023)
- Take the unstructured text and make a new pen on Codepen.
- Structure the HTML in a meaningful way that corresponds to the content. Use these building blocks:
- Headings
<h1>
to <h3>
- Paragraph
<p>
- Don’t use CSS yet.
Week 2 (until session 3 April 6, 2023)
- Use semantic HTML5 Tags like
<header>
, <article>
, <section>
and <footer>
- Insert two images into your page
- Make a simple navigation to link to sections of the page
- Still, don’t use CSS yet.
Week 3 (until session 4 April 13, 2023)
- Set up your project in VSCode.
- Style your site using CSS. Visually structure the content and design the information hierarchy.
- Change the font, font size, font style, font color, background color, borders, bullet points, margins, and padding.