|
|
@ -7,7 +7,10 @@ const FeaturedContent = (props) => ( |
|
|
|
<div className="featured-head"> |
|
|
|
<div className="featured-head"> |
|
|
|
<h3>Featured Content</h3> |
|
|
|
<h3>Featured Content</h3> |
|
|
|
<p className="border-through featured-separator"> |
|
|
|
<p className="border-through featured-separator"> |
|
|
|
<span>List of roadmaps mostly visited by the community <a href="#" className="dark-link">View all Roadmaps</a></span> |
|
|
|
<span> |
|
|
|
|
|
|
|
List of roadmaps mostly visited by the community |
|
|
|
|
|
|
|
<a href="#" className="dark-link d-none d-sm-none d-md-inline d-xl-inline">View all Roadmaps</a> |
|
|
|
|
|
|
|
</span> |
|
|
|
</p> |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div className="swim-lane row"> |
|
|
|
<div className="swim-lane row"> |
|
|
@ -34,7 +37,12 @@ const FeaturedContent = (props) => ( |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div className="featured-content-wrap"> |
|
|
|
<div className="featured-content-wrap"> |
|
|
|
<div className="container"> |
|
|
|
<div className="container"> |
|
|
|
<p className='border-through featured-separator'><span>List of most visited guides <a href="#" className="dark-link">View all Guides</a></span></p> |
|
|
|
<p className='border-through featured-separator'> |
|
|
|
|
|
|
|
<span> |
|
|
|
|
|
|
|
List of most visited guides |
|
|
|
|
|
|
|
<a href="#" className="dark-link d-none d-sm-none d-md-inline d-xl-inline">View all Guides</a> |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</p> |
|
|
|
<div className="swim-lane row"> |
|
|
|
<div className="swim-lane row"> |
|
|
|
<div className="col-xl-4 col-lg-4 col-md-6 col-sm-12 col-12 grid-item-container"> |
|
|
|
<div className="col-xl-4 col-lg-4 col-md-6 col-sm-12 col-12 grid-item-container"> |
|
|
|
<a className="featured-block" href='#'> |
|
|
|
<a className="featured-block" href='#'> |
|
|
|