From 5f8ead3d2fb7d0b97bef7672f5dfc879b71fee11 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Sat, 7 Jan 2023 13:38:23 +0400 Subject: [PATCH] Fix long titles, multiple headings and redirect links --- src/components/OpenSourceBanner.astro | 2 +- src/components/RoadmapHeader.astro | 2 +- src/guides/what-is-internet.md | 2 +- src/pages/privacy.md | 2 +- src/pages/terms.md | 2 +- src/roadmaps/backend/backend.md | 2 +- src/roadmaps/frontend/frontend.md | 2 +- src/roadmaps/python/content/100-roadmap-note.md | 2 +- src/roadmaps/react/content/100-react-roadmap-note.md | 2 +- src/roadmaps/software-architect/software-architect.md | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/components/OpenSourceBanner.astro b/src/components/OpenSourceBanner.astro index 52b28ff64..4264da2f0 100644 --- a/src/components/OpenSourceBanner.astro +++ b/src/components/OpenSourceBanner.astro @@ -7,7 +7,7 @@ const starCount = await getFormattedStars('kamranahmedse/developer-roadmap');
-

Open Source

+

Open Source

The project is OpenSource, - + diff --git a/src/guides/what-is-internet.md b/src/guides/what-is-internet.md index e5b9bcf48..3f280362c 100644 --- a/src/guides/what-is-internet.md +++ b/src/guides/what-is-internet.md @@ -81,4 +81,4 @@ Cybersecurity refers to the protective measures against criminal activity accomp -And that wraps it up for this article. To learn more about the Internet, [Kamran Ahmed](https://twitter.com/kamranahmedse) has a nice little guide on [DNS: How a website is found on the Internet](/guides/dns-in-one-picture). Also, go through the episodes of [howdns.works](https://howdns.works/) and read this [cartoon intro to DNS over HTTPS](https://hacks.mozilla.org/2018/05/a-cartoon-intro-to-dns-over-https/). +And that wraps it up for this article. To learn more about the Internet, [Kamran Ahmed](https://twitter.com/kamranahmedse) has a nice little guide on [DNS: How a website is found on the Internet](/guides/dns-in-one-picture/). Also, go through the episodes of [howdns.works](https://howdns.works/) and read this [cartoon intro to DNS over HTTPS](https://hacks.mozilla.org/2018/05/a-cartoon-intro-to-dns-over-https/). diff --git a/src/pages/privacy.md b/src/pages/privacy.md index 7389a5648..e53d60d2d 100644 --- a/src/pages/privacy.md +++ b/src/pages/privacy.md @@ -6,7 +6,7 @@ noIndex: true # Privacy Policy -By using or accessing the Services in any manner, you acknowledge that you accept the practices and policies outlined in this Privacy Policy, and you hereby consent that we will collect, use, and share your information in the following ways. Remember that your use of roadmap.sh’s Services is at all times subject to the [Terms of Use](/terms), which incorporates this Privacy Policy. Any terms we use in this Policy without defining them have the definitions given to them in the Terms of Use. +By using or accessing the Services in any manner, you acknowledge that you accept the practices and policies outlined in this Privacy Policy, and you hereby consent that we will collect, use, and share your information in the following ways. Remember that your use of roadmap.sh’s Services is at all times subject to the [Terms of Use](/terms/), which incorporates this Privacy Policy. Any terms we use in this Policy without defining them have the definitions given to them in the Terms of Use. ## What does this Privacy Policy cover? diff --git a/src/pages/terms.md b/src/pages/terms.md index 58a02c6b8..726a3db9a 100644 --- a/src/pages/terms.md +++ b/src/pages/terms.md @@ -22,7 +22,7 @@ Except for changes by us as described here, no other amendment or modification o ## Do these terms cover privacy? -You can view the current roadmap.sh [Privacy Policy here](/privacy). +You can view the current roadmap.sh [Privacy Policy here](/privacy/). The Children’s Online Privacy Protection Act (“COPPA”) requires that online service providers obtain parental consent before they knowingly collect personally identifiable information online from children who are under 13. We do not knowingly collect or solicit personally identifiable information from children under 13. If you are a child under 13, please do not attempt to register for the Services or send any personal information about yourself to us. If we learn we have collected personal information from a child under 13, we will delete that information as quickly as possible. If you believe that a child under 13 may have provided us personal information, please contact us at kamranahmed.se@gmail.com. diff --git a/src/roadmaps/backend/backend.md b/src/roadmaps/backend/backend.md index 51909439c..c890cbe3d 100644 --- a/src/roadmaps/backend/backend.md +++ b/src/roadmaps/backend/backend.md @@ -11,7 +11,7 @@ dimensions: width: 968 height: 2840.4 seo: - title: "Backend Developer Roadmap: Learn to become a modern backend developer" + title: "Backend Developer Roadmap" description: "Learn to become a modern backend developer using this roadmap. Community driven, articles, resources, guides, interview questions, quizzes for modern backend development." keywords: - "backend roadmap 2023" diff --git a/src/roadmaps/frontend/frontend.md b/src/roadmaps/frontend/frontend.md index f5bc97d7c..6f39a5fa6 100644 --- a/src/roadmaps/frontend/frontend.md +++ b/src/roadmaps/frontend/frontend.md @@ -11,7 +11,7 @@ dimensions: width: 968 height: 2734.48 seo: - title: "Frontend Developer Roadmap: Learn to become a modern frontend developer" + title: "Frontend Developer Roadmap" description: "Learn to become a modern frontend developer using this roadmap. Community driven, articles, resources, guides, interview questions, quizzes for modern frontend development." keywords: - "javascript roadmap 2023" diff --git a/src/roadmaps/python/content/100-roadmap-note.md b/src/roadmaps/python/content/100-roadmap-note.md index 3d909c389..b75a136c3 100644 --- a/src/roadmaps/python/content/100-roadmap-note.md +++ b/src/roadmaps/python/content/100-roadmap-note.md @@ -1,4 +1,4 @@ # Note -This roadmap specifically covers **Python and the ecosystem** around it. You will notice that it is missing things like version control, databases, software design, architecture and other things that are not directly related to Python; this is intentional. Have a look at the [Backend Roadmap](/backend) for a more comprehensive overview of the frontend ecosystem. +This roadmap specifically covers **Python and the ecosystem** around it. You will notice that it is missing things like version control, databases, software design, architecture and other things that are not directly related to Python; this is intentional. Have a look at the [Backend Roadmap](/backend/) for a more comprehensive overview of the frontend ecosystem. diff --git a/src/roadmaps/react/content/100-react-roadmap-note.md b/src/roadmaps/react/content/100-react-roadmap-note.md index 337796a0f..9d3a180b5 100644 --- a/src/roadmaps/react/content/100-react-roadmap-note.md +++ b/src/roadmaps/react/content/100-react-roadmap-note.md @@ -1,3 +1,3 @@ # Note -This roadmap specifically covers **React and the ecosystem** around it. You will notice that it is missing things like version control, package managers, build tools, linters, task runners and other things that are not directly related to React; this is intentional. Have a look at the [Frontend Roadmap](/frontend) for a more comprehensive overview of the frontend ecosystem. +This roadmap specifically covers **React and the ecosystem** around it. You will notice that it is missing things like version control, package managers, build tools, linters, task runners and other things that are not directly related to React; this is intentional. Have a look at the [Frontend Roadmap](/frontend/) for a more comprehensive overview of the frontend ecosystem. diff --git a/src/roadmaps/software-architect/software-architect.md b/src/roadmaps/software-architect/software-architect.md index 566d08afc..ccb175096 100644 --- a/src/roadmaps/software-architect/software-architect.md +++ b/src/roadmaps/software-architect/software-architect.md @@ -12,7 +12,7 @@ dimensions: width: 968 height: 1882.18 seo: - title: "Software Architect Roadmap: Learn to become a modern Software Architect" + title: "Software Architect Roadmap" description: "Community driven, articles, resources, guides, interview questions, quizzes for DevOps. Learn to become a modern DevOps engineer by following the steps, skills, resources and guides listed in this roadmap." keywords: - "solution architect roadmap"