Skip to content

Commit 4469d29

Browse files
olafsulichMichał Miszczyszyn
andauthored
Add links for skierowanie (#58)
* Add links for skierowanie * Update skierowanie links message mock * Update skierowanie accessibility category name * Update skierowanie.spec.ts Co-authored-by: Michał Miszczyszyn <mmiszy@users.noreply.github.com>
1 parent d2f45d6 commit 4469d29

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

src/commands/skierowanie.ts

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,24 @@ import { Command } from '../types';
44
const 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

Comments
 (0)