Browse Source

Update 'project/windows/README.md'

Pierre-Yves Barriat 7 years ago
parent
commit
d107e045bf
1 changed files with 3 additions and 1 deletions
  1. 3 1
      project/windows/README.md

+ 3 - 1
project/windows/README.md

@@ -1,7 +1,9 @@
 # Git tutorial - session
 We are going to do some exercises in this dummy project.
 
-It is very simple, only consists in a couple of files written in bash and you will have to write some functions there. In the end the idea is to enhance the functionality of the script with functions to say 'Hello' in different languages:
+It is very simple, only consists in a HTML file and a CSS file and you will have to write some style definitions there. In the end the idea is to enhance the functionality of the script with functions to say 'Hello' in different languages:
+
+[CSS Colors](https://www.w3schools.com/cssref/css_colors.asp)
 
 In this tutorial you will learn how to make commits in the Git project, to create several branches, to push things to Gogs, and to follow a standard procedure to develop collaboratively. Afterwards, you should apply the same methods to any other collaborative development inside the ELIC department. The objectives will be achieved gradually following these topics: