✦ Fab Academy 2026!
Fab Academy is finally here! My first week was all about getting used to the workflow and meeting my local mentors. I also dove into GitLab and its principal commands, which will be essential for building this website, starting from its basic HTML structure before moving on to CSS and JavaScript.
Building my Website!
It's time to bring this website to life.
01. GitLab Login
I signed into my GitLab account, went to the "Code" tab, and copied the "Clone with HTTPS" link."
02. Repository Cloning
Using Visual Studio Code, I opened my local project folder. Then, in a new terminal, I used the git clone command and pasted the copied link.
03. Website Structure
Inside my local repository, my files are organized like this:
04. Git Commands
Once inside the directory, I updated my "About me" section. To apply this changes, I ran the git add . , git commit -m "Aboutme" and git push commands.
05. Publishing to GitLab
Finally, to make the website public on GitLab, I executed the following commands: