Linked about pages.
This commit is contained in:
@ -13,7 +13,7 @@ import { connect } from 'react-redux';
|
||||
import Language from './../../../language/Language';
|
||||
|
||||
import Page from './../../Page';
|
||||
import BlankPromo from './../../sections/BlankPromo';
|
||||
import Poly from './../../sections/Poly';
|
||||
import BodySection from './../../sections/BodySection';
|
||||
import VideoTitle from './../../title/VideoTitle';
|
||||
import SkillBox from './SkillBox';
|
||||
@ -28,7 +28,7 @@ class APIPage extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
<Page className="c-page--style-api-skills">
|
||||
<BlankPromo />
|
||||
<Poly />
|
||||
|
||||
<BodySection
|
||||
title={
|
||||
|
@ -13,7 +13,7 @@ import { connect } from 'react-redux';
|
||||
import Language from './../../../language/Language';
|
||||
|
||||
import Page from './../../Page';
|
||||
import BlankPromo from './../../sections/BlankPromo';
|
||||
import Poly from './../../sections/Poly';
|
||||
import BodySection from './../../sections/BodySection';
|
||||
import VideoTitle from './../../title/VideoTitle';
|
||||
import SkillBox from './SkillBox';
|
||||
@ -28,7 +28,7 @@ class OtherSkillsPage extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
<Page className="c-page--style-other-skills">
|
||||
<BlankPromo />
|
||||
<Poly />
|
||||
|
||||
<BodySection
|
||||
title={
|
||||
|
@ -13,7 +13,7 @@ import { connect } from 'react-redux';
|
||||
import Language from './../../../language/Language';
|
||||
|
||||
import Page from './../../Page';
|
||||
import BlankPromo from './../../sections/BlankPromo';
|
||||
import Poly from './../../sections/Poly';
|
||||
import BodySection from './../../sections/BodySection';
|
||||
import VideoTitle from './../../title/VideoTitle';
|
||||
import SkillBox from './SkillBox';
|
||||
@ -28,7 +28,7 @@ class ProgrammingPage extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
<Page className="c-page--style-programming">
|
||||
<BlankPromo />
|
||||
<Poly />
|
||||
|
||||
<BodySection
|
||||
title={
|
||||
|
Reference in New Issue
Block a user