Remove upcoming page
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
import { FeaturedWrap } from './style';
|
import { FeaturedWrap } from './style';
|
||||||
import FeaturedGuides from './guides';
|
import FeaturedGuides from './guides';
|
||||||
import FeaturedRoadmaps from './roadmaps';
|
import FeaturedRoadmaps from './roadmaps';
|
||||||
|
import FeaturedJourneys from './journeys';
|
||||||
|
|
||||||
const FeaturedContent = (props) => (
|
const FeaturedContent = (props) => (
|
||||||
<FeaturedWrap className="border-top bg-light">
|
<FeaturedWrap className="border-top bg-light">
|
||||||
|
@ -1,54 +0,0 @@
|
|||||||
import { FeaturedContentWrap } from './style';
|
|
||||||
|
|
||||||
const FeaturedJourneys = () => (
|
|
||||||
<FeaturedContentWrap className="featured-content-wrap">
|
|
||||||
<div className="container">
|
|
||||||
<p className='border-through featured-separator'>
|
|
||||||
<span>
|
|
||||||
List of most visited Journeys
|
|
||||||
<a href="#" className="dark-link d-none d-sm-none d-md-inline d-xl-inline">View all Journeys →</a>
|
|
||||||
</span>
|
|
||||||
</p>
|
|
||||||
<div className="swim-lane row featured-journeys">
|
|
||||||
<div className="col-xl-3 col-lg-3 col-md-4 col-sm-12 col-12 grid-item-container journey-block">
|
|
||||||
<a href="#">
|
|
||||||
<img src="/static/kamran.jpeg" alt="" />
|
|
||||||
<div className="journey-meta">
|
|
||||||
<h4>Kamran Ahmed</h4>
|
|
||||||
<p>Engineering Lead at Al-tayer</p>
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div className="col-xl-3 col-lg-3 col-md-4 col-sm-12 col-12 grid-item-container journey-block">
|
|
||||||
<a href="#">
|
|
||||||
<img src="/static/aras.jpeg" alt="" />
|
|
||||||
<div className="journey-meta">
|
|
||||||
<h4>Aras Atasaygin</h4>
|
|
||||||
<p>Engg. Manager at Al-tayer</p>
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div className="col-xl-3 col-lg-3 col-md-4 col-sm-12 col-12 grid-item-container journey-block">
|
|
||||||
<a href="#">
|
|
||||||
<img src="/static/dan-abramov.jpeg" alt="" />
|
|
||||||
<div className="journey-meta">
|
|
||||||
<h4>Dan Abramov</h4>
|
|
||||||
<p>Co-founder and CTO at Blink</p>
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div className="col-xl-3 col-lg-3 col-md-4 col-sm-12 col-12 grid-item-container journey-block">
|
|
||||||
<a href="#">
|
|
||||||
<img src="/static/chris-coyier.jpeg" alt="" />
|
|
||||||
<div className="journey-meta">
|
|
||||||
<h4>Chris Coyier</h4>
|
|
||||||
<p>Co-founder of Codepen</p>
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</FeaturedContentWrap>
|
|
||||||
);
|
|
||||||
|
|
||||||
export default FeaturedJourneys;
|
|
@ -54,7 +54,7 @@
|
|||||||
"description": "The evolution of HTTP. How it all started and where we stand today",
|
"description": "The evolution of HTTP. How it all started and where we stand today",
|
||||||
"url": "/guides/journey-to-http2",
|
"url": "/guides/journey-to-http2",
|
||||||
"fileName": "http-caching",
|
"fileName": "http-caching",
|
||||||
"featured": false,
|
"featured": true,
|
||||||
"author": "kamranahmedse",
|
"author": "kamranahmedse",
|
||||||
"updatedAt": "2019-10-09T12:00:00.860Z",
|
"updatedAt": "2019-10-09T12:00:00.860Z",
|
||||||
"createdAt": "2019-01-23T17:00:00.860Z"
|
"createdAt": "2019-01-23T17:00:00.860Z"
|
||||||
|
Reference in New Issue
Block a user