diff --git a/app/components/backup-restore.vue b/app/components/backup-restore.vue index 1599cea..aa69cea 100644 --- a/app/components/backup-restore.vue +++ b/app/components/backup-restore.vue @@ -1,3 +1,26 @@ + + + \ No newline at end of file diff --git a/app/components/demo.vue b/app/components/demo.vue index a74401f..9ed714a 100644 --- a/app/components/demo.vue +++ b/app/components/demo.vue @@ -16,23 +16,23 @@ export default { opacity: '0' } }), - created () { + created() { this.nextcloudClass = this.jellyfinClass = [] }, - beforeMount () { + beforeMount() { window.addEventListener('scroll', () => { if (!this.isPageScrolled) { this.demonstration() } this.isPageScrolled = true }) }, - beforeUnmount () { + beforeUnmount() { window.removeEventListener('scroll', () => { if (!this.isPageScrolled) { this.demonstration() } this.isPageScrolled = true }) }, methods: { - demonstration () { + demonstration() { const upClass = [ 'w-20', 'h-20', @@ -61,7 +61,7 @@ export default { 'm-2' ] - function delay (time) { + function delay(time) { return new Promise(resolve => setTimeout(resolve, time)) } @@ -84,7 +84,7 @@ export default { if (i === 1) this.terminalContent += 'Creating nextcloud ... done\n' if (i === 2) this.terminalContent += '[√] https://nextcloud.domain.com\n' if (i === 3) this.nextcloudClass = upClass - if (i === 4) this.pointer = {left: '47%', top: '53%', opacity: '100'} + if (i === 4) this.pointer = { left: '47%', top: '53%', opacity: '100' } // open if (i === 5) this.nextcloudClass.push('animate-openApp') if (i === 5) this.pointerClass = [''] @@ -95,7 +95,7 @@ export default { if (i === 6) this.subdomainClass = ['animate-click'] // close if (i === 7) this.terminalContent = '' - if (i === 8) this.pointer = {left: '10%', top: '3%'} + if (i === 8) this.pointer = { left: '10%', top: '3%' } if (i === 9) this.backbuttonClass = [''] if (i === 9) this.backbuttonClass = ['animate-click'] if (i === 10) this.nextcloudClass = closeClass @@ -115,7 +115,7 @@ export default { if (i === 12) this.terminalContent += 'Creating jellyfin ... done\n' if (i === 13) this.terminalContent += '[√] https://jellyfin.domain.com\n' if (i === 14) this.jellyfinClass = closeClass - if (i === 16) this.pointer = {left: '47%', top: '53%', opacity: '100'} + if (i === 16) this.pointer = { left: '47%', top: '53%', opacity: '100' } // open if (i === 16) this.jellyfinClass.push('animate-openApp') if (i === 16) this.pointerClass = ['animate-click'] @@ -123,16 +123,16 @@ export default { if (i === 17) this.jellyfinClass = openClass if (i === 17) this.subDomain = 'jellyfin.' if (i === 17) this.subdomainClass = [''] - if (i === 17) this.pointer = {left: '10%', top: '3%'} + if (i === 17) this.pointer = { left: '10%', top: '3%' } if (i === 17) this.subdomainClass = ['animate-click'] // close if (i === 19) this.backbuttonClass = [''] if (i === 19) this.backbuttonClass = ['animate-click'] - if (i === 19) this.pointer = {opacity: '0'} + if (i === 19) this.pointer = { opacity: '0' } if (i === 20) this.jellyfinClass = this.nextcloudClass = closeClass if (i === 20) this.subDomain = '' if (i === 20) this.terminalContent = '' - if (i === 21) this.pointer = {top: '100%', left: '0'} + if (i === 21) this.pointer = { top: '100%', left: '0' } // nextcloud down if (i === 23) { @@ -167,33 +167,18 @@ export default {
-
-
- + class="bg-slate-400 flex flex-col items-center relative rounded-2xl w-full m-0 md:min-w-fit max-w-2xl md:-ml-8 md:z-0 overflow-hidden"> +
+
+ https:// {{ subDomain }} domain.com
-
- - +
+ +
diff --git a/app/components/hero-buttons.vue b/app/components/hero-buttons.vue index 5e010ec..c64e461 100644 --- a/app/components/hero-buttons.vue +++ b/app/components/hero-buttons.vue @@ -2,7 +2,7 @@ const isClicked = ref(false) const copyToClipBoard = () => { navigator.clipboard - .writeText('curl -sL get.docker-web.com | sudo bash') + .writeText('curl -sL dockerweb.valere.dev | sudo bash') .then(() => { isClicked.value = true setTimeout(() => { @@ -14,22 +14,14 @@ const copyToClipBoard = () => { diff --git a/app/components/hero-title.vue b/app/components/hero-title.vue index 0d5c138..dc20c7f 100644 --- a/app/components/hero-title.vue +++ b/app/components/hero-title.vue @@ -1,6 +1,6 @@