In this week I learned about the principles of project management and about creating my own website, that will be used for document my progress every week. This assignment is going to be useful for me, helping to remember how some tools work, manage all the information and assignments that we create and (most important) how we manage to solve and fix some problems through the way of the FabAcademy.As we manage our website on Html Language .
HTML is a markup language that is used for the development of Internet pages. This is
the acronym that corresponds to HyperText Markup Language, it is used to indicate how
the content of a web page is sorted. This is done through hypertext marks which are
tags.
To create web pages there are many free access templates on the internet, which allow
the developer to create attractive pages.
HTML5UP-->Templetes
w3schools-->Tutorial
GIT is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Also exist other platforms like GITHUB and GITLAB that improves GIT repositories streamlined web development workflows. Git is easy to learn and has a tiny footprint with lightning fast performance. It outclasses SCM tools like Subversion, CVS, Perforce, and ClearCase with features like cheap local branching, convenient staging areas, and multiple workflows.
Work through a Git tutorial and build a personal site in the class archive describing you and your final project.
Following are steps for Window users:
After succesfull downloading, follow the below steps for installation.
Fig:Screen shot showing the process of installing the Git.
As installed Git on my computer, then I made a folder on my computer, where I am going to clone the repository.
Then I uploaded some files using these commands in the GitBash terminal:
git status git add . git commit -m "test 1" git push
When I started this assignment I had no idea what to include on my main page, so I started with something simple. As also I had not enough knowledge of building website so I watch youtube and take help of my instructors.