Task 1: HTML structure
Create html document with the standard HTML-structure (<html>, <head>, <body> etc.).
Set up a basic structure that includes a header-element to contain a menu with links to
relevant pages and a picture of you.
Further, the page should include a section that present projects that you have been part of
in a list, and/or similar sections with work experience, and courses and educational
institutions attended.
One section presenting one of the examples above is sufficient. You may use the template
to structure your HTML file:
Task 2: CSS
Create css file and link to it in your HTML-document.
Add styles to the different components of the page, so that its design resembles
(something like) the layout illustrated in the figure in task 1.
Task 3: Responsive design
Make sure that your design automatically fits all screen sizes.
For instance, the number of projects displayed horizontally should automatically adjust to
the width of the screen.
This can be tested in most desktop browsers.