Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

strdr4605/tum-web-lab1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Lab 1

Fork this repo

  • Create a fork of this repo in your GitHub profile
  • Clone your forked repo on the local machine

Create your Resume page

Create an HTML page representing your CV/Resume that you will send to your desired opened job position.

The page should have multiple sections:

  • Basic information such as Name, Surname, contact details,
  • A personal or professional description of 2-3 sentences, for example: "I enjoy drawing..., I aspire to become a specialized front-end programmer..."
  • Education (School, College)
    • For each point in education, add information about a favorite course or a pleasant memory.
  • Projects that you worked on.
    • Link to the projects, and technologies used.
  • (Any other section you believe is necessary)

Use HTML tags that you think are relevant.

Use this template as your first Pull Request "Add basic index.html".

<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Your Name - CV/Resume</title>
  </head>

  <body></body>
</html>

Each section should be added to the page in a separate Pull Request.

The lab should be done in class.

Bonus

  • Use GitHub issues to track tasks that you are doing on this project.

Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published