Refactoring a lot of code

This commit is contained in:
2018-04-09 07:05:06 +10:00
parent 914b1beef8
commit 63d1e21b9a
26 changed files with 314 additions and 406 deletions

View File

@ -13,7 +13,6 @@ import { connect } from 'react-redux';
import Language from './../../../language/Language';
import Page from './../../Page';
import Poly from './../../sections/Poly';
import BodySection from './../../sections/BodySection';
import VideoTitle from './../../title/VideoTitle';
import SkillBox from './SkillBox';
@ -28,8 +27,6 @@ class APIPage extends React.Component {
render() {
return (
<Page className="c-page--style-api-skills">
<Poly />
<BodySection
title={
<VideoTitle

View File

@ -13,7 +13,6 @@ import { connect } from 'react-redux';
import Language from './../../../language/Language';
import Page from './../../Page';
import Poly from './../../sections/Poly';
import BodySection from './../../sections/BodySection';
import VideoTitle from './../../title/VideoTitle';
import SkillBox from './SkillBox';
@ -28,7 +27,6 @@ class OtherSkillsPage extends React.Component {
render() {
return (
<Page className="c-page--style-other-skills">
<Poly />
<BodySection
title={

View File

@ -13,7 +13,6 @@ import { connect } from 'react-redux';
import Language from './../../../language/Language';
import Page from './../../Page';
import Poly from './../../sections/Poly';
import BodySection from './../../sections/BodySection';
import VideoTitle from './../../title/VideoTitle';
import SkillBox from './SkillBox';
@ -28,7 +27,6 @@ class ProgrammingPage extends React.Component {
render() {
return (
<Page className="c-page--style-programming">
<Poly />
<BodySection
title={