diff --git a/src/app/pages-family/playground/playground.page.html b/src/app/pages-family/playground/playground.page.html index 7cce06a..86d67c5 100644 --- a/src/app/pages-family/playground/playground.page.html +++ b/src/app/pages-family/playground/playground.page.html @@ -23,18 +23,18 @@
-
+
- No idea 1 -
-
- - No idea 2 -
-
- - No idea 3 + {{item.name}}
+ + + + + + + +
diff --git a/src/app/pages-family/playground/playground.page.ts b/src/app/pages-family/playground/playground.page.ts index c82af56..051be34 100644 --- a/src/app/pages-family/playground/playground.page.ts +++ b/src/app/pages-family/playground/playground.page.ts @@ -41,6 +41,7 @@ export class PlaygroundPage implements OnInit { playListTotalData:any; playListData: []; + playFastMenu:[]; paygroundData(){ @@ -53,6 +54,7 @@ export class PlaygroundPage implements OnInit { this.playListTotalData = playListTotalData; //debugger; // console.log("REFER RETURN->", this.referTotalData); + this.playFastMenu = this.playListTotalData.layer_menu; this.playListData = this.playListTotalData.result_list; console.log("playListTotalData RETURN DATA->", this.playListData); } diff --git a/src/app/pages/home/home.page.html b/src/app/pages/home/home.page.html index b25c6e6..1abd1e3 100644 --- a/src/app/pages/home/home.page.html +++ b/src/app/pages/home/home.page.html @@ -49,18 +49,31 @@ + + + + + Playground + Get Started + + + - - AI PlayGround - - - Artificial Intelligence Playground - - - - - + + + + + + + + + + + @@ -76,9 +89,13 @@
-
-
+ +
+
+
+
+
diff --git a/src/app/pages/home/home.page.scss b/src/app/pages/home/home.page.scss index 394cb61..13be2c3 100644 --- a/src/app/pages/home/home.page.scss +++ b/src/app/pages/home/home.page.scss @@ -38,6 +38,35 @@ ion-header { } } } +.fam1{ + margin:10px 0px 10px 0px; + border-radius: 10px; + min-height: 100px; + .famleft{ + background-image: url("https://www.wrenchboard.com/assets/images/apps/family/kids-waiting.jpg"); + background-size: contain; + background-repeat: no-repeat; + width:100%; + height: 130px; + border-radius: 10px 0px 0px 10px; + } + .pend-row{ + border-radius: 10px; + background-color: aliceblue; + margin: 5px 0px 10px 0px; + padding: 2px; + } + .mid_place{ + margin: auto; + text-align: center; + .sug_text{ + font-weight: bolder; + font-size: 14px; + padding: 5px; + } + } +} + ion-card{ margin: 10px 0px 10px 0px; } diff --git a/src/app/pages/home/home.page.ts b/src/app/pages/home/home.page.ts index 5716210..f45edbd 100644 --- a/src/app/pages/home/home.page.ts +++ b/src/app/pages/home/home.page.ts @@ -12,7 +12,7 @@ import { OnesignalService } from 'src/app/services/onesignal.service';// styleUrls: ['./home.page.scss'], }) export class HomePage implements OnInit { - + homebannerCount:number=0; firstname: string = ''; active_job_count:number = 0; blogData: []; @@ -103,6 +103,7 @@ export class HomePage implements OnInit { this.bannerResult = bannerResult; console.log("BANNERS RETURN->", this.bannerResult); this.bannerData = this.bannerResult.result_list; + this.homebannerCount = this.bannerData.length; // debugger; console.log("BANNERS RETURN DATA->", this.bannerData); // this.blogDataService.setBlogData(this.blogResult.blog_data);