Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b301406

Browse files
committed
Add accessibility on intro
1 parent d29f898 commit b301406

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
In this module you will learn HTML and CSS. HTML is the language in which you define the structure of the content of your pages (e.g. headings, paragraphs, links and images). CSS is used to write down how everything should look (e.g. font sizes, colors and positions). While learning the basics of these two languages, you will also get familiar with text editors and the developer tools of your browser.
66

7-
We will focus on _responsive_ web development: you will learn how to make your website adapt to the size of the screen, using the _mobile first_ approach. Last but not least we will spend time practicing some soft skills that are important for becoming a good developer. These include: giving feedback to your colleagues, presenting and explaining your work, and finding documentation on the web.
8-
7+
We will focus on _responsive_ web development : you will learn how to make your website adapt to the size of the screen, using the _mobile first_ approach. As well as the _accessibility_ part of it, by adpoting ARIA (Accessible Rich Internet Applications) as part of our dicipline. ARIA defines ways to make Web content and Web applications (especially those developed with Ajax and JavaScript) more accessible to people with disabilities. Last but not least we will spend time practicing some soft skills that are important for becoming a good developer. These include: giving feedback to your colleagues, presenting and explaining your work, and finding documentation on the web.
98

109
So since this is your first module, what can you expect the next three weeks?
1110

@@ -22,10 +21,10 @@ Please get yourself familiar with this repository by navigating your way through
2221
## Learning goals for this module:
2322
* Basic understanding of HTML and CSS
2423
* Know how to organize your files
25-
* Know your way around your text editor
24+
* Know your way around your text editor
2625
* Feel comfortable working with the inspector
2726
* Properly indent your code
28-
* Properly naming classes, id's
27+
* Properly naming classes, id's
2928
* Responsive, _mobile first_ development
3029
* Know good and bad practices when it comes to HTML
3130
* Get an understanding of where to find information on the web

0 commit comments

Comments
 (0)