|
|
|
@@ -27,7 +27,8 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="right">
|
|
|
|
|
<ion-icon name="notifications-outline" (click)="onNotification()"></ion-icon>
|
|
|
|
|
<!-- <ion-icon name="notifications-outline" (click)="onNotification()"></ion-icon>-->
|
|
|
|
|
<ion-icon name="help-circle-outline" (click)="onHelp()"></ion-icon>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</ion-toolbar>
|
|
|
|
@@ -61,47 +62,8 @@
|
|
|
|
|
</ion-col>
|
|
|
|
|
</ion-row>
|
|
|
|
|
</ion-grid>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <ion-card (click)="goPlayground()">-->
|
|
|
|
|
<!-- <img alt="AI PlayGround" src="https://www.wrenchboard.com/assets/images/apps/ai-playground.jpg" />-->
|
|
|
|
|
<!-- <ion-card-header>-->
|
|
|
|
|
<!--<!– <ion-card-title>Card Title</ion-card-title>–>-->
|
|
|
|
|
<!-- <ion-card-subtitle>Artificial Intelligence Playground</ion-card-subtitle>-->
|
|
|
|
|
<!-- </ion-card-header>-->
|
|
|
|
|
|
|
|
|
|
<!--<!– <ion-card-content>–>-->
|
|
|
|
|
<!--<!– Here's a small text description for the–>-->
|
|
|
|
|
<!--<!– </ion-card-content>–>-->
|
|
|
|
|
<!-- </ion-card>-->
|
|
|
|
|
|
|
|
|
|
<!-- <ion-card>-->
|
|
|
|
|
<!-- <img alt="Silhouette of mountains" src="https://ionicframework.com/docs/img/demos/card-media.png" />-->
|
|
|
|
|
<!-- <ion-card-header>-->
|
|
|
|
|
<!-- <!– <ion-card-title>Card Title</ion-card-title>–>-->
|
|
|
|
|
<!-- <ion-card-subtitle>Card Subtitle</ion-card-subtitle>-->
|
|
|
|
|
<!-- </ion-card-header>-->
|
|
|
|
|
|
|
|
|
|
<!-- <ion-card-content>-->
|
|
|
|
|
<!-- Here's a small text description for the-->
|
|
|
|
|
<!-- </ion-card-content>-->
|
|
|
|
|
<!-- </ion-card>-->
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<ng-template #elseFulltag>
|
|
|
|
|
<!-- <ion-toolbar class="top-tool" *ngIf="walletDescription !='' || active_job_count != 0">-->
|
|
|
|
|
<!-- <ion-buttons slot="start">-->
|
|
|
|
|
<!-- <ion-button *ngIf="walletDescription !='' " fill="solid" color="secondary" shape="round" >{{walletDescription}}</ion-button>-->
|
|
|
|
|
<!-- <ion-button fill="solid" color="secondary" shape="round" > My Jobs</ion-button>-->
|
|
|
|
|
<!-- </ion-buttons>-->
|
|
|
|
|
<!-- <ion-buttons>-->
|
|
|
|
|
<!-- <ion-button fill="solid" color="secondary" shape="round" >{{walletDescription}}</ion-button>-->
|
|
|
|
|
<!-- </ion-buttons>-->
|
|
|
|
|
<!--<!– <ion-buttons>–>-->
|
|
|
|
|
<!--<!– <ion-button fill="solid" color="secondary" shape="round" >{{walletDescription}}</ion-button>–>-->
|
|
|
|
|
<!--<!– </ion-buttons>–>-->
|
|
|
|
|
|
|
|
|
|
<!-- </ion-toolbar>-->
|
|
|
|
|
|
|
|
|
|
<ion-toolbar class="top-tool" *ngIf="walletDescription !='' || active_job_count != 0">
|
|
|
|
|
<ion-buttons slot="secondary" *ngIf="walletDescription !='' ">
|
|
|
|
@@ -188,75 +150,74 @@
|
|
|
|
|
</ion-row>
|
|
|
|
|
</ion-grid>
|
|
|
|
|
|
|
|
|
|
<!-- <div class="bg_white bg_alice" *ngFor="let item of blogData; let i = index" (click)="blogDetails(item)">-->
|
|
|
|
|
<!-- <div class="blog_list">-->
|
|
|
|
|
<!-- <div class="detail">-->
|
|
|
|
|
<!-- <ion-label class="name">{{item.post_title}}</ion-label>-->
|
|
|
|
|
<!-- </div>-->
|
|
|
|
|
<!-- <div class="bg_image back_image banner_image" [style.backgroundImage]="'url(https://blog.wrenchboard.com/wp-content/uploads/'+item.meta_value+')'"></div>-->
|
|
|
|
|
<!-- </div>-->
|
|
|
|
|
<!-- <!– <ion-icon slot ="end" name="bookmark-outline" class="save" color="primary"></ion-icon>–>-->
|
|
|
|
|
<!-- </div>-->
|
|
|
|
|
</ng-template>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- <div class="flex">
|
|
|
|
|
<ion-label class="bold_text">Top Mentors</ion-label>
|
|
|
|
|
<ion-label class="color_text" (click)="onTopMentors()">See all</ion-label>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="story-item">
|
|
|
|
|
<div class="menu">
|
|
|
|
|
<div class="item" *ngFor="let item of [1,2,3,4,5,6,7,8,9,10]">
|
|
|
|
|
<ion-thumbnail> <img src="assets/images/p1.jpg" /> </ion-thumbnail>
|
|
|
|
|
<ion-label>Bob</ion-label>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div> -->
|
|
|
|
|
|
|
|
|
|
<!-- <div class="flex">
|
|
|
|
|
<ion-label class="bold_text">Most Popular Courses</ion-label>
|
|
|
|
|
<ion-label class="color_text" (click)="onPopular()">See all</ion-label>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="story-item">
|
|
|
|
|
<div class="menu">
|
|
|
|
|
<div class="text">
|
|
|
|
|
<ion-label class="select">All</ion-label>
|
|
|
|
|
<ion-label>Design</ion-label>
|
|
|
|
|
<ion-label>Business</ion-label>
|
|
|
|
|
<ion-label>Education</ion-label>
|
|
|
|
|
<ion-label>Finance</ion-label>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div> -->
|
|
|
|
|
|
|
|
|
|
<!-- <div class="bg_image back_image" [style.backgroundImage]="'url(assets/images/taskbanners/'+item.banner+')'"></div>-->
|
|
|
|
|
<div *ngIf="active_job_count != 0">
|
|
|
|
|
|
|
|
|
|
<!-- <ion-fab slot="fixed" class="job_fab" vertical="top" color="primary" horizontal="end" [edge]="true">-->
|
|
|
|
|
<!-- <ion-fab-button>-->
|
|
|
|
|
<!-- <ion-label>My Jobs</ion-label>-->
|
|
|
|
|
<!-- </ion-fab-button>-->
|
|
|
|
|
<!-- <ion-fab-list side="bottom">-->
|
|
|
|
|
<!-- <ion-fab-button color="secondary" (click)="myJobs(1)">-->
|
|
|
|
|
<!-- <ion-icon name="list"></ion-icon>-->
|
|
|
|
|
<!-- </ion-fab-button>-->
|
|
|
|
|
<!-- <ion-fab-button color="success" (click)="myJobs(2)">-->
|
|
|
|
|
<!-- <ion-icon name="list"></ion-icon>-->
|
|
|
|
|
<!-- </ion-fab-button>-->
|
|
|
|
|
<!-- <ion-fab-button color="danger" (click)="myJobs(3)">-->
|
|
|
|
|
<!-- </ion-fab-button>-->
|
|
|
|
|
<!-- </ion-fab-list>-->
|
|
|
|
|
<!-- </ion-fab>-->
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</ion-content>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--<div *ngIf="isModalOpen==true">-->
|
|
|
|
|
<!-- <ion-backdrop [visible]="isModalOpenBackdrop"></ion-backdrop>-->
|
|
|
|
|
<ion-modal [isOpen]="isModalOpen">
|
|
|
|
|
<ng-template>
|
|
|
|
|
<ion-header class="modal-head">
|
|
|
|
|
<ion-toolbar>
|
|
|
|
|
<ion-title>Help</ion-title>
|
|
|
|
|
<ion-buttons slot="end">
|
|
|
|
|
<ion-button (click)="setCloseModal()">Close</ion-button>
|
|
|
|
|
</ion-buttons>
|
|
|
|
|
</ion-toolbar>
|
|
|
|
|
</ion-header>
|
|
|
|
|
<ion-content class="ion-padding">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</ion-content>
|
|
|
|
|
<ion-footer>
|
|
|
|
|
<ion-grid style="background-color: lightgray;">
|
|
|
|
|
<ion-row>
|
|
|
|
|
<ion-col>
|
|
|
|
|
<!-- <ion-button-->
|
|
|
|
|
<!-- (click)="setCloseModal()"-->
|
|
|
|
|
<!-- shape="round"-->
|
|
|
|
|
<!-- size="small"-->
|
|
|
|
|
<!-- color="danger">-->
|
|
|
|
|
<!-- Close-->
|
|
|
|
|
<!-- </ion-button>-->
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col></ion-col>
|
|
|
|
|
<ion-col>
|
|
|
|
|
<ion-button
|
|
|
|
|
(click)="setCloseModal()"
|
|
|
|
|
shape="round"
|
|
|
|
|
size="small"
|
|
|
|
|
color="danger">
|
|
|
|
|
Close
|
|
|
|
|
</ion-button>
|
|
|
|
|
</ion-col>
|
|
|
|
|
</ion-row>
|
|
|
|
|
</ion-grid>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</ion-footer>
|
|
|
|
|
|
|
|
|
|
<!-- <ion-footer>-->
|
|
|
|
|
<!-- <ion-toolbar>-->
|
|
|
|
|
<!-- <ion-button [disabled]="isProcessDisabled" (click)="processPayment(processor)">Create Job </ion-button>-->
|
|
|
|
|
<!-- </ion-toolbar>-->
|
|
|
|
|
<!-- </ion-footer>-->
|
|
|
|
|
</ng-template>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</ion-modal>
|
|
|
|
|
<!--</div>-->
|