I started by walking through Git
Git is a version control system that tracks changes to files and records these changes so you can roll
back to a specific version easily. Also, Git makes collaboration easier for multiple people to work
together and merge their work into one source.
Here is the git tutorial that I
follow.
So, I already know my way around coding a website. I just jumped right away. I used Bootstrap as it makes my website responsive and makes life easier.
I use VS Code as my editor to write and edit my code.
I start by making a navbar for my website and here is the code for it.
Also I get inspired by Saeed's Website He uses typewriter.js and particles.js so I add both to my website. Then I write my bio and then I put my student agreement in a Bootstrap Modal
Now I have to clone my repository from GitLab to my local Drive. So I have two options to use Git directly from the terminal or the GUI version of Git. So I decided to use SourceTree.
SourceTree is an easy to use GUI to interact with your Git repository.
Some pictures for the cloning process in action:
Then I check the pipeline and we are live ⌐■_■.