|
@@ -1 +1,147 @@
|
|
|
-<p>other-information works!</p>
|
|
|
+<h2
|
|
|
+ mat-dialog-title
|
|
|
+ fxLayout="row"
|
|
|
+ fxLayoutAlign="center center"
|
|
|
+ class="personal-info-title"
|
|
|
+>
|
|
|
+ <!-- <img src="../../../../../../assets/images/arrow.svg" alt="" title="" /> -->
|
|
|
+ <div class="text-center">
|
|
|
+ <span>Create contractor contract</span>
|
|
|
+ <p class="bold">"Other information"</p>
|
|
|
+ </div>
|
|
|
+</h2>
|
|
|
+<mat-dialog-content class="mat-typography">
|
|
|
+ <div class="who-submit" fxLayout="row" fxLayoutAlign="start center">
|
|
|
+ <span>Who can submit work?</span>
|
|
|
+ <div class="submit-type" fxLayout="row" fxLayoutAlign="start center">
|
|
|
+ <span class="type">Client</span>
|
|
|
+ <span class="type">Contractor</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div fxLayout="row wrap" fxLayoutAlign="center center" class="gap-10 mt-3">
|
|
|
+ <div
|
|
|
+ fxFlex.lt-md="100"
|
|
|
+ fxFlex.gt-sm="48"
|
|
|
+ class="form-input"
|
|
|
+ fxLayout="column"
|
|
|
+ fxLayoutAlign="start stretch"
|
|
|
+ >
|
|
|
+ <label for="notice_period">
|
|
|
+ <span>Notice perioed<span class="red">*</span></span>
|
|
|
+ </label>
|
|
|
+ <input
|
|
|
+ type="text"
|
|
|
+ id="notice_period"
|
|
|
+ placeholder="Enter number of days"
|
|
|
+ />
|
|
|
+ </div>
|
|
|
+ <div
|
|
|
+ fxFlex.lt-md="100"
|
|
|
+ fxFlex.gt-sm="48"
|
|
|
+ class="form-input"
|
|
|
+ fxLayout="column"
|
|
|
+ fxLayoutAlign="start stretch"
|
|
|
+ >
|
|
|
+ <label for="termination_date">
|
|
|
+ <span>Termination Date<span class="red">*</span></span>
|
|
|
+ </label>
|
|
|
+ <input type="date" id="datermination_datete" placeholder="select date" />
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div fxLayout="row wrap" fxLayoutAlign="center start" class="gap-10 mt-2">
|
|
|
+ <div
|
|
|
+ fxFlex.lt-md="100"
|
|
|
+ fxFlex.gt-sm="48"
|
|
|
+ class="form-input"
|
|
|
+ fxLayout="column"
|
|
|
+ fxLayoutAlign="start stretch"
|
|
|
+ >
|
|
|
+ <div class="check_box">
|
|
|
+ <div fxLayout="row" fxLayoutAlign="space-between center">
|
|
|
+ <mat-checkbox class="example-margin">
|
|
|
+ <p class="check-span">Stock option offer</p></mat-checkbox
|
|
|
+ >
|
|
|
+ <button class="add-btn">Add</button>
|
|
|
+ </div>
|
|
|
+ <p class="description">
|
|
|
+ A stock option provides an employee with the opportunity to purchase a
|
|
|
+ set number of shares of company stock at a certain price within a
|
|
|
+ certain period of time. The price is called the “grant price” or
|
|
|
+ “strike price.” This price is usually based on a discounted price of
|
|
|
+ the stock at the time of hire
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div
|
|
|
+ fxFlex.lt-md="100"
|
|
|
+ fxFlex.gt-sm="48"
|
|
|
+ class="form-input"
|
|
|
+ fxLayout="column"
|
|
|
+ fxLayoutAlign="start stretch"
|
|
|
+ >
|
|
|
+ <div class="check_box">
|
|
|
+ <div fxLayout="row" fxLayoutAlign="space-between center">
|
|
|
+ <mat-checkbox class="example-margin">
|
|
|
+ <p class="check-span">Coworking space membership</p></mat-checkbox
|
|
|
+ >
|
|
|
+ <button class="add-btn">Add</button>
|
|
|
+ </div>
|
|
|
+ <p class="description">
|
|
|
+ All Access is a monthly coworking membership to beautifully designed
|
|
|
+ spaces near home or around the world
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div fxLayout="row wrap" fxLayoutAlign="center start" class="gap-10 mt-2">
|
|
|
+ <div
|
|
|
+ fxFlex.lt-md="100"
|
|
|
+ fxFlex.gt-sm="48"
|
|
|
+ class="form-input"
|
|
|
+ fxLayout="column"
|
|
|
+ fxLayoutAlign="start stretch"
|
|
|
+ >
|
|
|
+ <div class="check_box">
|
|
|
+ <div fxLayout="row" fxLayoutAlign="space-between center">
|
|
|
+ <mat-checkbox class="example-margin">
|
|
|
+ <p class="check-span">Additional Document</p></mat-checkbox
|
|
|
+ >
|
|
|
+ <button class="add-btn">Add</button>
|
|
|
+ </div>
|
|
|
+ <p class="description">
|
|
|
+ Additional Document attach any additional Document you may required
|
|
|
+ for the contract . attach a zip for multiple documents
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div
|
|
|
+ fxFlex.lt-md="100"
|
|
|
+ fxFlex.gt-sm="48"
|
|
|
+ class="form-input"
|
|
|
+ fxLayout="column"
|
|
|
+ fxLayoutAlign="start stretch"
|
|
|
+ >
|
|
|
+ <div class="check_box">
|
|
|
+ <div fxLayout="row" fxLayoutAlign="space-between center">
|
|
|
+ <mat-checkbox class="example-margin">
|
|
|
+ <p class="check-span">Special Clause</p></mat-checkbox
|
|
|
+ >
|
|
|
+ <button class="add-btn">Add</button>
|
|
|
+ </div>
|
|
|
+ <p class="description">
|
|
|
+ You may want special clause in the contract to outline terms.
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+</mat-dialog-content>
|
|
|
+<mat-dialog-actions fxLayout="row" fxLayoutAlign="space-between center">
|
|
|
+ <span class="pageNumber">Page Number 5</span>
|
|
|
+
|
|
|
+ <div>
|
|
|
+ <button mat-button mat-dialog-close>Back</button>
|
|
|
+ <button mat-button [mat-dialog-close]="true" cdkFocusInitial class="next">
|
|
|
+ Next
|
|
|
+ </button>
|
|
|
+ </div>
|
|
|
+</mat-dialog-actions>
|