This week I had the assignment of build my own personal site in the class archive describing me and my final project.
For me it was difficult because I'm not used to modify HTML code to create WEB's, I usually use Joomla or Wordpress to create my own WEB's but not this time. This time I used a free template that I downloaded from Internet, I removed everything that was not useful leaving only the structure.
This is the template I download:
For editing the page, I used "Notepad++" and "Dreamweaver", Dreamweaver gave me the opportunity to see the page when modifying the code and NotePad is very useful for searching and modifying the code.
Another very interesting program that allowed me to change the CCS of the page is "Firebug" with this program you can see which parts of the code affecting the styles of the page and locate them quickly.
Uploading With Mercurial
These are the steps to follow to upload the files to the repository:
Save the changes in my repository
FabAcademy2015/eu/students/diosdado_barroso.raul
Navigate (via terminal) to the academy 2015 folder
Check the status of the mercurial with: hg status
Here we have different options:
Something with ? before the name of your file
Something with ! before the name of your file
Something with A before the name of your file
Something with M before the name of your file
Something with R before the name of your file
You have to get only A, M or R letters before, and don´t have any ? and any !
If you have a ? this means that Mercurial have detected any change: You must type: hg add
If yoy have a ! this means that Mercurial have detected that you have deleted an archive and you have to tell that it is OK. You must type: hg remove the complete route and name of the archive
After doing that, I check again : hg status
Check if there is any change in the repository
Download the last version with:
hg pull
Note: If you have not configured the config file, you have to add the localization of the keys folder (If not, mercurial will ask you for a password):