From 99899666351045cd197d0181a5c0764fae4debc4 Mon Sep 17 00:00:00 2001 From: Sefa Bulak Date: Fri, 24 Jan 2025 16:08:26 +0300 Subject: [PATCH] fix: launch --- app/app.vue | 29 +++++++++++++++++++++++------ app/components/AppFooter.vue | 12 +++++++++--- app/components/Card.vue | 15 +++++++++++++++ app/components/Container.vue | 4 ++-- public/bg/bg1.jpg | Bin 0 -> 8535772 bytes 5 files changed, 49 insertions(+), 11 deletions(-) create mode 100644 app/components/Card.vue create mode 100644 public/bg/bg1.jpg diff --git a/app/app.vue b/app/app.vue index 175774c..68ae5a8 100644 --- a/app/app.vue +++ b/app/app.vue @@ -19,9 +19,9 @@ const emptyHabits = computed(() => habits.value?.length === 0); -
-
-
+ +
+
Habit Tracker
An efficient tool to @@ -30,14 +30,17 @@ const emptyHabits = computed(() => habits.value?.length === 0); daily habits
- -
+ + + Continue with GitHub + + - diff --git a/app/components/AppFooter.vue b/app/components/AppFooter.vue index ea6625e..5d8e711 100644 --- a/app/components/AppFooter.vue +++ b/app/components/AppFooter.vue @@ -1,10 +1,16 @@ diff --git a/app/components/Card.vue b/app/components/Card.vue new file mode 100644 index 0000000..b723b4f --- /dev/null +++ b/app/components/Card.vue @@ -0,0 +1,15 @@ + + + diff --git a/app/components/Container.vue b/app/components/Container.vue index b1a94d9..f2dbbb0 100644 --- a/app/components/Container.vue +++ b/app/components/Container.vue @@ -1,5 +1,5 @@