Principles and Practices

Here the are my very first html commands. My own Fab Academy website.
I have written the code with Brackets software.
The web page isn't complete yet, but i’m going to finish it during this course..

I’m started from a parallax scrolling websites template.
It isn’t been a good idea, because I’m a beginner and this kind of html code it’s very complex.
Fortunately i found this very cool and useful tutorials -->[http://www.w3schools.com]

### Learning GIT.

During the first week we learned how to use Git to share our works.
Here below a list of usefull commands (terminal) to "push" our work!

- ls //to see in which folder you are
- cd ... // to change directory
- git pull //to update your local repository
- git add . // to add all yout files
- git commit -m "comment"
- git push.

During this week I also checked the [tutorials] on the FabAcademy archive.
Is’s been very useful to understand how GIT really works, and to review the concepts learned during the local Guru's lesson.




The last assignment was to plan a first sketch of our [final project].