Fix long titles, multiple headings and redirect links

pull/3263/head
Kamran Ahmed 2 years ago
parent cb16abc8e1
commit 5f8ead3d2f
  1. 2
      src/components/OpenSourceBanner.astro
  2. 2
      src/components/RoadmapHeader.astro
  3. 2
      src/guides/what-is-internet.md
  4. 2
      src/pages/privacy.md
  5. 2
      src/pages/terms.md
  6. 2
      src/roadmaps/backend/backend.md
  7. 2
      src/roadmaps/frontend/frontend.md
  8. 2
      src/roadmaps/python/content/100-roadmap-note.md
  9. 2
      src/roadmaps/react/content/100-react-roadmap-note.md
  10. 2
      src/roadmaps/software-architect/software-architect.md

@ -7,7 +7,7 @@ const starCount = await getFormattedStars('kamranahmedse/developer-roadmap');
<div class='py-6 sm:py-16 border-b border-t text-left sm:text-center bg-white'>
<div class='max-w-[600px] container'>
<h1 class='text-3xl sm:text-5xl font-bold'>Open Source</h1>
<h2 class='text-3xl sm:text-5xl font-bold'>Open Source</h1>
<p class='text-gray-600 text-sm sm:text-lg leading-relaxed my-2.5 sm:my-5'>
The project is OpenSource, <a
href='https://github.com/search?o=desc&q=stars%3A%3E100000&s=stars&type=Repositories'

@ -42,7 +42,7 @@ const isRoadmapReady = !isUpcoming;
{
!hasSearch && (
<>
<a href='/roadmaps' class='bg-gray-500 py-1.5 px-3 rounded-md text-white text-xs sm:text-sm font-medium hover:bg-gray-600' aria-label="Back to All Roadmaps">
<a href='/roadmaps/' class='bg-gray-500 py-1.5 px-3 rounded-md text-white text-xs sm:text-sm font-medium hover:bg-gray-600' aria-label="Back to All Roadmaps">
&larr;<span class='hidden sm:inline'>&nbsp;All Roadmaps</span>
</a>

@ -81,4 +81,4 @@ Cybersecurity refers to the protective measures against criminal activity accomp
<iframe class="w-full aspect-video mb-5" width="100%" height="400" src="https://www.youtube.com/embed/AuYNXgO_f3Y" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
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/).

@ -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?

@ -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.

@ -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"

@ -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"

@ -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.

@ -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.

@ -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"

Loading…
Cancel
Save