reorginizing

This commit is contained in:
Daniel 2017-10-14 04:33:11 -04:00
parent aad7c92be9
commit 4fbafc3831
92 changed files with 89 additions and 85 deletions

View File

@ -1,8 +1,10 @@
import React, { PropTypes } from 'react';
import Interactive from 'react-interactive';
import { Link } from 'react-router';
import s from '../styles/app.style';
import {ChangePage, language, bkgrnd } from './AppHelper';
import s from './styles/app.style';
const language = "ENG";
const bkgrnd = "05";
const propTypes = {
children: PropTypes.element.isRequired,
@ -50,17 +52,17 @@ function App({ children, routes }) {
<div className="zero-clear-line headerSpriteNav-wrap">
<ul id="unity-sprite" className={language}>
<li id="unity-nav1" className={language}></li>
<li id="unity-nav2" className={language}><a href={ChangePage('collect')}><span>Collect</span></a></li>
<li id="unity-nav3" className={language}><a href={ChangePage('build')}><span>Build</span></a></li>
<li id="unity-nav4" className={language}><a href={ChangePage('trade')}><span>Trade</span></a></li>
<li id="unity-nav5" className={language}><a href={ChangePage('centerOval')}><span>Home</span></a></li>
<li id="unity-nav6" className={language}><a href={ChangePage('forum')}><span>Forums</span></a></li>
<li id="unity-nav7" className={language}><a href={ChangePage('portal')}><span>Portal</span></a></li>
<li id="unity-nav8" className={language}><a href={ChangePage('playNow')}><span>Play</span></a></li>
<li id="unity-nav2" className={language}><Link to={`/collection/`}><span>Collect</span></Link></li>
<li id="unity-nav3" className={language}><a href="http://www.tradecardsonline.com/?action=selectCard&goal=DK&game_id=82"><span>Build</span></a></li>
<li id="unity-nav4" className={language}><a href="http://www.tradecardsonline.com/?action=selectCard&goal=&game_id=82"><span>Trade</span></a></li>
<li id="unity-nav5" className={language}><Link to={`/`}><span>Home</span></Link></li>
<li id="unity-nav6" className={language}><a href="http://chaoticbackup.forumotion.com"><span>Forums</span></a></li>
<li id="unity-nav7" className={language}><Link to={`/portal/`}><span>Portal</span></Link></li>
<li id="unity-nav8" className={language}><a href="http://www.tradecardsonline.com/?action=selectCard&goal=DK&game_id=82"><span>Play</span></a></li>
<li id="unity-nav9" className={language}></li>
</ul>
<ul id="unityETC-sprite" className={language}>
<li id="unity-nav10" className={language}><a href={ChangePage('enterTheCode')}><span>Enter the Code</span></a></li>
<li id="unity-nav10" className={language}><a href={`#`}><span>Enter the Code</span></a></li>
</ul>
</div>
</div>

View File

@ -7,9 +7,7 @@ const propTypes = {
function UnderConstruction({ location }) {
return (
<p style={s.p}>
This page is currently under construction {s.code(location.pathname)}
</p>
<p style={s.p}>This page is currently under construction</p>
);
}

View File

@ -112,7 +112,7 @@
}
.fix-pgBkgrnd-repeat-x {
position:fixed; z-index:-2;
background-image:url(../img/bkgrnd-repeat-x.jpg);
background-image:url(../img/base/bkgrnd-repeat-x.jpg);
background-position: top left;
background-repeat:repeat-x;
}
@ -122,27 +122,27 @@
background-repeat: no-repeat;
}
.fix-img-bkgrnd_01 {
background-image:url(../img/visual-bkgrnd.jpg);
background-image:url(../img/base/visual-bkgrnd.jpg);
background-position: center 212px;
}
.fix-img-bkgrnd_02 {
background-image:url(../img/visual-bkgrnd_02.jpg);
background-image:url(../img/base/visual-bkgrnd_02.jpg);
background-position: center 1px;
}
.fix-img-bkgrnd_03 {
background-image:url(../img/visual-bkgrnd_03.jpg);
background-image:url(../img/base/visual-bkgrnd_03.jpg);
}
.fix-img-bkgrnd_04 {
background-image:url(../img/visual-bkgrnd_04.jpg);
background-image:url(../img/base/visual-bkgrnd_04.jpg);
}
.fix-img-bkgrnd_05 {
background-image:url(../img/visual-bkgrnd_05.jpg);
background-image:url(../img/base/visual-bkgrnd_05.jpg);
}
.fix-img-bkgrnd_06 {
background-image:url(../img/visual-bkgrnd_06.jpg);
background-image:url(../img/base/visual-bkgrnd_06.jpg);
}
.fix-img-bkgrnd_german_01 {
background-image:url(../img/visual-bkgrnd_german_01.jpg);
background-image:url(../img/base/visual-bkgrnd_german_01.jpg);
}
.pgBkgrnd-repeat-x {
width:100%; z-index:0;
@ -224,21 +224,21 @@
}
/*--- Sprite Nav (English) ---*/
#unity-sprite.ENG { background: url(../img/unity-sprite-nav.png); }
#unity-sprite.ENG { background: url(../img/base/unity-sprite-nav.png); }
#unity-nav1.ENG a:hover {background: transparent url(../img/unity-sprite-nav.png) 0px -170px; background-repeat:no-repeat;}
#unity-nav2.ENG a:hover {background: transparent url(../img/unity-sprite-nav.png) -43px -170px; background-repeat:no-repeat;}
#unity-nav3.ENG a:hover {background: transparent url(../img/unity-sprite-nav.png) -167px -170px; background-repeat:no-repeat;}
#unity-nav4.ENG a:hover {background: transparent url(../img/unity-sprite-nav.png) -291px -170px; background-repeat:no-repeat;}
#unity-nav5.ENG a:hover {background: transparent url(../img/unity-sprite-nav.png) -413px -170px; background-repeat:no-repeat;}
#unity-nav6.ENG a:hover {background: transparent url(../img/unity-sprite-nav.png) -538px -170px; background-repeat:no-repeat;}
#unity-nav7.ENG a:hover {background: transparent url(../img/unity-sprite-nav.png) -662px -170px; background-repeat:no-repeat;}
#unity-nav8.ENG a:hover {background: transparent url(../img/unity-sprite-nav.png) -786px -170px; background-repeat:no-repeat;}
#unity-nav9.ENG a:hover {background: transparent url(../img/unity-sprite-nav.png) -910px -170px; background-repeat:no-repeat;}
#unity-nav1.ENG a:hover {background: transparent url(../img/base/unity-sprite-nav.png) 0px -170px; background-repeat:no-repeat;}
#unity-nav2.ENG a:hover {background: transparent url(../img/base/unity-sprite-nav.png) -43px -170px; background-repeat:no-repeat;}
#unity-nav3.ENG a:hover {background: transparent url(../img/base/unity-sprite-nav.png) -167px -170px; background-repeat:no-repeat;}
#unity-nav4.ENG a:hover {background: transparent url(../img/base/unity-sprite-nav.png) -291px -170px; background-repeat:no-repeat;}
#unity-nav5.ENG a:hover {background: transparent url(../img/base/unity-sprite-nav.png) -413px -170px; background-repeat:no-repeat;}
#unity-nav6.ENG a:hover {background: transparent url(../img/base/unity-sprite-nav.png) -538px -170px; background-repeat:no-repeat;}
#unity-nav7.ENG a:hover {background: transparent url(../img/base/unity-sprite-nav.png) -662px -170px; background-repeat:no-repeat;}
#unity-nav8.ENG a:hover {background: transparent url(../img/base/unity-sprite-nav.png) -786px -170px; background-repeat:no-repeat;}
#unity-nav9.ENG a:hover {background: transparent url(../img/base/unity-sprite-nav.png) -910px -170px; background-repeat:no-repeat;}
#unityETC-sprite.ENG { background: url(../img/unity-sprite-nav.png) -364px -120px no-repeat; }
#unityETC-sprite.ENG { background: url(../img/base/unity-sprite-nav.png) -364px -120px no-repeat; }
#unity-nav10.ENG a:hover {background: transparent url(../img/unity-sprite-nav.png) -364px -290px; background-repeat:no-repeat;}
#unity-nav10.ENG a:hover {background: transparent url(../img/base/unity-sprite-nav.png) -364px -290px; background-repeat:no-repeat;}
/*--- Sprite Nav (French) ---*/
#unity-sprite.FRA { background: url(http://web.archive.org/web/20120207003733im_/http://www.chaoticgame.com/Images/unity-sprite-nav_French.png); }
@ -335,19 +335,19 @@
}
.footer-repeat-x {
width: 100%; height:54px;
background-image:url(../img/footer-repeat-x.gif);
background-image:url(../img/base/footer-repeat-x.gif);
background-position: left top;
background-repeat:repeat-x;
}
.footer-left {
width: 100%; height:54px;
background-image:url(../img/footer-left.gif);
background-image:url(../img/base/footer-left.gif);
background-position: left top;
background-repeat:no-repeat;
}
.footer-right {
width: 100%; height:54px;
background-image:url(../img/footer-right.gif);
background-image:url(../img/base/footer-right.gif);
background-position: right top;
background-repeat:no-repeat;
}
@ -426,117 +426,117 @@
}
.content-heading-base-repeat-x{
width:100%; height:70px;
background-image:url(../img/content-heading-base-repeat-x.jpg);
background-image:url(../img/base/content-heading-base-repeat-x.jpg);
background-position:top left;
background-repeat:repeat-x;
float:left; clear:both;
}
.content-heading-base-repeat-x2{
width:50%; height:70px;
background-image:url(../img/content-heading-base-repeat-x.jpg);
background-image:url(../img/base/content-heading-base-repeat-x.jpg);
background-position:top left;
background-repeat:repeat-x;
float:left;
}
.heading-left-repeat-x{
width:35%; height:70px; line-height:70px;
background-image:url(../img/content-heading-left-repeat-x.jpg);
background-image:url(../img/base/content-heading-left-repeat-x.jpg);
background-position:top left;
background-repeat:repeat-x;
float:left;
}
.heading-left{
width:100%; height:70px;
background-image:url(../img/content-heading-left.jpg);
background-image:url(../img/base/content-heading-left.jpg);
background-position:top left;
background-repeat:no-repeat;
}
.heading-left-repeat-x2{
width:90%; height:70px; line-height:70px;
background-image:url(../img/content-heading-left-repeat-x.jpg);
background-image:url(../img/base/content-heading-left-repeat-x.jpg);
background-position:top left;
background-repeat:repeat-x;
float:right;
}
.heading-left-repeat-x3{
width:80%; height:70px; line-height:70px;
background-image:url(../img/content-heading-left-repeat-x.jpg);
background-image:url(../img/base/content-heading-left-repeat-x.jpg);
background-position:top left;
background-repeat:repeat-x;
float:right;
}
.heading-left2{
width:35%; height:70px;
background-image:url(../img/content-heading-left.gif);
background-image:url(../img/base/content-heading-left.gif);
background-position:top left;
background-repeat:no-repeat;
float:left;
}
.heading-center-rises{
width:50%; height:70px; line-height:70px;
background-image:url(../img/content-heading-left-rise.jpg);
background-image:url(../img/base/content-heading-left-rise.jpg);
background-position:top left;
background-repeat:no-repeat;
float:left;
}
.heading-center-rises4{
width:100%; height:70px; line-height:70px;
background-image:url(../img/content-heading-left-rise.jpg);
background-image:url(../img/base/content-heading-left-rise.jpg);
background-position:top left;
background-repeat:no-repeat;
float:left;
}
.heading-center-rises2{
width:100%; height:70px; line-height:70px;
background-image:url(../img/content-heading-right-rise.jpg);
background-image:url(../img/base/content-heading-right-rise.jpg);
background-position:top left;
background-repeat:no-repeat;
float:left;
}
.heading-center-rises3{
width:100%; height:70px; line-height:70px;
background-image:url(../img/content-heading-right-rise.jpg);
background-image:url(../img/base/content-heading-right-rise.jpg);
background-position:top right;
background-repeat:no-repeat;
float:left;
}
.heading-right-repeat-x{
width:15%; height:70px; line-height:70px;
background-image:url(../img/content-heading-right-repeat-x.jpg);
background-image:url(../img/base/content-heading-right-repeat-x.jpg);
background-position:top left;
background-repeat:repeat-x;
float:right;
}
.heading-right{
width:100%; height:70px;
background-image:url(../img/content-heading-right.jpg);
background-image:url(../img/base/content-heading-right.jpg);
background-position:top right;
background-repeat:no-repeat;
}
.heading-right-repeat-x2{
width:85%; height:70px; line-height:70px; margin-left:-3px;
background-image:url(../img/content-heading-right-repeat-x.jpg);
background-image:url(../img/base/content-heading-right-repeat-x.jpg);
background-position:top left;
background-repeat:repeat-x;
float:left;
}
.heading-right-repeat-x3{
width:80%; height:70px; line-height:70px; margin-left:-3px;
background-image:url(../img/content-heading-right-repeat-x.jpg);
background-image:url(../img/base/content-heading-right-repeat-x.jpg);
background-position:top left;
background-repeat:repeat-x;
float:left;
}
.heading-right-repeat-x4{
width:85%; height:70px; line-height:70px;
background-image:url(../img/content-heading-right-repeat-x.jpg);
background-image:url(../img/base/content-heading-right-repeat-x.jpg);
background-position:top left;
background-repeat:repeat-x;
float:left;
}
.heading-right2{
width:15%; height:70px;
background-image:url(../img/content-heading-right.gif);
background-image:url(../img/base/content-heading-right.gif);
background-position:top right;
background-repeat:no-repeat;
float:right;
@ -552,56 +552,56 @@
}
.content-area-left-repeat-y{
width:100%;
background-image:url(../img/content-area-left-repeat-y.jpg);
background-image:url(../img/base/content-area-left-repeat-y.jpg);
background-position:top left;
background-repeat:repeat-y;
float:left; clear:both;
}
.content-area-right-repeat-y{
width:100%;
background-image:url(../img/content-area-right-repeat-y.jpg);
background-image:url(../img/base/content-area-right-repeat-y.jpg);
background-position:top right;
background-repeat:repeat-y;
float:left; clear:both;
}
.content-area-top-repeat-x{
width:100%;
background-image:url(../img/content-area-top-repeat-x.jpg);
background-image:url(../img/base/content-area-top-repeat-x.jpg);
background-position:top left;
background-repeat:repeat-x;
float:left; clear:both;
}
.content-area-top-left{
width:100%;
background-image:url(../img/content-top-left.jpg);
background-image:url(../img/base/content-top-left.jpg);
background-position:top left;
background-repeat:no-repeat;
float:left; clear:both;
}
.content-area-top-right{
width:100%;
background-image:url(../img/content-top-right.jpg);
background-image:url(../img/base/content-top-right.jpg);
background-position:top right;
background-repeat:no-repeat;
float:left; clear:both;
}
.content-area-base-repeat-x{
width:100%; height:22px;
background-image:url(../img/content-base-repeat-x.jpg);
background-image:url(../img/base/content-base-repeat-x.jpg);
background-position:top left;
background-repeat:repeat-x;
float:left; clear:both;
}
.content-area-base-left{
width:100%; height:22px;
background-image:url(../img/content-base-left.jpg);
background-image:url(../img/base/content-base-left.jpg);
background-position:top left;
background-repeat:no-repeat;
float:left; clear:both;
}
.content-area-base-right{
width:100%; height:22px;
background-image:url(../img/content-base-right.jpg);
background-image:url(../img/base/content-base-right.jpg);
background-position:top right;
background-repeat:no-repeat;
float:left; clear:both;
@ -617,21 +617,21 @@
}
.content-left-btm-repeat-x{
width:95%; height:22px;
background-image:url(../img/content-btm-repeat-x.jpg);
background-image:url(../img/base/content-btm-repeat-x.jpg);
background-position:top left;
background-repeat:repeat-x;
float:right; clear:both;
}
.content-right-btm-repeat-x{
width:95%; height:22px;
background-image:url(../img/content-btm-repeat-x.jpg);
background-image:url(../img/base/content-btm-repeat-x.jpg);
background-position:top left;
background-repeat:repeat-x;
float:left; clear:both;
}
.content-left-btm-repeat-x2{
width:97%; height:22px;
background-image:url(../img/content-btm-repeat-x.jpg);
background-image:url(../img/base/content-btm-repeat-x.jpg);
background-position:top left;
background-repeat:repeat-x;
margin-right:-1px;
@ -639,21 +639,21 @@
}
.content-right-btm-repeat-x2{
width:97%; height:22px;
background-image:url(../img/content-btm-repeat-x.jpg);
background-image:url(../img/base/content-btm-repeat-x.jpg);
background-position:top left;
background-repeat:repeat-x;
float:left; clear:both;
}
.content-area-btm-left{
width:51%; height:22px;
background-image:url(../img/content-btm-left.gif);
background-image:url(../img/base/content-btm-left.gif);
background-position:left top;
background-repeat:no-repeat;
float:left;
}
.content-area-btm-right{
width:49%; height:22px;
background-image: url(../img/content-btm-right.gif);
background-image: url(../img/base/content-btm-right.gif);
background-position:right top;
background-repeat:no-repeat;
float:right;
@ -667,52 +667,52 @@
}
.adPod-topleft{
width:60%; height:26px;
background: url(../img/adsPod-topLeft.gif) top left no-repeat;
background: url(../img/base/adsPod-topLeft.gif) top left no-repeat;
float:left;
}
.adPod-topright{
width:40%; height:26px;
background: url(../img/adsPod-topRight.gif) top right no-repeat;
background: url(../img/base/adsPod-topRight.gif) top right no-repeat;
float:right;
}
.videoAdPod-topleft{
width:60%; height:26px;
background: url(../img/videoPod-topLeft.gif) top left no-repeat;
background: url(../img/base/videoPod-topLeft.gif) top left no-repeat;
float:left;
}
.videoAdPod-topright{
width:40%; height:26px;
background: url(../img/videoPod-topRight.gif) top right no-repeat;
background: url(../img/base/videoPod-topRight.gif) top right no-repeat;
float:right;
}
.videoAdPod-topLeft-repeat-x{
width:80%; height:26px;
background: url(../img/videoPod-repeat-x.gif) top right repeat-x;
background: url(../img/base/videoPod-repeat-x.gif) top right repeat-x;
float:right;
}
.videoAdPod-topRight-repeat-x{
width:80%; height:26px;
background: url(../img/videoPod-repeat-x.gif) top left repeat-x;
background: url(../img/base/videoPod-repeat-x.gif) top left repeat-x;
float:left; margin-left:-5px;
}
.adPod-topLeft-repeat-x{
width:80%; height:26px;
background: url(../img/adsPod-top.gif) top right repeat-x;
background: url(../img/base/adsPod-top.gif) top right repeat-x;
float:right;
}
.adPod-topRight-repeat-x2{
width:95%; height:26px;
background: url(../img/adsPod-top.gif) top left repeat-x;
background: url(../img/base/adsPod-top.gif) top left repeat-x;
float:left; margin-left:-5px;
}
.adPod-topLeft-repeat-x2{
width:95%; height:26px;
background: url(../img/adsPod-top.gif) top right repeat-x;
background: url(../img/base/adsPod-top.gif) top right repeat-x;
float:right;
}
.adPod-topRight-repeat-x{
width:80%; height:26px;
background: url(../img/adsPod-top.gif) top left repeat-x;
background: url(../img/base/adsPod-top.gif) top left repeat-x;
float:left; margin-left:-5px;
}
.adsBody-wrap{
@ -722,12 +722,12 @@
}
.adPod-left-repeat-y{
width:100%;
background: url(../img/adsPod-left.gif) top left repeat-y;
background: url(../img/base/adsPod-left.gif) top left repeat-y;
float:left;
}
.adPod-right-repeat-y{
width:100%;
background: url(../img/adsPod-right.gif) top right repeat-y;
background: url(../img/base/adsPod-right.gif) top right repeat-y;
float:right;
}
.adPod-btm-wrap{
@ -736,22 +736,22 @@
}
.adPod-btmleft{
width:60%; height:26px;
background: url(../img/adsPod-btmLeft.gif) top left no-repeat;
background: url(../img/base/adsPod-btmLeft.gif) top left no-repeat;
float:left;
}
.adPod-btmright{
width:40%; height:26px;
background: url(../img/adsPod-btmRight.gif) top right no-repeat;
background: url(../img/base/adsPod-btmRight.gif) top right no-repeat;
float:right;
}
.adPod-btmLeft-repeat-x{
width:80%; height:26px;
background: url(../img/adsPod-btm.gif) top right repeat-x;
background: url(../img/base/adsPod-btm.gif) top right repeat-x;
float:right;
}
.adPod-btmRight-repeat-x{
width:80%; height:26px;
background: url(../img/adsPod-btm.gif) top left repeat-x;
background: url(../img/base/adsPod-btm.gif) top left repeat-x;
float:left; margin-left:-5px;
}
.adsBody-margin{margin:0 16px 0 14px;}

View File

Before

Width:  |  Height:  |  Size: 344 B

After

Width:  |  Height:  |  Size: 344 B

View File

Before

Width:  |  Height:  |  Size: 376 B

After

Width:  |  Height:  |  Size: 376 B

View File

Before

Width:  |  Height:  |  Size: 364 B

After

Width:  |  Height:  |  Size: 364 B

View File

Before

Width:  |  Height:  |  Size: 310 B

After

Width:  |  Height:  |  Size: 310 B

View File

Before

Width:  |  Height:  |  Size: 379 B

After

Width:  |  Height:  |  Size: 379 B

View File

Before

Width:  |  Height:  |  Size: 324 B

After

Width:  |  Height:  |  Size: 324 B

View File

Before

Width:  |  Height:  |  Size: 338 B

After

Width:  |  Height:  |  Size: 338 B

View File

Before

Width:  |  Height:  |  Size: 356 B

After

Width:  |  Height:  |  Size: 356 B

View File

Before

Width:  |  Height:  |  Size: 465 B

After

Width:  |  Height:  |  Size: 465 B

View File

Before

Width:  |  Height:  |  Size: 475 B

After

Width:  |  Height:  |  Size: 475 B

View File

Before

Width:  |  Height:  |  Size: 365 B

After

Width:  |  Height:  |  Size: 365 B

View File

Before

Width:  |  Height:  |  Size: 603 B

After

Width:  |  Height:  |  Size: 603 B

View File

Before

Width:  |  Height:  |  Size: 598 B

After

Width:  |  Height:  |  Size: 598 B

View File

Before

Width:  |  Height:  |  Size: 432 B

After

Width:  |  Height:  |  Size: 432 B

View File

Before

Width:  |  Height:  |  Size: 664 B

After

Width:  |  Height:  |  Size: 664 B

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

Before

Width:  |  Height:  |  Size: 814 B

After

Width:  |  Height:  |  Size: 814 B

View File

Before

Width:  |  Height:  |  Size: 834 B

After

Width:  |  Height:  |  Size: 834 B

View File

Before

Width:  |  Height:  |  Size: 668 B

After

Width:  |  Height:  |  Size: 668 B

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

Before

Width:  |  Height:  |  Size: 547 B

After

Width:  |  Height:  |  Size: 547 B

View File

Before

Width:  |  Height:  |  Size: 362 B

After

Width:  |  Height:  |  Size: 362 B

View File

Before

Width:  |  Height:  |  Size: 514 B

After

Width:  |  Height:  |  Size: 514 B

View File

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

Before

Width:  |  Height:  |  Size: 166 B

After

Width:  |  Height:  |  Size: 166 B

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Before

Width:  |  Height:  |  Size: 319 B

After

Width:  |  Height:  |  Size: 319 B

View File

Before

Width:  |  Height:  |  Size: 453 B

After

Width:  |  Height:  |  Size: 453 B

View File

Before

Width:  |  Height:  |  Size: 447 B

After

Width:  |  Height:  |  Size: 447 B

View File

Before

Width:  |  Height:  |  Size: 776 B

After

Width:  |  Height:  |  Size: 776 B

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 663 B

After

Width:  |  Height:  |  Size: 663 B

View File

Before

Width:  |  Height:  |  Size: 785 B

After

Width:  |  Height:  |  Size: 785 B

View File

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

Before

Width:  |  Height:  |  Size: 664 B

After

Width:  |  Height:  |  Size: 664 B

View File

Before

Width:  |  Height:  |  Size: 947 B

After

Width:  |  Height:  |  Size: 947 B

View File

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

Before

Width:  |  Height:  |  Size: 487 B

After

Width:  |  Height:  |  Size: 487 B

View File

Before

Width:  |  Height:  |  Size: 479 B

After

Width:  |  Height:  |  Size: 479 B

View File

Before

Width:  |  Height:  |  Size: 754 B

After

Width:  |  Height:  |  Size: 754 B

View File

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

Before

Width:  |  Height:  |  Size: 754 B

After

Width:  |  Height:  |  Size: 754 B

View File

Before

Width:  |  Height:  |  Size: 705 B

After

Width:  |  Height:  |  Size: 705 B

View File

Before

Width:  |  Height:  |  Size: 726 B

After

Width:  |  Height:  |  Size: 726 B

View File

Before

Width:  |  Height:  |  Size: 566 B

After

Width:  |  Height:  |  Size: 566 B

View File

Before

Width:  |  Height:  |  Size: 419 B

After

Width:  |  Height:  |  Size: 419 B

View File

Before

Width:  |  Height:  |  Size: 607 B

After

Width:  |  Height:  |  Size: 607 B

View File

Before

Width:  |  Height:  |  Size: 378 B

After

Width:  |  Height:  |  Size: 378 B

View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

Before

Width:  |  Height:  |  Size: 420 B

After

Width:  |  Height:  |  Size: 420 B

View File

Before

Width:  |  Height:  |  Size: 379 B

After

Width:  |  Height:  |  Size: 379 B

View File

Before

Width:  |  Height:  |  Size: 432 B

After

Width:  |  Height:  |  Size: 432 B

View File

Before

Width:  |  Height:  |  Size: 493 B

After

Width:  |  Height:  |  Size: 493 B

View File

Before

Width:  |  Height:  |  Size: 475 B

After

Width:  |  Height:  |  Size: 475 B

View File

Before

Width:  |  Height:  |  Size: 414 B

After

Width:  |  Height:  |  Size: 414 B

View File

Before

Width:  |  Height:  |  Size: 500 B

After

Width:  |  Height:  |  Size: 500 B

View File

Before

Width:  |  Height:  |  Size: 472 B

After

Width:  |  Height:  |  Size: 472 B

View File

Before

Width:  |  Height:  |  Size: 402 B

After

Width:  |  Height:  |  Size: 402 B

View File

Before

Width:  |  Height:  |  Size: 753 B

After

Width:  |  Height:  |  Size: 753 B

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

Before

Width:  |  Height:  |  Size: 338 B

After

Width:  |  Height:  |  Size: 338 B

View File

Before

Width:  |  Height:  |  Size: 341 B

After

Width:  |  Height:  |  Size: 341 B

View File

Before

Width:  |  Height:  |  Size: 572 B

After

Width:  |  Height:  |  Size: 572 B

View File

Before

Width:  |  Height:  |  Size: 511 B

After

Width:  |  Height:  |  Size: 511 B

View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

Before

Width:  |  Height:  |  Size: 512 B

After

Width:  |  Height:  |  Size: 512 B

View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

Before

Width:  |  Height:  |  Size: 376 B

After

Width:  |  Height:  |  Size: 376 B

View File

Before

Width:  |  Height:  |  Size: 268 KiB

After

Width:  |  Height:  |  Size: 268 KiB

View File

Before

Width:  |  Height:  |  Size: 827 B

After

Width:  |  Height:  |  Size: 827 B

View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 90 KiB

View File

Before

Width:  |  Height:  |  Size: 257 KiB

After

Width:  |  Height:  |  Size: 257 KiB

View File

Before

Width:  |  Height:  |  Size: 340 KiB

After

Width:  |  Height:  |  Size: 340 KiB

View File

Before

Width:  |  Height:  |  Size: 416 KiB

After

Width:  |  Height:  |  Size: 416 KiB

View File

Before

Width:  |  Height:  |  Size: 198 KiB

After

Width:  |  Height:  |  Size: 198 KiB

View File

Before

Width:  |  Height:  |  Size: 253 KiB

After

Width:  |  Height:  |  Size: 253 KiB

View File

Before

Width:  |  Height:  |  Size: 379 KiB

After

Width:  |  Height:  |  Size: 379 KiB

View File

@ -2,15 +2,19 @@ import React from 'react';
import { render } from 'react-dom';
import { Router, Route, IndexRoute, browserHistory } from 'react-router';
import App from './components/App';
import Home from './components/Home';
import App from './Base';
import PageNotFound from './components/PageNotFound';
import UnderConstruction from './components/UnderConstruction';
import ExampleComponent from './components/ExampleComponent';
import ExampleTwoDeepComponent from './components/ExampleTwoDeepComponent';
/* Home Page */
import Home from './components/Home';
/* Collection */
import CollectionHome from './components/collection/Home';
/* Portal */
import PortalHome from './components/portal/Home';
// import Attacks from './components/portal/Category/Attacks';
// import Battlegear from './components/portal/Category/Battlegear';

View File

View File