@@ -4,8 +4,24 @@ import { Command } from '../types';
44const links = [
55 { url : 'https://kursjs.pl' , category : 'js' } ,
66 { url : 'https://javascript.info' , category : 'js' } ,
7- { url : 'https://reactjs.org/docs ' , category : 'react ' } ,
7+ { url : 'https://javascript30.com/ ' , category : 'js ' } ,
88 { url : 'https://developer.mozilla.org/en-US/docs/Learn/JavaScript' , category : 'js' } ,
9+ { url : 'https://reactjs.org/docs' , category : 'react' } ,
10+ { url : 'https://tutorials.comandeer.pl/html5-blog.html' , category : 'html' } ,
11+ { url : 'https://blog.comandeer.pl/o-naglowkach-slow-kilka.html' , category : 'html' } ,
12+ { url : 'https://blog.comandeer.pl/o-ikonkach-slow-kilka.html' , category : 'html' } ,
13+ { url : 'https://blog.comandeer.pl/o-semantyce-slow-kilka.html' , category : 'html' } ,
14+ { url : 'https://www.smashingmagazine.com/guides/css-layout/' , category : 'css' } ,
15+ { url : 'https://css-tricks.com/' , category : 'css' } ,
16+ { url : 'https://en.bem.info/methodology/quick-start/' , category : 'css' } ,
17+ { url : 'https://blog.comandeer.pl/bem-jako-architektura.html' , category : 'css' } ,
18+ { url : 'https://ishadeed.com/articles/' , category : 'a11y' } ,
19+ { url : 'https://frontlive.pl/kategorie/dostepnosc' , category : 'a11y' } ,
20+ { url : 'https://www.a11yproject.com/' , category : 'a11y' } ,
21+ { url : 'https://blog.comandeer.pl/a11y/' , category : 'a11y' } ,
22+ { url : 'https://www.smashingmagazine.com/guides/accessibility/' , category : 'a11y' } ,
23+ { url : 'https://www.scottohara.me/writing/' , category : 'a11y' } ,
24+ { url : 'https://webaim.org/' , category : 'a11y' } ,
925 { url : 'https://developer.mozilla.org/en-US/docs/Learn' } ,
1026 { url : 'https://typeofweb.com' } ,
1127 { url : 'https://frontlive.pl' } ,
0 commit comments