mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-03 06:12:53 +02:00
Update featured section on home
This commit is contained in:
@@ -8,7 +8,7 @@ const FeaturedGuides = () => (
|
|||||||
<div className="container">
|
<div className="container">
|
||||||
<p className='border-through featured-separator'>
|
<p className='border-through featured-separator'>
|
||||||
<span>
|
<span>
|
||||||
List of most visited guides
|
Guides mostly visited by the community
|
||||||
<Link href="/guides"><a className="dark-link d-none d-sm-none d-md-inline d-xl-inline">View all Guides →</a></Link>
|
<Link href="/guides"><a className="dark-link d-none d-sm-none d-md-inline d-xl-inline">View all Guides →</a></Link>
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
|
@@ -7,10 +7,9 @@ const FeaturedRoadmaps = () => (
|
|||||||
<FeaturedContentWrap className="featured-content-wrap">
|
<FeaturedContentWrap className="featured-content-wrap">
|
||||||
<div className="container">
|
<div className="container">
|
||||||
<div className="featured-head">
|
<div className="featured-head">
|
||||||
<h3>Featured Content</h3>
|
|
||||||
<p className="border-through featured-separator">
|
<p className="border-through featured-separator">
|
||||||
<span>
|
<span>
|
||||||
List of roadmaps mostly visited by the community
|
Roadmaps mostly visited by the community
|
||||||
<Link href='/roadmaps'>
|
<Link href='/roadmaps'>
|
||||||
<a className="dark-link d-none d-sm-none d-md-inline d-xl-inline">View all Roadmaps →</a>
|
<a className="dark-link d-none d-sm-none d-md-inline d-xl-inline">View all Roadmaps →</a>
|
||||||
</Link>
|
</Link>
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
import styled from 'styled-components';
|
import styled from 'styled-components';
|
||||||
|
|
||||||
export const FeaturedWrap = styled.div`
|
export const FeaturedWrap = styled.div`
|
||||||
padding: 50px 0;
|
padding: 30px 0 50px;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
export const FeaturedContentWrap = styled.div`
|
export const FeaturedContentWrap = styled.div`
|
||||||
@@ -17,10 +17,10 @@ export const FeaturedContentWrap = styled.div`
|
|||||||
}
|
}
|
||||||
|
|
||||||
.featured-separator {
|
.featured-separator {
|
||||||
font-weight: 400;
|
font-size: 16px;
|
||||||
font-size: 18px;
|
|
||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
|
color: #999;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
background: #f8f9fa;
|
background: #f8f9fa;
|
||||||
@@ -107,4 +107,4 @@ export const FeaturedContentWrap = styled.div`
|
|||||||
border-radius: 10px 10px 0 0;
|
border-radius: 10px 10px 0 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
Reference in New Issue
Block a user