From 23bb1e18becda9e92474aeae43373999f182974d Mon Sep 17 00:00:00 2001 From: Archit Sharma <74408634+iArchitSharma@users.noreply.github.com> Date: Fri, 4 Feb 2022 02:54:43 +0700 Subject: [PATCH 1/4] Added resources for Styled jsx (#1098) * Added resources for Styled jsx * Update content/roadmaps/100-frontend/content/112-modern-css/102-styled-jsx.md * Update content/roadmaps/100-frontend/content/112-modern-css/102-styled-jsx.md Co-authored-by: Kamran Ahmed --- .../content/112-modern-css/102-styled-jsx.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/100-frontend/content/112-modern-css/102-styled-jsx.md b/content/roadmaps/100-frontend/content/112-modern-css/102-styled-jsx.md index 452a3193f..081d031c9 100644 --- a/content/roadmaps/100-frontend/content/112-modern-css/102-styled-jsx.md +++ b/content/roadmaps/100-frontend/content/112-modern-css/102-styled-jsx.md @@ -1 +1,8 @@ -# Styled jsx \ No newline at end of file +# Styled JSX + +Styled JSX is a CSS-in-JS library that allows you to write encapsulated and scoped CSS to style your components. The styles you introduce for one component won't affect other components, allowing you to add, change and delete styles without worrying about unintended side effects. + +Free Content + +Getting started +Styled JSX in Next.js: Master Next.js From ff212753f60a4eae62629d0fd3141db6da960f4f Mon Sep 17 00:00:00 2001 From: marinerbob <82499055+marinerbob@users.noreply.github.com> Date: Thu, 3 Feb 2022 23:55:42 +0400 Subject: [PATCH 2/4] Update 102-css topic (#1096) --- content/roadmaps/100-frontend/content/102-css/readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/roadmaps/100-frontend/content/102-css/readme.md b/content/roadmaps/100-frontend/content/102-css/readme.md index 57cc064f2..8773e9984 100644 --- a/content/roadmaps/100-frontend/content/102-css/readme.md +++ b/content/roadmaps/100-frontend/content/102-css/readme.md @@ -4,6 +4,7 @@ CSS or Cascading Style Sheets is the language used to style the frontend of any Free Content W3Schools — Learn CSS +Web.dev by Google — Learn CSS freeCodeCamp — Responsive Web Design Learn to Code HTML & CSS CSS Crash Course For Absolute Beginners From 8d25145db6848239ee758a0f69f4766dae595299 Mon Sep 17 00:00:00 2001 From: marinerbob <82499055+marinerbob@users.noreply.github.com> Date: Thu, 3 Feb 2022 23:55:50 +0400 Subject: [PATCH 3/4] Update 117-progressive-web-apps topic (#1097) --- .../100-frontend/content/117-progressive-web-apps/readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/roadmaps/100-frontend/content/117-progressive-web-apps/readme.md b/content/roadmaps/100-frontend/content/117-progressive-web-apps/readme.md index fb128cd3c..765c0cf4f 100644 --- a/content/roadmaps/100-frontend/content/117-progressive-web-apps/readme.md +++ b/content/roadmaps/100-frontend/content/117-progressive-web-apps/readme.md @@ -4,4 +4,5 @@ Progressive Web Apps (PWAs) are websites that are progressively enhanced to func Free Content Progressive Web Apps for Beginners +Learn PWA Build a Progressive Web App From 6145be9d1b8e6bf41ef4940a7e231186fcd642fa Mon Sep 17 00:00:00 2001 From: Aroyan <43630681+aroyan@users.noreply.github.com> Date: Fri, 4 Feb 2022 02:56:04 +0700 Subject: [PATCH 4/4] Add Jekyll content on Frontend roadmap (#1095) * Add Bootstrap CSS content * Add Bulma CSS content * Add Prettier content * Add Vite content * Add GitHub content * Add GitHub content * Add GitHub content * Add GitLab content at backend roadmap * Add Git content on Backend roadmap * Add HTTPS content on Backend roadmap * Add Version Control System description * Add Jekyll content on Frontend roadmap --- .../content/120-static-site-generators/104-jekyll.md | 8 +++++++- .../content/104-version-control-systems/readme.md | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/content/roadmaps/100-frontend/content/120-static-site-generators/104-jekyll.md b/content/roadmaps/100-frontend/content/120-static-site-generators/104-jekyll.md index 0cf0b9eee..2bc96f811 100644 --- a/content/roadmaps/100-frontend/content/120-static-site-generators/104-jekyll.md +++ b/content/roadmaps/100-frontend/content/120-static-site-generators/104-jekyll.md @@ -1 +1,7 @@ -# Jekyll \ No newline at end of file +# Jekyll + +Jekyll is a static site generator. It takes text written in your favorite markup language and uses layouts to create a static website. You can tweak the site’s look and feel, URLs, the data displayed on the page, and more. + +Free Content +Jekyll Website +Jekyll Docs diff --git a/content/roadmaps/101-backend/content/104-version-control-systems/readme.md b/content/roadmaps/101-backend/content/104-version-control-systems/readme.md index 975e6e9b1..3e9bee47d 100644 --- a/content/roadmaps/101-backend/content/104-version-control-systems/readme.md +++ b/content/roadmaps/101-backend/content/104-version-control-systems/readme.md @@ -6,4 +6,4 @@ Version control/source control systems allow developers to track and control cha Free Content Git Mercurial -What is Version Control? +What is Version Control? \ No newline at end of file