CXlean up
This commit is contained in:
@@ -38,15 +38,15 @@
|
||||
</div>
|
||||
|
||||
<div class="lesson">
|
||||
<div class="flex">
|
||||
<ion-label class="bold">Most Popular Courses</ion-label>
|
||||
<ion-label class="color">See all</ion-label>
|
||||
</div>
|
||||
<!-- <div class="flex">-->
|
||||
<!-- <ion-label class="bold">Most Popular Courses</ion-label>-->
|
||||
<!-- <ion-label class="color">See all</ion-label>-->
|
||||
<!-- </div>-->
|
||||
|
||||
<div class="sec">
|
||||
<ion-label class="grey">Section 1 - Introduction</ion-label>
|
||||
<ion-label class="color">15 min</ion-label>
|
||||
</div>
|
||||
<!-- <div class="sec">-->
|
||||
<!-- <ion-label class="grey">Section 1 - Introduction</ion-label>-->
|
||||
<!-- <ion-label class="color">15 min</ion-label>-->
|
||||
<!-- </div>-->
|
||||
|
||||
<div class="video" *ngFor="let item of jobManagerJobsData">
|
||||
<div class="left">
|
||||
@@ -54,7 +54,9 @@
|
||||
|
||||
<div class="text">
|
||||
<ion-label class="bold_text">{{item.title}}</ion-label>
|
||||
<ion-label class="grey_text">10 mins</ion-label>
|
||||
<ion-label class="grey_text">{{item.description}}</ion-label>
|
||||
<ion-label class="price_line"> {{item.price*0.01}} {{item.currency}} </ion-label>
|
||||
<ion-label class="due_date">Timeline: {{item.timeline_days}} days</ion-label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="right">
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<ion-label class="bg_text">3D Design</ion-label>
|
||||
<ion-label class="bg_text">.....</ion-label>
|
||||
<div class="rate">
|
||||
<ion-button size="small" fill="outline" (click)="onMyJobs()">
|
||||
<ion-icon name="star-half-outline" color="warning"></ion-icon>
|
||||
|
||||
@@ -27,6 +27,8 @@
|
||||
<div class="text">
|
||||
<ion-label class="bold_text">{{item.title}}</ion-label>
|
||||
<ion-label class="grey_text">available till : {{item.expire}}</ion-label>
|
||||
<ion-label class="price_line"> {{item.price*0.01}} {{item.currency}} </ion-label>
|
||||
<ion-label class="due_date">Timeline: {{item.timeline_days}} days</ion-label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -48,13 +48,14 @@
|
||||
|
||||
<div *ngIf="tabs =='myfiles'" class="lesson">
|
||||
|
||||
<div class="video" *ngFor="let item of [1,2,3,4,5,6]">
|
||||
<div class="video" *ngFor="let item of myFilesData">
|
||||
<div class="left">
|
||||
<div class="bg_image men_image" [style.backgroundImage]="'url(assets/images/line.png)'"></div>
|
||||
|
||||
<div class="text">
|
||||
<ion-label class="bold_text">Why Using Figma ?</ion-label>
|
||||
<ion-label class="grey_text">10 mins</ion-label>
|
||||
<ion-label class="bold_text">{{item.title}}</ion-label>
|
||||
<ion-label class="grey_text">{{item.description}}</ion-label>
|
||||
<ion-label class="grey_text">{{item.file_name}}</ion-label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="right">
|
||||
@@ -66,23 +67,17 @@
|
||||
|
||||
<div *ngIf="tabs =='uploadnew'" class="lesson">
|
||||
|
||||
<div class="sec">
|
||||
<ion-label class="grey">Section 3 - Let's Practice</ion-label>
|
||||
<ion-label class="color">75 min</ion-label>
|
||||
</div>
|
||||
<div class="video" *ngFor="let item of [1,2,3,4,5,6]">
|
||||
<div class="left">
|
||||
<div class="bg_image men_image" [style.backgroundImage]="'url(assets/images/line.png)'"></div>
|
||||
<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>
|
||||
|
||||
<div class="text">
|
||||
<ion-label class="bold_text">Why Using Figma ?</ion-label>
|
||||
<ion-label class="grey_text">10 mins</ion-label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="right">
|
||||
<ion-icon name="lock-closed-outline"></ion-icon>
|
||||
</div>
|
||||
</div>
|
||||
<ion-card-content>
|
||||
Here's a small text description for the card content. Nothing more, nothing less.
|
||||
</ion-card-content>
|
||||
</ion-card>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
@@ -26,6 +26,7 @@ export class MyfilesPage implements OnInit {
|
||||
|
||||
|
||||
ngOnInit() {
|
||||
this.getMyFiles();
|
||||
}
|
||||
|
||||
onBack() {
|
||||
@@ -41,24 +42,24 @@ export class MyfilesPage implements OnInit {
|
||||
}
|
||||
|
||||
usrData: {
|
||||
action:11205, member_id: number, uid: string, sessionid: string, limit:20, page:1
|
||||
action:number, member_id: number, uid: string, sessionid: string, limit:20, page:1
|
||||
};
|
||||
notificationTotalData:any;
|
||||
notificationData: [];
|
||||
myFilesTotalData:any;
|
||||
myFilesData: [];
|
||||
getMyFiles(){
|
||||
this.usrData = {action:11205,
|
||||
this.usrData = {action:11309,
|
||||
member_id: this.sessionDataProviderService.member_id,
|
||||
uid: this.sessionDataProviderService.member_uid,
|
||||
sessionid: this.sessionDataProviderService.session ,
|
||||
limit:20, page:1}
|
||||
|
||||
this.wrenchService.getMyNotifications(this.usrData).subscribe(
|
||||
notificationTotalData => {
|
||||
this.notificationTotalData = notificationTotalData;
|
||||
console.log("NOTIFICATION RETURN->", this.notificationTotalData);
|
||||
this.notificationData = this.notificationTotalData.result_list;
|
||||
this.wrenchService.getMyFiles(this.usrData).subscribe(
|
||||
myFilesTotalData => {
|
||||
this.myFilesTotalData = myFilesTotalData;
|
||||
console.log("myFilesData RETURN->", this.myFilesTotalData);
|
||||
this.myFilesData = this.myFilesTotalData.result_list;
|
||||
// debugger;
|
||||
console.log("JOBS RETURN DATA->", this.notificationData);
|
||||
console.log("myFilesData RETURN DATA->", this.myFilesData);
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
@@ -18,24 +18,17 @@
|
||||
</ion-header>
|
||||
|
||||
<ion-content class="ion-padding">
|
||||
<ion-label class="head_text">1.Types of data we collect</ion-label>
|
||||
<ion-label class="head_text">Privacy Policy</ion-label>
|
||||
|
||||
<ion-label class="ans">Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quibusdam labore odio sit, sunt,
|
||||
distinctio
|
||||
consectetur maiores magni autem ipsam eum et quaerat repellendus voluptatum officiis tempore. Magni vel dolore
|
||||
porro.</ion-label>
|
||||
<ion-label class="ans">Wrenchboard issues this policy to inform users about the information we collect, the use and disclosures in the course of interactions with the WrenchBoard services by customers. We value the privacy of our customers and such strive to employ best industry standards and practices to protect their privacy. By signing up for this services, using our products or technologies offered through the WrenchBoard website, you expressly agree to the terms of this Privacy Policy.</ion-label>
|
||||
|
||||
<ion-label class="head_text">2.Types of data we collect</ion-label>
|
||||
<ion-label class="head_text">Collection of Information</ion-label>
|
||||
|
||||
<ion-label class="ans">Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quibusdam labore odio sit, sunt,
|
||||
distinctio
|
||||
consectetur maiores magni autem ipsam eum et quaerat repellendus voluptatum officiis tempore. Magni vel dolore
|
||||
porro.</ion-label>
|
||||
<ion-label class="ans">When you sign up for WrenchBoard platform as a user, freelancer, worker or client, you inadvertently provide certain personal information such as name and email address. This information may be used to identify or contact you as part of the service we provide. Below is information we may collect from registered users of the service.</ion-label>
|
||||
|
||||
<ion-label class="head_text">3.Types of data we collect</ion-label>
|
||||
<ion-label class="head_text">Use of Personal Information</ion-label>
|
||||
|
||||
<ion-label class="ans">The information we collect about you is mainly utilized to provide a secure, efficient and smooth user experience as you interact with the site. We may also utilize the information to contact you to resolve issues with your account or resolve disputes between freelancers and clients. We also use your personal information in the following ways.
|
||||
</ion-label>
|
||||
|
||||
<ion-label class="ans">Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quibusdam labore odio sit, sunt,
|
||||
distinctio
|
||||
consectetur maiores magni autem ipsam eum et quaerat repellendus voluptatum officiis tempore. Magni vel dolore
|
||||
porro.</ion-label>
|
||||
</ion-content>
|
||||
|
||||
@@ -19,24 +19,24 @@
|
||||
|
||||
<ion-content class="ion-padding">
|
||||
<div class="flex">
|
||||
<ion-label>Face ID</ion-label>
|
||||
<ion-label>Alert me on multiple login trial</ion-label>
|
||||
<ion-toggle slot="end" name="grape" color="tertiary"></ion-toggle>
|
||||
</div>
|
||||
|
||||
<div class="flex">
|
||||
<ion-label>Remember me</ion-label>
|
||||
<ion-toggle slot="end" name="grape" color="tertiary" checked></ion-toggle>
|
||||
</div>
|
||||
<!-- <div class="flex">-->
|
||||
<!-- <ion-label>Remember me</ion-label>-->
|
||||
<!-- <ion-toggle slot="end" name="grape" color="tertiary" checked></ion-toggle>-->
|
||||
<!-- </div>-->
|
||||
|
||||
<div class="flex">
|
||||
<ion-label>Touch ID</ion-label>
|
||||
<ion-toggle slot="end" name="grape" color="tertiary" checked></ion-toggle>
|
||||
</div>
|
||||
<!-- <div class="flex">-->
|
||||
<!-- <ion-label>Touch ID</ion-label>-->
|
||||
<!-- <ion-toggle slot="end" name="grape" color="tertiary" checked></ion-toggle>-->
|
||||
<!-- </div>-->
|
||||
|
||||
<div class="flex">
|
||||
<ion-label>Google Authenticator</ion-label>
|
||||
<ion-icon name="chevron-forward-outline"></ion-icon>
|
||||
</div>
|
||||
<!-- <div class="flex">-->
|
||||
<!-- <ion-label>Google Authenticator</ion-label>-->
|
||||
<!-- <ion-icon name="chevron-forward-outline"></ion-icon>-->
|
||||
<!-- </div>-->
|
||||
|
||||
<ion-button expand="full" class="add_button" shape="round">
|
||||
Change Password
|
||||
|
||||
Reference in New Issue
Block a user