diff options
| author | Fuwn <[email protected]> | 2021-12-06 17:08:03 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-12-06 17:08:03 -0800 |
| commit | 3cf09be08c109e69bd5c1fb74f3927fc03c4e4df (patch) | |
| tree | a7977ff7377b4dcce2e9263accc62060956c3759 | |
| parent | fix(members): add ruan (diff) | |
| download | yucky.fun-3cf09be08c109e69bd5c1fb74f3927fc03c4e4df.tar.xz yucky.fun-3cf09be08c109e69bd5c1fb74f3927fc03c4e4df.zip | |
fix: rebrand
| -rw-r--r-- | assets/json/socials.json | 12 | ||||
| -rw-r--r-- | components/navigation/Footer.vue | 8 | ||||
| -rw-r--r-- | components/navigation/ResponsiveBar.vue | 2 | ||||
| -rw-r--r-- | components/ui/home/HomeHero.vue | 2 | ||||
| -rw-r--r-- | layouts/error.vue | 2 | ||||
| -rw-r--r-- | nuxt.config.js | 4 | ||||
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | pages/contacts.vue..bak | 2 | ||||
| -rw-r--r-- | pages/index.vue | 2 | ||||
| -rw-r--r-- | pages/interests.vue.bak | 2 | ||||
| -rw-r--r-- | pages/members.vue | 2 | ||||
| -rw-r--r-- | utils/getSiteMeta.js | 4 |
12 files changed, 22 insertions, 22 deletions
diff --git a/assets/json/socials.json b/assets/json/socials.json index 3959065..3cb1529 100644 --- a/assets/json/socials.json +++ b/assets/json/socials.json @@ -1,10 +1,10 @@ { - "twitter": "yuckyaiming", - "github": "yuckyaiming", - "email": "[email protected]", - "apply": "https://fuwn.link/apply2yucky", - "discord": "yucky", - "steam": "https://steamcommunity.com/groups/yucky_de", + "twitter": "VolatileHQ", + "github": "VolatileHQ", + "email": "[email protected]", + "apply": "https://fuwn.link/apply2volatile", + "discord": "https://dsc.gg/volatile", + "steam": "https://steamcommunity.com/groups/VolatileHQ", "youtube": "UCDZsU0eaFU0HjcM_1bpYbUA", "press_pack": "1A7TJ-PXqYqJ5VHBtzvYInFOEpA3Gk8zC?usp=sharing" } diff --git a/components/navigation/Footer.vue b/components/navigation/Footer.vue index c991981..2725b4a 100644 --- a/components/navigation/Footer.vue +++ b/components/navigation/Footer.vue @@ -7,10 +7,10 @@ <div class="row"> <div id="personal" class="col-lg-4"> <p class="wow fadeInUp"> - <code>println!("{}", Yucky.copyright);<br></code> + <code>println!("{}", Volatile.copyright);<br></code> </p> <h4 class="wow fadeInUp" data-wow-delay="0.2s"> - <a id="info-item-1" href="/">yucky! 2020</a> + <a id="info-item-1" href="/">Volatile 2020</a> </h4> <br><br> </div> @@ -28,7 +28,7 @@ <a id="media-item-2" :href="'https://github.com/' + socials.github">github</a> </li> <li id="dc" class="wow fadeInUp" data-wow-delay="1s"> - <a id="media-item-3" :href="'https://discord.io/' + socials.discord">discord</a> + <a id="media-item-3" :href="socials.discord">discord</a> </li> <li id="ap" class="wow fadeInUp" data-wow-delay="1s"> <a id="media-item-4" :href="socials.apply">apply</a> @@ -54,7 +54,7 @@ <code>$ echo $APPLY<br></code> </p> <h4 class="wow fadeInUp" data-wow-delay="0.2s"> - <a href="https://fuwn.link/apply2yucky"> + <a href="https://fuwn.link/apply2volatile"> <img src="../../assets/images/apply.gif" alt="" diff --git a/components/navigation/ResponsiveBar.vue b/components/navigation/ResponsiveBar.vue index d59547b..15daa6f 100644 --- a/components/navigation/ResponsiveBar.vue +++ b/components/navigation/ResponsiveBar.vue @@ -14,7 +14,7 @@ <!-- <li>$ ls -a routes/</li> --> <li><a href="/">..</a></li> <li><a href="/members">members</a></li> - <li><a href="https://fuwn.link/apply2yucky">apply</a></li> + <li><a href="https://fuwn.link/apply2volatile">apply</a></li> </ul> </div> </nav> diff --git a/components/ui/home/HomeHero.vue b/components/ui/home/HomeHero.vue index 6d950a8..7b4dceb 100644 --- a/components/ui/home/HomeHero.vue +++ b/components/ui/home/HomeHero.vue @@ -7,7 +7,7 @@ src="../../../assets/images/underconstruction-flash.gif" alt="1990s era under constriction gif" > --> - <h1>yucky! aiming</h1> + <h1>Volatile</h1> <br> <div style="text-align: center;"> diff --git a/layouts/error.vue b/layouts/error.vue index 56b547c..88f0d79 100644 --- a/layouts/error.vue +++ b/layouts/error.vue @@ -30,7 +30,7 @@ export default { name: 'error.vue', head: { - title: '404 | yucky! aiming' + title: '404 | Volatile' } } </script> diff --git a/nuxt.config.js b/nuxt.config.js index bee7a30..b4f4714 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -13,7 +13,7 @@ export default { // Global page headers (https://go.nuxtjs.dev/config-head) head: { - // title: 'yucky! aiming', + // title: 'Volatile', htmlAttrs: { lang: 'en-US' }, meta: [ ...meta, @@ -80,7 +80,7 @@ export default { pwa: { manifest: { - name: 'yucky! aiming', + name: 'Volatile', lang: 'en', useWebmanifestExtension: false } diff --git a/package.json b/package.json index 39cf41c..8e03557 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "yucky.top", + "name": "volatile.fuwn.me", "version": "1.0.0", "private": true, "scripts": { diff --git a/pages/contacts.vue..bak b/pages/contacts.vue..bak index 3c0f7ce..3466c43 100644 --- a/pages/contacts.vue..bak +++ b/pages/contacts.vue..bak @@ -7,7 +7,7 @@ import ExtraComingSoon from '~/components/extra/ExtraComingSoon' export default { head: { - title: 'interests | yucky! aiming' + title: 'Interests | Volatile' }, components: { ExtraComingSoon diff --git a/pages/index.vue b/pages/index.vue index 1bc769e..1cba8ea 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -11,7 +11,7 @@ import HomeHero from '~/components/ui/home/HomeHero.vue' export default Vue.extend({ head: { - title: 'home | yucky! aiming' + title: 'Home | Volatile' }, components: { HomeHero diff --git a/pages/interests.vue.bak b/pages/interests.vue.bak index 33bfd83..36a8795 100644 --- a/pages/interests.vue.bak +++ b/pages/interests.vue.bak @@ -11,7 +11,7 @@ import InterestsListing from '~/components/ui/interests/InterestsListing.vue' export default { head: { - title: 'interests | yucky! aiming' + title: 'Interests | Volatile' }, components: { InterestsHero, diff --git a/pages/members.vue b/pages/members.vue index 02a7249..e34210d 100644 --- a/pages/members.vue +++ b/pages/members.vue @@ -11,7 +11,7 @@ import MembersListing from '~/components/ui/members/MembersListing.vue' export default { head: { - title: 'members | yucky! aiming' + title: 'Members | Volatile' }, components: { MembersHero, diff --git a/utils/getSiteMeta.js b/utils/getSiteMeta.js index 4d802d6..c340f21 100644 --- a/utils/getSiteMeta.js +++ b/utils/getSiteMeta.js @@ -1,6 +1,6 @@ const type = 'website' -const url = 'https://yucky.fun' -const title = 'yucky! aiming' +const url = 'https://volatile.fuwn.me' +const title = 'Volatile' const description = '' const mainImage = '/static/favicon.png' |