mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-11 03:34:00 +02:00
Fix headings
This commit is contained in:
@@ -9,9 +9,9 @@ import { LinkedInButton } from './LinkedInButton';
|
|||||||
|
|
||||||
<Popup id='login-popup' title='' subtitle=''>
|
<Popup id='login-popup' title='' subtitle=''>
|
||||||
<div class='text-center'>
|
<div class='text-center'>
|
||||||
<h2 class='mb-3 text-2xl font-semibold leading-5 text-slate-900'>
|
<p class='mb-3 text-2xl font-semibold leading-5 text-slate-900'>
|
||||||
Login to your account
|
Login to your account
|
||||||
</h2>
|
</p>
|
||||||
<p class='mt-2 text-sm leading-4 text-slate-600'>
|
<p class='mt-2 text-sm leading-4 text-slate-600'>
|
||||||
You must be logged in to perform this action.
|
You must be logged in to perform this action.
|
||||||
</p>
|
</p>
|
||||||
|
@@ -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='py-6 sm:py-16 border-b border-t text-left sm:text-center bg-white'>
|
||||||
<div class='!max-w-[600px] container'>
|
<div class='!max-w-[600px] container'>
|
||||||
<h2 class='text-2xl sm:text-5xl font-bold'>Community</h2>
|
<p class='text-2xl sm:text-5xl font-bold'>Community</p>
|
||||||
<p class='text-gray-600 text-sm sm:text-lg leading-relaxed my-2.5 sm:my-5'>
|
<p class='text-gray-600 text-sm sm:text-lg leading-relaxed my-2.5 sm:my-5'>
|
||||||
roadmap.sh is the <a
|
roadmap.sh is the <a
|
||||||
href='https://github.com/search?o=desc&q=stars%3A%3E100000&s=stars&type=Repositories'
|
href='https://github.com/search?o=desc&q=stars%3A%3E100000&s=stars&type=Repositories'
|
||||||
|
@@ -5,9 +5,9 @@ import Popup from './Popup/Popup.astro';
|
|||||||
|
|
||||||
<Popup id='progress-help' title='' subtitle=''>
|
<Popup id='progress-help' title='' subtitle=''>
|
||||||
<div class='-mt-2.5'>
|
<div class='-mt-2.5'>
|
||||||
<h2 class='mb-3 text-2xl font-semibold leading-5 text-gray-900'>
|
<p class='mb-3 text-2xl font-semibold leading-5 text-gray-900'>
|
||||||
Track your Progress
|
Track your Progress
|
||||||
</h2>
|
</p>
|
||||||
<p class='text-sm leading-4 text-gray-600'>
|
<p class='text-sm leading-4 text-gray-600'>
|
||||||
Login and use one of the options listed below.
|
Login and use one of the options listed below.
|
||||||
</p>
|
</p>
|
||||||
|
@@ -18,7 +18,7 @@ const relatedRoadmapDetails = await getRoadmapsByIds(relatedRoadmaps);
|
|||||||
<div class='border-t bg-gray-100'>
|
<div class='border-t bg-gray-100'>
|
||||||
<div class='container'>
|
<div class='container'>
|
||||||
<div class='flex justify-between relative -top-5'>
|
<div class='flex justify-between relative -top-5'>
|
||||||
<h2 class='text-md font-medium py-1 px-3 border bg-white rounded-md'>Related Roadmaps</h2>
|
<span class='text-md font-medium py-1 px-3 border bg-white rounded-md'>Related Roadmaps</span>
|
||||||
<a href='/roadmaps' class='text-md font-medium py-1 px-3 border bg-white rounded-md hover:bg-gray-50'>
|
<a href='/roadmaps' class='text-md font-medium py-1 px-3 border bg-white rounded-md hover:bg-gray-50'>
|
||||||
<span class='hidden sm:inline'>All Roadmaps →</span>
|
<span class='hidden sm:inline'>All Roadmaps →</span>
|
||||||
<span class='inline sm:hidden'>More →</span>
|
<span class='inline sm:hidden'>More →</span>
|
||||||
|
Reference in New Issue
Block a user