diff --git a/capacitor.config.ts b/capacitor.config.ts
index 2137a0c..a2cf3ad 100644
--- a/capacitor.config.ts
+++ b/capacitor.config.ts
@@ -1,7 +1,7 @@
import { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
- appId: 'io.ionic.starter',
+ appId: 'xyz.puffercat.apps',
appName: 'Puffercat Apps',
webDir: 'dist',
bundledWebRuntime: false
diff --git a/public/assets/icon/favicon.png b/public/assets/icon/favicon.png
index 51888a7..28ffe2a 100644
Binary files a/public/assets/icon/favicon.png and b/public/assets/icon/favicon.png differ
diff --git a/public/assets/icon/icon.png b/public/assets/icon/icon.png
index a7f6374..9068cb9 100644
Binary files a/public/assets/icon/icon.png and b/public/assets/icon/icon.png differ
diff --git a/public/index.html b/public/index.html
index 486392c..23c7283 100644
--- a/public/index.html
+++ b/public/index.html
@@ -2,7 +2,7 @@
- Ionic App
+ Puffercat Apps
diff --git a/src/assets/Icon_Blurry.png b/src/assets/Icon_Blurry.png
new file mode 100644
index 0000000..5c98891
Binary files /dev/null and b/src/assets/Icon_Blurry.png differ
diff --git a/src/assets/Icon_PufferIcons.png b/src/assets/Icon_PufferIcons.png
new file mode 100644
index 0000000..2566711
Binary files /dev/null and b/src/assets/Icon_PufferIcons.png differ
diff --git a/src/assets/Icon_PufferIcons_Filled.png b/src/assets/Icon_PufferIcons_Filled.png
new file mode 100644
index 0000000..5b34060
Binary files /dev/null and b/src/assets/Icon_PufferIcons_Filled.png differ
diff --git a/src/assets/Icon_Puffercat_Apps.png b/src/assets/Icon_Puffercat_Apps.png
new file mode 100644
index 0000000..3a334dc
Binary files /dev/null and b/src/assets/Icon_Puffercat_Apps.png differ
diff --git a/src/assets/Icon_Shapes.png b/src/assets/Icon_Shapes.png
new file mode 100644
index 0000000..db847f1
Binary files /dev/null and b/src/assets/Icon_Shapes.png differ
diff --git a/src/assets/Icon_Tipper.png b/src/assets/Icon_Tipper.png
new file mode 100644
index 0000000..9113478
Binary files /dev/null and b/src/assets/Icon_Tipper.png differ
diff --git a/src/assets/Icon_Tipper3.png b/src/assets/Icon_Tipper3.png
new file mode 100644
index 0000000..0505e8f
Binary files /dev/null and b/src/assets/Icon_Tipper3.png differ
diff --git a/src/assets/Icon_WallCat.png b/src/assets/Icon_WallCat.png
new file mode 100644
index 0000000..1d0665f
Binary files /dev/null and b/src/assets/Icon_WallCat.png differ
diff --git a/src/assets/Logo_Ionic.png b/src/assets/Logo_Ionic.png
new file mode 100644
index 0000000..3bbd584
Binary files /dev/null and b/src/assets/Logo_Ionic.png differ
diff --git a/src/assets/Logo_Vue.png b/src/assets/Logo_Vue.png
new file mode 100644
index 0000000..b75c4bf
Binary files /dev/null and b/src/assets/Logo_Vue.png differ
diff --git a/src/assets/Logo_Vue_Dark.png b/src/assets/Logo_Vue_Dark.png
new file mode 100644
index 0000000..863a0c7
Binary files /dev/null and b/src/assets/Logo_Vue_Dark.png differ
diff --git a/src/router/index.ts b/src/router/index.ts
index 633c719..e63a348 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -5,7 +5,7 @@ import TabsPage from '../views/TabsPage.vue'
const routes: Array = [
{
path: '/',
- redirect: '/tabs/tab1'
+ redirect: '/tabs/apps'
},
{
path: '/tabs/',
@@ -13,19 +13,15 @@ const routes: Array = [
children: [
{
path: '',
- redirect: '/tabs/tab1'
+ redirect: '/tabs/apps'
},
{
- path: 'tab1',
- component: () => import('@/views/Tab1Page.vue')
+ path: 'apps',
+ component: () => import('@/views/Apps.vue')
},
{
- path: 'tab2',
- component: () => import('@/views/Tab2Page.vue')
- },
- {
- path: 'tab3',
- component: () => import('@/views/Tab3Page.vue')
+ path: 'soon',
+ component: () => import('@/views/ComingSoon.vue')
}
]
}
diff --git a/src/theme/variables.css b/src/theme/variables.css
index 1cbe987..f443820 100644
--- a/src/theme/variables.css
+++ b/src/theme/variables.css
@@ -4,28 +4,26 @@ http://ionicframework.com/docs/theming/ */
/** Ionic CSS Variables **/
:root {
/** primary **/
- --ion-color-primary: #3880ff;
- --ion-color-primary-rgb: 56, 128, 255;
- --ion-color-primary-contrast: #ffffff;
- --ion-color-primary-contrast-rgb: 255, 255, 255;
- --ion-color-primary-shade: #3171e0;
- --ion-color-primary-tint: #4c8dff;
+ --ion-color-primary: #009473;
+ --ion-color-primary-rgb: 0,148,115;
+ --ion-color-primary-contrast: #ffffff;
+ --ion-color-primary-contrast-rgb: 255,255,255;
+ --ion-color-primary-shade: #008265;
+ --ion-color-primary-tint: #1a9f81;
- /** secondary **/
- --ion-color-secondary: #3dc2ff;
- --ion-color-secondary-rgb: 61, 194, 255;
- --ion-color-secondary-contrast: #ffffff;
- --ion-color-secondary-contrast-rgb: 255, 255, 255;
- --ion-color-secondary-shade: #36abe0;
- --ion-color-secondary-tint: #50c8ff;
+ --ion-color-secondary: #00726A;
+ --ion-color-secondary-rgb: 0,114,106;
+ --ion-color-secondary-contrast: #ffffff;
+ --ion-color-secondary-contrast-rgb: 255,255,255;
+ --ion-color-secondary-shade: #00645d;
+ --ion-color-secondary-tint: #1a8079;
- /** tertiary **/
- --ion-color-tertiary: #5260ff;
- --ion-color-tertiary-rgb: 82, 96, 255;
- --ion-color-tertiary-contrast: #ffffff;
- --ion-color-tertiary-contrast-rgb: 255, 255, 255;
- --ion-color-tertiary-shade: #4854e0;
- --ion-color-tertiary-tint: #6370ff;
+ --ion-color-tertiary: #005060;
+ --ion-color-tertiary-rgb: 0,80,96;
+ --ion-color-tertiary-contrast: #ffffff;
+ --ion-color-tertiary-contrast-rgb: 255,255,255;
+ --ion-color-tertiary-shade: #004654;
+ --ion-color-tertiary-tint: #1a6270;
/** success **/
--ion-color-success: #2dd36f;
@@ -83,26 +81,26 @@ http://ionicframework.com/docs/theming/ */
*/
body {
- --ion-color-primary: #428cff;
- --ion-color-primary-rgb: 66,140,255;
- --ion-color-primary-contrast: #ffffff;
- --ion-color-primary-contrast-rgb: 255,255,255;
- --ion-color-primary-shade: #3a7be0;
- --ion-color-primary-tint: #5598ff;
+ --ion-color-primary: #009473;
+ --ion-color-primary-rgb: 0,148,115;
+ --ion-color-primary-contrast: #ffffff;
+ --ion-color-primary-contrast-rgb: 255,255,255;
+ --ion-color-primary-shade: #008265;
+ --ion-color-primary-tint: #1a9f81;
- --ion-color-secondary: #50c8ff;
- --ion-color-secondary-rgb: 80,200,255;
- --ion-color-secondary-contrast: #ffffff;
- --ion-color-secondary-contrast-rgb: 255,255,255;
- --ion-color-secondary-shade: #46b0e0;
- --ion-color-secondary-tint: #62ceff;
+ --ion-color-secondary: #00726A;
+ --ion-color-secondary-rgb: 0,114,106;
+ --ion-color-secondary-contrast: #ffffff;
+ --ion-color-secondary-contrast-rgb: 255,255,255;
+ --ion-color-secondary-shade: #00645d;
+ --ion-color-secondary-tint: #1a8079;
- --ion-color-tertiary: #6a64ff;
- --ion-color-tertiary-rgb: 106,100,255;
- --ion-color-tertiary-contrast: #ffffff;
- --ion-color-tertiary-contrast-rgb: 255,255,255;
- --ion-color-tertiary-shade: #5d58e0;
- --ion-color-tertiary-tint: #7974ff;
+ --ion-color-tertiary: #005060;
+ --ion-color-tertiary-rgb: 0,80,96;
+ --ion-color-tertiary-contrast: #ffffff;
+ --ion-color-tertiary-contrast-rgb: 255,255,255;
+ --ion-color-tertiary-shade: #004654;
+ --ion-color-tertiary-tint: #1a6270;
--ion-color-success: #2fdf75;
--ion-color-success-rgb: 47,223,117;
diff --git a/src/views/Apps.vue b/src/views/Apps.vue
new file mode 100644
index 0000000..189c1d0
--- /dev/null
+++ b/src/views/Apps.vue
@@ -0,0 +1,252 @@
+
+
+
+
+
+
+
+
+
+
+ About
+
+
+
+
+ About Puffercat Apps
+
+ Close
+
+
+
+
+
+ Puffercat Apps
+ v0.0.1 alpha
+
+
+
+
+
+
+
+
+
+ Apps
+
+
+
+
+
+ Apps
+
+
+
+
+
+
+
+
+
+ PufferIcons
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Puffercat Apps
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Shapes
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Blurry Wallpapers
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Tipper by myCALC
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/ComingSoon.vue b/src/views/ComingSoon.vue
new file mode 100644
index 0000000..822d875
--- /dev/null
+++ b/src/views/ComingSoon.vue
@@ -0,0 +1,220 @@
+
+
+
+
+
+
+
+
+
+
+ About
+
+
+
+
+ About Puffercat Apps
+
+ Close
+
+
+
+
+
+ Puffercat Apps
+ v0.0.1 alpha
+
+
+
+
+
+
+
+
+
+ Coming Soon
+
+
+
+
+
+ Coming Soon
+
+
+
+
+
+
+
+
+
+ PufferIcons Filled
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ WallCat
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Tipper3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/Tab1Page.vue b/src/views/Tab1Page.vue
deleted file mode 100644
index 52a4755..0000000
--- a/src/views/Tab1Page.vue
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
- Tab 1
-
-
-
-
-
- Tab 1
-
-
-
-
-
-
-
-
-
diff --git a/src/views/Tab2Page.vue b/src/views/Tab2Page.vue
deleted file mode 100644
index cdf9a7d..0000000
--- a/src/views/Tab2Page.vue
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
- Tab 2
-
-
-
-
-
- Tab 2
-
-
-
-
-
-
-
-
-
diff --git a/src/views/Tab3Page.vue b/src/views/Tab3Page.vue
deleted file mode 100644
index 62d8565..0000000
--- a/src/views/Tab3Page.vue
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
- Tab 3
-
-
-
-
-
- Tab 3
-
-
-
-
-
-
-
-
-
diff --git a/src/views/TabsPage.vue b/src/views/TabsPage.vue
index b4c107a..adca389 100644
--- a/src/views/TabsPage.vue
+++ b/src/views/TabsPage.vue
@@ -3,19 +3,14 @@
-
-
- Tab 1
+
+
+ Apps
-
-
- Tab 2
-
-
-
-
- Tab 3
+
+
+ Coming Soon
@@ -25,7 +20,7 @@