diff --git a/src/assets/202202/nft/assault.png b/src/assets/202202/nft/assault.png new file mode 100644 index 0000000..dd80bc3 Binary files /dev/null and b/src/assets/202202/nft/assault.png differ diff --git a/src/assets/202202/nft/attack.png b/src/assets/202202/nft/attack.png new file mode 100644 index 0000000..fae6f54 Binary files /dev/null and b/src/assets/202202/nft/attack.png differ diff --git a/src/assets/202202/nft/button-get.png b/src/assets/202202/nft/button-get.png new file mode 100644 index 0000000..ecfc2de Binary files /dev/null and b/src/assets/202202/nft/button-get.png differ diff --git a/src/assets/202202/nft/button.png b/src/assets/202202/nft/button.png new file mode 100644 index 0000000..6384df0 Binary files /dev/null and b/src/assets/202202/nft/button.png differ diff --git a/src/assets/202202/nft/cebg_banner3.png b/src/assets/202202/nft/cebg_banner3.png new file mode 100644 index 0000000..5e527d0 Binary files /dev/null and b/src/assets/202202/nft/cebg_banner3.png differ diff --git a/src/assets/202202/nft/chip.png b/src/assets/202202/nft/chip.png new file mode 100644 index 0000000..7fcec54 Binary files /dev/null and b/src/assets/202202/nft/chip.png differ diff --git a/src/assets/202202/nft/healing.png b/src/assets/202202/nft/healing.png new file mode 100644 index 0000000..e175e0f Binary files /dev/null and b/src/assets/202202/nft/healing.png differ diff --git a/src/assets/202202/nft/hero.png b/src/assets/202202/nft/hero.png new file mode 100644 index 0000000..8060549 Binary files /dev/null and b/src/assets/202202/nft/hero.png differ diff --git a/src/assets/202202/nft/hp.png b/src/assets/202202/nft/hp.png new file mode 100644 index 0000000..59d7e28 Binary files /dev/null and b/src/assets/202202/nft/hp.png differ diff --git a/src/assets/202202/nft/lucky_value.png b/src/assets/202202/nft/lucky_value.png new file mode 100644 index 0000000..20a5ea6 Binary files /dev/null and b/src/assets/202202/nft/lucky_value.png differ diff --git a/src/assets/202202/nft/movement_speed.png b/src/assets/202202/nft/movement_speed.png new file mode 100644 index 0000000..4f69a66 Binary files /dev/null and b/src/assets/202202/nft/movement_speed.png differ diff --git a/src/assets/202202/nft/rate.png b/src/assets/202202/nft/rate.png new file mode 100644 index 0000000..f437e2a Binary files /dev/null and b/src/assets/202202/nft/rate.png differ diff --git a/src/assets/202202/nft/rate_of_fire.png b/src/assets/202202/nft/rate_of_fire.png new file mode 100644 index 0000000..3e845d3 Binary files /dev/null and b/src/assets/202202/nft/rate_of_fire.png differ diff --git a/src/assets/202202/nft/reload.png b/src/assets/202202/nft/reload.png new file mode 100644 index 0000000..9dba1b1 Binary files /dev/null and b/src/assets/202202/nft/reload.png differ diff --git a/src/assets/202202/nft/shotgun.png b/src/assets/202202/nft/shotgun.png new file mode 100644 index 0000000..9a8df93 Binary files /dev/null and b/src/assets/202202/nft/shotgun.png differ diff --git a/src/assets/202202/nft/sniper.png b/src/assets/202202/nft/sniper.png new file mode 100644 index 0000000..b310507 Binary files /dev/null and b/src/assets/202202/nft/sniper.png differ diff --git a/src/assets/202202/nft/vision.png b/src/assets/202202/nft/vision.png new file mode 100644 index 0000000..d0ad909 Binary files /dev/null and b/src/assets/202202/nft/vision.png differ diff --git a/src/assets/202202/nft/weapon.png b/src/assets/202202/nft/weapon.png new file mode 100644 index 0000000..2aa9963 Binary files /dev/null and b/src/assets/202202/nft/weapon.png differ diff --git a/src/components/index/DesktopFooter.vue b/src/components/index/DesktopFooter.vue index f97c465..14c1a10 100644 --- a/src/components/index/DesktopFooter.vue +++ b/src/components/index/DesktopFooter.vue @@ -18,9 +18,9 @@
Product
Home - Gameplay - Tokennomic - NFT + Gameplay + Tokennomic + NFT Marketplace
diff --git a/src/components/index/DesktopHeader.vue b/src/components/index/DesktopHeader.vue index ab877db..b2cef86 100644 --- a/src/components/index/DesktopHeader.vue +++ b/src/components/index/DesktopHeader.vue @@ -4,11 +4,11 @@
diff --git a/src/components/nft/ChipSection.vue b/src/components/nft/ChipSection.vue new file mode 100644 index 0000000..e7923a3 --- /dev/null +++ b/src/components/nft/ChipSection.vue @@ -0,0 +1,86 @@ + + + + + diff --git a/src/components/nft/NftSection.vue b/src/components/nft/NftSection.vue new file mode 100644 index 0000000..9f181df --- /dev/null +++ b/src/components/nft/NftSection.vue @@ -0,0 +1,86 @@ + + + + + diff --git a/src/components/nft/TitleBar.vue b/src/components/nft/TitleBar.vue new file mode 100644 index 0000000..7aa7dec --- /dev/null +++ b/src/components/nft/TitleBar.vue @@ -0,0 +1,50 @@ + + + + + diff --git a/src/components/nft/TopSection.vue b/src/components/nft/TopSection.vue new file mode 100644 index 0000000..89c9b50 --- /dev/null +++ b/src/components/nft/TopSection.vue @@ -0,0 +1,58 @@ + + + + + diff --git a/src/components/nft/WeaponSection.vue b/src/components/nft/WeaponSection.vue new file mode 100644 index 0000000..d4b1d44 --- /dev/null +++ b/src/components/nft/WeaponSection.vue @@ -0,0 +1,80 @@ + + + + + diff --git a/src/router/index.ts b/src/router/index.ts index 0ec5a5d..549d7c6 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -7,6 +7,11 @@ import Item from '../views/Item.vue' import MyNft from '@/views/MyNft.vue' import Index from '@/views/Index.vue' import Presale from '@/views/Presale.vue' +import NFT from '@/views/NFT.vue' +import Gameplay from '@/views/Gameplay.vue' +import Tokennomic from '@/views/Tokennomic.vue' +import Team from '@/views/Team.vue' +import Roadmap from '@/views/Roadmap.vue' Vue.use(VueRouter) @@ -48,6 +53,31 @@ const routes: Array = [ path: '/item/:id', name: 'Item', component: Item + }, + { + path: '/nft', + name: 'Nft', + component: NFT + }, + { + path: '/gameplay', + name: 'Gameplay', + component: Gameplay + }, + { + path: '/tokennomic', + name: 'Tokennomic', + component: Tokennomic + }, + { + path: '/team', + name: 'Team', + component: Team + }, + { + path: '/roadmap', + name: 'Roadmap', + component: Roadmap } ] diff --git a/src/views/Gameplay.vue b/src/views/Gameplay.vue new file mode 100644 index 0000000..b51591c --- /dev/null +++ b/src/views/Gameplay.vue @@ -0,0 +1,59 @@ + + + + diff --git a/src/views/Index.vue b/src/views/Index.vue index 4c82ccb..d4465ac 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -1,6 +1,6 @@