Git is a distributed version control system that allows multiple developers to work on the same project without interfering with each other. It tracks changes to a set of files in what is called a "repository" or "repo". In this way, I can revert to previous versions of my work and see the history of changes.
After installing Git, the first thing to do is to set up your username and email address. This is important because every Git commit uses this information, and it is written into every commit you make and cannot be changed:
$ git config --global user.name "Damon"
$ git config --global user.email "my email"
HTML, which stands for Hypertext Markup Language, is the standard markup language for creating web pages and web applications. It describes the structure of a web page semantically and is composed of a set of elements that represent different parts of a webpage, such as headings, paragraphs, links, images, and more.
HTML elements are represented by tags, which are enclosed in angle brackets, like
HTML allows developers to structure content and organize it in a way that browsers can understand and render appropriately for users. It also provides a means for incorporating other technologies such as CSS (Cascading Style Sheets) for styling and JavaScript for interactivity.
When we start the course, we need to fully document each week's assignments, including but not limited to text, images, and videos, in as much detail as possible. However, there is a total size limit for the images or videos each person can upload. If the images are too large or the video size exceeds the limit, it can cause the repository to crash and prevent the timely display of content on the web. Therefore, it's essential to consider image and video compression from the beginning of the project. I recommend using FreeCompress, a free tool that supports various file types, including images and videos, and provides excellent compression results
This week I worked on defining my final project idea and started to getting used to the documentation process.
Cats are animals that can bring warmth to people. I have always been paying attention to the stray cats in the neighborhood, and often bring some food to feed them. Additionally, I also have a cat of my own, and the companionship with it has filled me with sympathy for the plight of stray cats. At the same time, I have participated in activities related to stray cats with students, investigating and understanding the situation of stray cats in a park.
Sketch v1Draws the idea of cat nest on the draft book, and roughly indicates the material, structure, function and other parts