├── New Text Document.txt
├── .firebaserc
├── src
├── imgs
│ ├── Logo.png
│ ├── PFP
│ │ ├── PFP10.png
│ │ ├── PFP11.png
│ │ ├── PFP12.png
│ │ ├── PFP13.png
│ │ ├── PFP14.png
│ │ ├── PFP15.png
│ │ ├── PFP16.png
│ │ ├── PFP17.png
│ │ ├── PFP18.png
│ │ ├── PFP19.png
│ │ ├── PFP2.png
│ │ ├── PFP20.png
│ │ ├── PFP3.png
│ │ ├── PFP4.png
│ │ ├── PFP5.png
│ │ ├── PFP6.png
│ │ ├── PFP7.png
│ │ ├── PFP8.png
│ │ └── PFP9.png
│ ├── Team
│ │ ├── Allu.png
│ │ ├── Asd.png
│ │ ├── Xeno.png
│ │ └── Aberration.png
│ ├── Lore
│ │ ├── Agent.png
│ │ ├── Rebels.png
│ │ ├── Handcuffs.png
│ │ ├── Keyboard.png
│ │ └── Monitor.png
│ ├── DystopiaLayers
│ │ ├── 1.png
│ │ ├── 2.png
│ │ ├── 3.png
│ │ ├── 4.png
│ │ ├── 5.png
│ │ ├── 6.png
│ │ ├── 7.png
│ │ ├── 8.png
│ │ ├── 8-ori.png
│ │ └── first
│ │ │ ├── 1.png
│ │ │ ├── 2.png
│ │ │ ├── 3.png
│ │ │ ├── 4.png
│ │ │ ├── 5.png
│ │ │ ├── 6.png
│ │ │ ├── 7.png
│ │ │ └── 8.png
│ └── GenesisPill
│ │ └── Frames
│ │ ├── 0001.png
│ │ ├── 0002.png
│ │ ├── 0003.png
│ │ ├── 0004.png
│ │ ├── 0005.png
│ │ ├── 0006.png
│ │ ├── 0007.png
│ │ ├── 0008.png
│ │ ├── 0009.png
│ │ ├── 0010.png
│ │ ├── 0011.png
│ │ ├── 0012.png
│ │ ├── 0013.png
│ │ ├── 0014.png
│ │ ├── 0015.png
│ │ ├── 0016.png
│ │ ├── 0017.png
│ │ ├── 0018.png
│ │ ├── 0019.png
│ │ ├── 0020.png
│ │ ├── 0021.png
│ │ ├── 0022.png
│ │ ├── 0023.png
│ │ ├── 0024.png
│ │ ├── 0025.png
│ │ ├── 0026.png
│ │ ├── 0027.png
│ │ ├── 0028.png
│ │ ├── 0029.png
│ │ ├── 0030.png
│ │ ├── 0031.png
│ │ ├── 0032.png
│ │ ├── 0033.png
│ │ ├── 0034.png
│ │ ├── 0035.png
│ │ ├── 0036.png
│ │ ├── 0037.png
│ │ ├── 0038.png
│ │ ├── 0039.png
│ │ ├── 0040.png
│ │ ├── 0041.png
│ │ ├── 0042.png
│ │ ├── 0043.png
│ │ ├── 0044.png
│ │ ├── 0045.png
│ │ ├── 0046.png
│ │ ├── 0047.png
│ │ ├── 0048.png
│ │ ├── 0049.png
│ │ ├── 0050.png
│ │ ├── 0051.png
│ │ ├── 0052.png
│ │ ├── 0053.png
│ │ ├── 0054.png
│ │ ├── 0055.png
│ │ ├── 0056.png
│ │ ├── 0057.png
│ │ ├── 0058.png
│ │ ├── 0059.png
│ │ └── 0060.png
├── setupTests.js
├── App.test.js
├── video.json
├── pages
│ ├── detailPage.js
│ ├── stage1
│ │ ├── index.js
│ │ ├── phase4.js
│ │ ├── phase3.js
│ │ ├── phase1.js
│ │ ├── phase2.js
│ │ ├── phase5.js
│ │ └── phase6.js
│ ├── login
│ │ └── index.js
│ ├── index.js
│ ├── stage2
│ │ └── index.js
│ ├── stage3
│ │ └── index.js
│ ├── stage5
│ │ └── index.js
│ └── stage4
│ │ └── index.js
├── reportWebVitals.js
├── index.js
├── index.css
├── components
│ ├── detailStage.js
│ ├── timeLine.js
│ └── imageFramePlayer.js
├── logo.svg
├── App.js
└── App.css
├── public
├── favicon.ico
├── logo192.png
├── logo512.png
├── robots.txt
├── assets
│ ├── imgs
│ │ ├── Logo.png
│ │ ├── PFP
│ │ │ ├── PFP10.png
│ │ │ ├── PFP11.png
│ │ │ ├── PFP12.png
│ │ │ ├── PFP13.png
│ │ │ ├── PFP14.png
│ │ │ ├── PFP15.png
│ │ │ ├── PFP16.png
│ │ │ ├── PFP17.png
│ │ │ ├── PFP18.png
│ │ │ ├── PFP19.png
│ │ │ ├── PFP2.png
│ │ │ ├── PFP20.png
│ │ │ ├── PFP3.png
│ │ │ ├── PFP4.png
│ │ │ ├── PFP5.png
│ │ │ ├── PFP6.png
│ │ │ ├── PFP7.png
│ │ │ ├── PFP8.png
│ │ │ └── PFP9.png
│ │ ├── Team
│ │ │ ├── Allu.png
│ │ │ ├── Asd.png
│ │ │ ├── Xeno.png
│ │ │ └── Aberration.png
│ │ ├── Lore
│ │ │ ├── Agent.png
│ │ │ ├── Rebels.png
│ │ │ ├── Handcuffs.png
│ │ │ ├── Keyboard.png
│ │ │ └── Monitor.png
│ │ ├── DystopiaLayers
│ │ │ ├── 1.png
│ │ │ ├── 2.png
│ │ │ ├── 3.png
│ │ │ ├── 4.png
│ │ │ ├── 5.png
│ │ │ ├── 6.png
│ │ │ ├── 7.png
│ │ │ ├── 8.png
│ │ │ └── first
│ │ │ │ ├── 1.png
│ │ │ │ ├── 2.png
│ │ │ │ ├── 3.png
│ │ │ │ ├── 4.png
│ │ │ │ ├── 5.png
│ │ │ │ ├── 6.png
│ │ │ │ ├── 7.png
│ │ │ │ └── 8.png
│ │ └── GenesisPill
│ │ │ └── Frames
│ │ │ ├── 0001.png
│ │ │ ├── 0002.png
│ │ │ ├── 0003.png
│ │ │ ├── 0004.png
│ │ │ ├── 0005.png
│ │ │ ├── 0006.png
│ │ │ ├── 0007.png
│ │ │ ├── 0008.png
│ │ │ ├── 0009.png
│ │ │ ├── 0010.png
│ │ │ ├── 0011.png
│ │ │ ├── 0012.png
│ │ │ ├── 0013.png
│ │ │ ├── 0014.png
│ │ │ ├── 0015.png
│ │ │ ├── 0016.png
│ │ │ ├── 0017.png
│ │ │ ├── 0018.png
│ │ │ ├── 0019.png
│ │ │ ├── 0020.png
│ │ │ ├── 0021.png
│ │ │ ├── 0022.png
│ │ │ ├── 0023.png
│ │ │ ├── 0024.png
│ │ │ ├── 0025.png
│ │ │ ├── 0026.png
│ │ │ ├── 0027.png
│ │ │ ├── 0028.png
│ │ │ ├── 0029.png
│ │ │ ├── 0030.png
│ │ │ ├── 0031.png
│ │ │ ├── 0032.png
│ │ │ ├── 0033.png
│ │ │ ├── 0034.png
│ │ │ ├── 0035.png
│ │ │ ├── 0036.png
│ │ │ ├── 0037.png
│ │ │ ├── 0038.png
│ │ │ ├── 0039.png
│ │ │ ├── 0040.png
│ │ │ ├── 0041.png
│ │ │ ├── 0042.png
│ │ │ ├── 0043.png
│ │ │ ├── 0044.png
│ │ │ ├── 0045.png
│ │ │ ├── 0046.png
│ │ │ ├── 0047.png
│ │ │ ├── 0048.png
│ │ │ ├── 0049.png
│ │ │ ├── 0050.png
│ │ │ ├── 0051.png
│ │ │ ├── 0052.png
│ │ │ ├── 0053.png
│ │ │ ├── 0054.png
│ │ │ ├── 0055.png
│ │ │ ├── 0056.png
│ │ │ ├── 0057.png
│ │ │ ├── 0058.png
│ │ │ ├── 0059.png
│ │ │ └── 0060.png
│ └── js
│ │ ├── popper.min.js
│ │ └── bootstrap.min.js
├── manifest.json
└── index.html
├── firebase.json
├── .gitignore
├── package.json
└── README.md
/New Text Document.txt:
--------------------------------------------------------------------------------
1 | https://www.npmjs.com/package/image-sequence-player
--------------------------------------------------------------------------------
/.firebaserc:
--------------------------------------------------------------------------------
1 | {
2 | "projects": {
3 | "default": "cardano-79994"
4 | }
5 | }
6 |
--------------------------------------------------------------------------------
/src/imgs/Logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/Logo.png
--------------------------------------------------------------------------------
/public/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/favicon.ico
--------------------------------------------------------------------------------
/public/logo192.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/logo192.png
--------------------------------------------------------------------------------
/public/logo512.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/logo512.png
--------------------------------------------------------------------------------
/public/robots.txt:
--------------------------------------------------------------------------------
1 | # https://www.robotstxt.org/robotstxt.html
2 | User-agent: *
3 | Disallow:
4 |
--------------------------------------------------------------------------------
/src/imgs/PFP/PFP10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/PFP/PFP10.png
--------------------------------------------------------------------------------
/src/imgs/PFP/PFP11.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/PFP/PFP11.png
--------------------------------------------------------------------------------
/src/imgs/PFP/PFP12.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/PFP/PFP12.png
--------------------------------------------------------------------------------
/src/imgs/PFP/PFP13.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/PFP/PFP13.png
--------------------------------------------------------------------------------
/src/imgs/PFP/PFP14.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/PFP/PFP14.png
--------------------------------------------------------------------------------
/src/imgs/PFP/PFP15.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/PFP/PFP15.png
--------------------------------------------------------------------------------
/src/imgs/PFP/PFP16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/PFP/PFP16.png
--------------------------------------------------------------------------------
/src/imgs/PFP/PFP17.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/PFP/PFP17.png
--------------------------------------------------------------------------------
/src/imgs/PFP/PFP18.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/PFP/PFP18.png
--------------------------------------------------------------------------------
/src/imgs/PFP/PFP19.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/PFP/PFP19.png
--------------------------------------------------------------------------------
/src/imgs/PFP/PFP2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/PFP/PFP2.png
--------------------------------------------------------------------------------
/src/imgs/PFP/PFP20.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/PFP/PFP20.png
--------------------------------------------------------------------------------
/src/imgs/PFP/PFP3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/PFP/PFP3.png
--------------------------------------------------------------------------------
/src/imgs/PFP/PFP4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/PFP/PFP4.png
--------------------------------------------------------------------------------
/src/imgs/PFP/PFP5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/PFP/PFP5.png
--------------------------------------------------------------------------------
/src/imgs/PFP/PFP6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/PFP/PFP6.png
--------------------------------------------------------------------------------
/src/imgs/PFP/PFP7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/PFP/PFP7.png
--------------------------------------------------------------------------------
/src/imgs/PFP/PFP8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/PFP/PFP8.png
--------------------------------------------------------------------------------
/src/imgs/PFP/PFP9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/PFP/PFP9.png
--------------------------------------------------------------------------------
/src/imgs/Team/Allu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/Team/Allu.png
--------------------------------------------------------------------------------
/src/imgs/Team/Asd.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/Team/Asd.png
--------------------------------------------------------------------------------
/src/imgs/Team/Xeno.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/Team/Xeno.png
--------------------------------------------------------------------------------
/src/imgs/Lore/Agent.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/Lore/Agent.png
--------------------------------------------------------------------------------
/src/imgs/Lore/Rebels.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/Lore/Rebels.png
--------------------------------------------------------------------------------
/public/assets/imgs/Logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/Logo.png
--------------------------------------------------------------------------------
/src/imgs/Lore/Handcuffs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/Lore/Handcuffs.png
--------------------------------------------------------------------------------
/src/imgs/Lore/Keyboard.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/Lore/Keyboard.png
--------------------------------------------------------------------------------
/src/imgs/Lore/Monitor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/Lore/Monitor.png
--------------------------------------------------------------------------------
/src/imgs/DystopiaLayers/1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/DystopiaLayers/1.png
--------------------------------------------------------------------------------
/src/imgs/DystopiaLayers/2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/DystopiaLayers/2.png
--------------------------------------------------------------------------------
/src/imgs/DystopiaLayers/3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/DystopiaLayers/3.png
--------------------------------------------------------------------------------
/src/imgs/DystopiaLayers/4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/DystopiaLayers/4.png
--------------------------------------------------------------------------------
/src/imgs/DystopiaLayers/5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/DystopiaLayers/5.png
--------------------------------------------------------------------------------
/src/imgs/DystopiaLayers/6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/DystopiaLayers/6.png
--------------------------------------------------------------------------------
/src/imgs/DystopiaLayers/7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/DystopiaLayers/7.png
--------------------------------------------------------------------------------
/src/imgs/DystopiaLayers/8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/DystopiaLayers/8.png
--------------------------------------------------------------------------------
/src/imgs/Team/Aberration.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/Team/Aberration.png
--------------------------------------------------------------------------------
/public/assets/imgs/PFP/PFP10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/PFP/PFP10.png
--------------------------------------------------------------------------------
/public/assets/imgs/PFP/PFP11.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/PFP/PFP11.png
--------------------------------------------------------------------------------
/public/assets/imgs/PFP/PFP12.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/PFP/PFP12.png
--------------------------------------------------------------------------------
/public/assets/imgs/PFP/PFP13.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/PFP/PFP13.png
--------------------------------------------------------------------------------
/public/assets/imgs/PFP/PFP14.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/PFP/PFP14.png
--------------------------------------------------------------------------------
/public/assets/imgs/PFP/PFP15.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/PFP/PFP15.png
--------------------------------------------------------------------------------
/public/assets/imgs/PFP/PFP16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/PFP/PFP16.png
--------------------------------------------------------------------------------
/public/assets/imgs/PFP/PFP17.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/PFP/PFP17.png
--------------------------------------------------------------------------------
/public/assets/imgs/PFP/PFP18.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/PFP/PFP18.png
--------------------------------------------------------------------------------
/public/assets/imgs/PFP/PFP19.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/PFP/PFP19.png
--------------------------------------------------------------------------------
/public/assets/imgs/PFP/PFP2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/PFP/PFP2.png
--------------------------------------------------------------------------------
/public/assets/imgs/PFP/PFP20.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/PFP/PFP20.png
--------------------------------------------------------------------------------
/public/assets/imgs/PFP/PFP3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/PFP/PFP3.png
--------------------------------------------------------------------------------
/public/assets/imgs/PFP/PFP4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/PFP/PFP4.png
--------------------------------------------------------------------------------
/public/assets/imgs/PFP/PFP5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/PFP/PFP5.png
--------------------------------------------------------------------------------
/public/assets/imgs/PFP/PFP6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/PFP/PFP6.png
--------------------------------------------------------------------------------
/public/assets/imgs/PFP/PFP7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/PFP/PFP7.png
--------------------------------------------------------------------------------
/public/assets/imgs/PFP/PFP8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/PFP/PFP8.png
--------------------------------------------------------------------------------
/public/assets/imgs/PFP/PFP9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/PFP/PFP9.png
--------------------------------------------------------------------------------
/public/assets/imgs/Team/Allu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/Team/Allu.png
--------------------------------------------------------------------------------
/public/assets/imgs/Team/Asd.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/Team/Asd.png
--------------------------------------------------------------------------------
/public/assets/imgs/Team/Xeno.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/Team/Xeno.png
--------------------------------------------------------------------------------
/public/assets/imgs/Lore/Agent.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/Lore/Agent.png
--------------------------------------------------------------------------------
/public/assets/imgs/Lore/Rebels.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/Lore/Rebels.png
--------------------------------------------------------------------------------
/src/imgs/DystopiaLayers/8-ori.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/DystopiaLayers/8-ori.png
--------------------------------------------------------------------------------
/public/assets/imgs/Lore/Handcuffs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/Lore/Handcuffs.png
--------------------------------------------------------------------------------
/public/assets/imgs/Lore/Keyboard.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/Lore/Keyboard.png
--------------------------------------------------------------------------------
/public/assets/imgs/Lore/Monitor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/Lore/Monitor.png
--------------------------------------------------------------------------------
/src/imgs/DystopiaLayers/first/1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/DystopiaLayers/first/1.png
--------------------------------------------------------------------------------
/src/imgs/DystopiaLayers/first/2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/DystopiaLayers/first/2.png
--------------------------------------------------------------------------------
/src/imgs/DystopiaLayers/first/3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/DystopiaLayers/first/3.png
--------------------------------------------------------------------------------
/src/imgs/DystopiaLayers/first/4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/DystopiaLayers/first/4.png
--------------------------------------------------------------------------------
/src/imgs/DystopiaLayers/first/5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/DystopiaLayers/first/5.png
--------------------------------------------------------------------------------
/src/imgs/DystopiaLayers/first/6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/DystopiaLayers/first/6.png
--------------------------------------------------------------------------------
/src/imgs/DystopiaLayers/first/7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/DystopiaLayers/first/7.png
--------------------------------------------------------------------------------
/src/imgs/DystopiaLayers/first/8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/DystopiaLayers/first/8.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0001.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0001.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0002.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0002.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0003.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0003.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0004.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0004.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0005.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0005.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0006.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0006.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0007.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0007.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0008.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0008.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0009.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0009.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0010.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0010.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0011.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0011.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0012.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0012.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0013.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0013.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0014.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0014.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0015.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0016.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0016.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0017.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0017.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0018.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0018.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0019.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0019.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0020.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0020.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0021.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0021.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0022.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0022.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0023.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0023.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0024.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0024.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0025.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0025.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0026.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0026.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0027.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0027.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0028.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0028.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0029.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0029.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0030.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0030.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0031.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0031.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0032.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0032.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0033.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0033.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0034.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0034.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0035.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0035.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0036.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0036.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0037.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0037.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0038.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0038.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0039.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0039.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0040.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0040.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0041.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0041.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0042.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0042.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0043.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0043.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0044.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0044.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0045.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0045.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0046.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0046.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0047.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0047.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0048.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0048.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0049.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0049.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0050.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0050.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0051.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0051.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0052.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0052.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0053.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0053.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0054.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0054.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0055.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0055.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0056.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0056.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0057.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0057.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0058.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0058.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0059.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0059.png
--------------------------------------------------------------------------------
/src/imgs/GenesisPill/Frames/0060.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/src/imgs/GenesisPill/Frames/0060.png
--------------------------------------------------------------------------------
/public/assets/imgs/DystopiaLayers/1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/DystopiaLayers/1.png
--------------------------------------------------------------------------------
/public/assets/imgs/DystopiaLayers/2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/DystopiaLayers/2.png
--------------------------------------------------------------------------------
/public/assets/imgs/DystopiaLayers/3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/DystopiaLayers/3.png
--------------------------------------------------------------------------------
/public/assets/imgs/DystopiaLayers/4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/DystopiaLayers/4.png
--------------------------------------------------------------------------------
/public/assets/imgs/DystopiaLayers/5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/DystopiaLayers/5.png
--------------------------------------------------------------------------------
/public/assets/imgs/DystopiaLayers/6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/DystopiaLayers/6.png
--------------------------------------------------------------------------------
/public/assets/imgs/DystopiaLayers/7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/DystopiaLayers/7.png
--------------------------------------------------------------------------------
/public/assets/imgs/DystopiaLayers/8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/DystopiaLayers/8.png
--------------------------------------------------------------------------------
/public/assets/imgs/Team/Aberration.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/Team/Aberration.png
--------------------------------------------------------------------------------
/public/assets/imgs/DystopiaLayers/first/1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/DystopiaLayers/first/1.png
--------------------------------------------------------------------------------
/public/assets/imgs/DystopiaLayers/first/2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/DystopiaLayers/first/2.png
--------------------------------------------------------------------------------
/public/assets/imgs/DystopiaLayers/first/3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/DystopiaLayers/first/3.png
--------------------------------------------------------------------------------
/public/assets/imgs/DystopiaLayers/first/4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/DystopiaLayers/first/4.png
--------------------------------------------------------------------------------
/public/assets/imgs/DystopiaLayers/first/5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/DystopiaLayers/first/5.png
--------------------------------------------------------------------------------
/public/assets/imgs/DystopiaLayers/first/6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/DystopiaLayers/first/6.png
--------------------------------------------------------------------------------
/public/assets/imgs/DystopiaLayers/first/7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/DystopiaLayers/first/7.png
--------------------------------------------------------------------------------
/public/assets/imgs/DystopiaLayers/first/8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/DystopiaLayers/first/8.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0001.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0001.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0002.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0002.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0003.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0003.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0004.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0004.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0005.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0005.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0006.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0006.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0007.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0007.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0008.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0008.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0009.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0009.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0010.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0010.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0011.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0011.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0012.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0012.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0013.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0013.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0014.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0014.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0015.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0016.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0016.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0017.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0017.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0018.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0018.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0019.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0019.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0020.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0020.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0021.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0021.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0022.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0022.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0023.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0023.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0024.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0024.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0025.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0025.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0026.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0026.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0027.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0027.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0028.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0028.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0029.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0029.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0030.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0030.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0031.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0031.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0032.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0032.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0033.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0033.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0034.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0034.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0035.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0035.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0036.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0036.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0037.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0037.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0038.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0038.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0039.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0039.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0040.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0040.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0041.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0041.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0042.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0042.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0043.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0043.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0044.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0044.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0045.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0045.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0046.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0046.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0047.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0047.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0048.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0048.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0049.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0049.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0050.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0050.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0051.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0051.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0052.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0052.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0053.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0053.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0054.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0054.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0055.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0055.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0056.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0056.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0057.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0057.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0058.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0058.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0059.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0059.png
--------------------------------------------------------------------------------
/public/assets/imgs/GenesisPill/Frames/0060.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/spider-yamet/react_node/HEAD/public/assets/imgs/GenesisPill/Frames/0060.png
--------------------------------------------------------------------------------
/src/setupTests.js:
--------------------------------------------------------------------------------
1 | // jest-dom adds custom jest matchers for asserting on DOM nodes.
2 | // allows you to do things like:
3 | // expect(element).toHaveTextContent(/react/i)
4 | // learn more: https://github.com/testing-library/jest-dom
5 | import '@testing-library/jest-dom';
6 |
--------------------------------------------------------------------------------
/src/App.test.js:
--------------------------------------------------------------------------------
1 | import { render, screen } from '@testing-library/react';
2 | import App from './App';
3 |
4 | test('renders learn react link', () => {
5 | render(
But the Matrix is a formidable enemy, with a never-ending supply of Agent programs designed to hunt down and eliminate any threats to its stability. The Matrix Escapers must stay one step ahead at all times, using their cunning and resourcefulness to evade detection and outmaneuver their pursuers.
16 |But the Matrix is a formidable enemy, with a never-ending supply of Agent programs designed to hunt down and eliminate any threats to its stability. The Matrix Escapers must stay one step ahead at all times, using their cunning and resourcefulness to evade detection and outmaneuver their pursuers.
27 |The journey to escape the Matrix is a difficult and dangerous one. Many Matrix Escapers have spent years, if not decades, searching for a way out. They have scoured the virtual world for clues, hacked into the Matrix's code, and even formed underground networks to share information and resources.
16 |The journey to escape the Matrix is a difficult and dangerous one. Many Matrix Escapers have spent years, if not decades, searching for a way out. They have scoured the virtual world for clues, hacked into the Matrix's code, and even formed underground networks to share information and resources.
27 |In a world where humanity has become increasingly reliant on technology, the Matrix has become an inescapable part of daily life. It is a virtual relity network that has the ability to simulate every aspect of the physical world, from the tinest detail to the grandest scale.
16 |But for some, the Matrix is more than just a tool for work and entertainment. It is a prison, trapping them in a simulated reality against their will
17 |In a world where humanity has become increasingly reliant on technology, the Matrix has become an inescapable part of daily life. It is a virtual relity network that has the ability to simulate every aspect of the physical world, from the tinest detail to the grandest scale.
28 |But for some, the Matrix is more than just a tool for work and entertainment. It is a prison, trapping them in a simulated reality against their will.
29 |These individuals are known as "Matrix Escapers." and they will stop at nothing to break free from their digital chains. Matrix Escapers come from all walks of life. Some were born into the Matrix and have never known the outside world.
16 |Others were once free but were captured and forced into the virtual reality against their will. Regardless of their origin, they all share a burning desire to escape and reclaim their freedom.
17 |These individuals are known as "Matrix Escapers." and they will stop at nothing to break free from their digital chains. Matrix Escapers come from all walks of life. Some were born into the Matrix and have never known the outside world.
28 |Others were once free but were captured and forced into the virtual reality against their will. Regardless of their origin, they all share a burning desire to escape and reclaim their freedom.
29 |Despite the challenges. Matrix Escapers continue to fight for their freedom. Some have even succeeded in breaking free from the Matrix, and have shared their knowledge and experiences with others in the hopes of helping them escape as well
17 |The Matrix Escapers are a small but determined group, united in their quest to break free from the virtual prison that holds them captive.
18 |They may not know what lies beyond the Matrix, but they are willing to risk everything to find out.
19 |Despite the challenges. Matrix Escapers continue to fight for their freedom. Some have even succeeded in breaking free from the Matrix, and have shared their knowledge and experiences with others in the hopes of helping them escape as well
30 |The Matrix Escapers are a small but determined group, united in their quest to break free from the virtual prison that holds them captive.
31 |They may not know what lies beyond the Matrix, but they are willing to risk everything to find out.
32 |1. You listen to your fear and take no action...
42 |They story ends, you keep living your usual unfufiling life...
43 |2. You take the Red Genesis Pill...
52 |You're ready to escape the Matrix
and I'll show you how deep the rabbit hole goes.
TBA, Stay tuned?
44 |Yes, you must fill out a form to get Whitelisted.
50 |The WL Form will be randomly posted for a limited time on Twitter.
51 |Some text here.
57 |Some text here.
63 |Some text here.
69 |Some text here.
75 |founder
23 |founder
27 |Some text here
28 |about XENO
29 |3D&Pixel Artist
38 |3D&Pixel Artist
42 |Some text here
43 |about Alluebin
44 |PFP Artist
53 |PFP Artist
57 |Some text here
58 |about AberratiOn
59 |Researcher
68 |Researcher
72 |Some text here
73 |about Asd
74 |