1. Project management


During this first week of the course, I was able to discover the notion of "versioning" and a tool for implementing it: "GIT".

using the terminal: a few Bash commands


To use the terminal, I had to learn a few basic commands:
- cd (to move through the various folders)
- nano" and "dir

versioning - HTML basics

I modified a few HTML tags to create a basic template.
During this week, I only modified the basic elements of the site (footers, headers and body text).
Later, I'll modify the CSS code to make my site's design more attractive. I've identified a few inspiring templates. In particular, I'll be taking inspiration from the following template: "https://retrina.com/demo/arshia/arshia-plus/webdesigner-dark.html".

The essential functions of GIT:

I've discovered the basic functions of GIT:
- Git status
- Git add
- Git commit
- Git push