Skip to content

Commit

Permalink
Merge pull request #11 from Iheanemegregory-9/backup_branch
Browse files Browse the repository at this point in the history
Backup branch
  • Loading branch information
Iheanemegregory-9 authored Jul 27, 2023
2 parents c2425de + 3cc3042 commit de1dc99
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/bazel-out

# Node
/node_modules
npm-debug.log
yarn-error.log

Expand Down
1 change: 1 addition & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
6 changes: 3 additions & 3 deletions src/app/dashboard/home/home.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<app-header></app-header>

<div class="flex align-content-center align-content-center align-content-center bg-black-alpha-30 h-screen flex justify-content-between flex-column align-content-center px-3">
<div class="flex align-content-center align-content-center align-content-center bg-black-alpha-30 flex justify-content-between flex-column align-content-center px-3 py-4 xl:h-screen">
<div class="hero-text flex flex-column justify-content-center align-content-center fadeinup animation-duration-500">
<h3 class="hero-welcome mb-3 text-center xl:text-8xl lg:text-7xl md:text-7xl text-5xl line-height-1">
Take Control Of Your <br> Finances with Ease
Expand All @@ -21,7 +21,7 @@ <h3 class="hero-welcome mb-3 text-center xl:text-8xl lg:text-7xl md:text-7xl tex

<div class="img">
<p-card class="w-full md:w-auto">
<img src="../../../assets/african-american-man-working-monstera-plant.jpg" alt="Designed by Freepick" class="border-round-md w-14rem xl:w-30rem lg:w-30rem md:w-full md:h-22rem">
<img src="../../../assets/african-american-man-working-monstera-plant.jpg" alt="Designed by Freepick" class="border-round-md w-16rem xl:w-30rem lg:w-30rem md:w-full md:h-22rem">
</p-card>
</div>
<div class="contents">
Expand All @@ -45,7 +45,7 @@ <h2>Manage Your Expenses with Ease</h2>
<div class="xl:flex px-5 justify-content-betweenxl align-content-center gap-4 py-5 sm:flex-column xl:flex-row bg-black-alpha-30">
<div class="img mt-2">
<p-card class="w-full">
<img src="../../../assets/african-american-man-working-monstera-plant.jpg" alt="Designed by Freepick" class="border-round-md w-14rem xl:w-30rem md:w-full md:h-22rem">
<img src="../../../assets/african-american-man-working-monstera-plant.jpg" alt="Designed by Freepick" class="border-round-md w-16rem xl:w-30rem md:w-full md:h-22rem">
</p-card>
</div>

Expand Down

0 comments on commit de1dc99

Please sign in to comment.