From 7f6adc7d56393d6441d5414eebe4eb6503d883d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 10:09:51 +0200 Subject: [PATCH] chore: sync content to repo (#10341) Co-authored-by: nilbuild <4921183+nilbuild@users.noreply.github.com> --- .../content/git@R_I4SGYqLk5zze5I1zS_E.md | 8 ++++---- .../content/html@yWG2VUkaF5IJVVut6AiSy.md | 2 +- .../content/tailwind@eghnfG4p7i-EDWfp3CQXC.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/roadmaps/frontend-beginner/content/git@R_I4SGYqLk5zze5I1zS_E.md b/roadmaps/frontend-beginner/content/git@R_I4SGYqLk5zze5I1zS_E.md index 47d0f449a..f9787dd95 100644 --- a/roadmaps/frontend-beginner/content/git@R_I4SGYqLk5zze5I1zS_E.md +++ b/roadmaps/frontend-beginner/content/git@R_I4SGYqLk5zze5I1zS_E.md @@ -1,10 +1,10 @@ # Git -Git is like a save button for your code, but way more powerful. It's a system that tracks changes you make to your files, so you can easily go back to earlier versions, compare different versions, and collaborate with others on the same project without messing up each other's work. Think of it as a detailed history book for your code, allowing you to experiment and fix mistakes without fear of losing progress. +Git is a system that helps developers track changes to their code. It lets you save different versions of your files so you can see what changed, go back to earlier versions if something breaks, and work with other people on the same project without overwriting each other's work. Visit the following resources to learn more: - [@roadmap@Visit Dedicated Git & GitHub Roadmap](https://roadmap.sh/git-github) -- [@article@Tutorial: Git for Absolutely Everyone](https://thenewstack.io/tutorial-git-for-absolutely-everyone/) -- [@video@Git & GitHub Crash Course For Beginners](https://www.youtube.com/watch?v=SWYqp7iY_Tc) -- [@course@Why use Git? (Interactive Lesson)](https://inter-git.com/lessons/introduction) \ No newline at end of file +- [@article@Learn Git with Tutorials, News and Tips - Atlassian](https://www.atlassian.com/git) +- [@article@Git Cheat Sheet](https://cs.fyi/guide/git-cheatsheet) +- [@video@Git & GitHub Crash Course For Beginners](https://www.youtube.com/watch?v=SWYqp7iY_Tc) \ No newline at end of file diff --git a/roadmaps/frontend-beginner/content/html@yWG2VUkaF5IJVVut6AiSy.md b/roadmaps/frontend-beginner/content/html@yWG2VUkaF5IJVVut6AiSy.md index 4503e76c3..a0cd25edb 100644 --- a/roadmaps/frontend-beginner/content/html@yWG2VUkaF5IJVVut6AiSy.md +++ b/roadmaps/frontend-beginner/content/html@yWG2VUkaF5IJVVut6AiSy.md @@ -1,6 +1,6 @@ # HTML -HTML, or HyperText Markup Language, is the standard language for creating web pages. It uses tags to structure content like headings, paragraphs, images, and links, telling the web browser how to display the information. Think of it as the skeleton of a website, providing the basic structure and content that users see. +HTML is the standard language for creating web pages. It uses tags to structure content like headings, paragraphs, images, and links, telling the web browser how to display the information. Think of it as the skeleton of a website, providing the basic structure and content that users see. Visit the following resources to learn more: diff --git a/roadmaps/frontend-beginner/content/tailwind@eghnfG4p7i-EDWfp3CQXC.md b/roadmaps/frontend-beginner/content/tailwind@eghnfG4p7i-EDWfp3CQXC.md index 25d9d30e6..dfda8d370 100644 --- a/roadmaps/frontend-beginner/content/tailwind@eghnfG4p7i-EDWfp3CQXC.md +++ b/roadmaps/frontend-beginner/content/tailwind@eghnfG4p7i-EDWfp3CQXC.md @@ -4,8 +4,8 @@ Tailwind CSS is a utility-first CSS framework. Instead of providing pre-designed Visit the following resources to learn more: +- [@course@Tailwind CSS Full Course for Beginners](https://www.youtube.com/watch?v=lCxcTsOHrjo) - [@official@Tailwind Website](https://tailwindcss.com) - [@official@Online Playground](https://play.tailwindcss.com) -- [@course@Tailwind CSS Full Course for Beginners](https://www.youtube.com/watch?v=lCxcTsOHrjo) - [@video@Should You Use Tailwind CSS?](https://www.youtube.com/watch?v=hdGsFpZ0J2E) - [@video@Official Screencasts](https://www.youtube.com/c/TailwindLabs/videos) \ No newline at end of file