Merge branch 'master' of https://gitlab.techware.co.in/amal/getme
Showing
<ion-app> | ||
<ion-router-outlet></ion-router-outlet> | ||
</ion-app> | ||
<ion-split-pane> | ||
<ion-menu type="overlay"> | ||
<ion-content> | ||
<div class="side_menu_wrapper"> | ||
<div class="top_banner"> | ||
<div class="top_image"> | ||
</div> | ||
<div class="top_detail"> | ||
<h4>John Doe</h4> | ||
<p>[email protected]</p> | ||
</div> | ||
<div class="clear"></div> | ||
</div> | ||
<div class="sidemenu_list"> | ||
<ul> | ||
<li>Shop</li> | ||
<li>About us</li> | ||
<li>Catagories</li> | ||
<div class="sub_menu"> | ||
<ul> | ||
<li>Men's Fashion</li> | ||
<li>Women's Fashion</li> | ||
<li>Features</li> | ||
<li>Bags</li> | ||
<li>Shoes</li> | ||
<li>Electronics</li> | ||
</ul> | ||
</div> | ||
<li>Complaints & Feedback</li> | ||
<li> | ||
<span class="floatLeft">Logout</span> | ||
<span class="floatRight version">Version 1.2.0.3</span> | ||
<div class="clear"></div> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</ion-content> | ||
</ion-menu> | ||
<ion-router-outlet main></ion-router-outlet> | ||
</ion-split-pane> | ||
</ion-app> | ||
\ No newline at end of file |
<ion-header> | ||
<ion-toolbar> | ||
<ion-title>changedetails</ion-title> | ||
</ion-toolbar> | ||
</ion-header> | ||
<div class="nav_header"> | ||
<button class="nav_btn nav_back floatLeft" (click)="goBack()"> | ||
<img src="../assets/Group17_2.png"> | ||
</button> | ||
<div class="nav_title floatLeft"> | ||
<h4>CHANGE DETAILS</h4> | ||
</div> | ||
<div class="clear"></div> | ||
</div> | ||
<ion-content> | ||
</ion-content> | ||
<div class="login_wrapper"> | ||
<div class="form_div"> | ||
<div class="row"> | ||
<h6>Personal Details</h6> | ||
</div> | ||
<div class="row"> | ||
<input class="" type="text" placeholder="John Doe"> | ||
</div> | ||
<div class="row"> | ||
<input class="" type="mail" placeholder="[email protected]"> | ||
</div> | ||
<div class="row"> | ||
<input class="" type="number" placeholder="+00 9851 5871 6985"> | ||
</div> | ||
<div class="row"> | ||
<h6>Change Password</h6> | ||
</div> | ||
<div class="row"> | ||
<input class="" type="password" placeholder="Current Password"> | ||
</div> | ||
<div class="row"> | ||
<input class="" type="password" placeholder="New Password"> | ||
</div> | ||
<div class="row"> | ||
<input class="" type="password" placeholder="Confirm Password"> | ||
</div> | ||
<div class="row"> | ||
<button class="login_btn">UPDATE</button> | ||
</div> | ||
</div> | ||
</div> | ||
</ion-content> | ||
\ No newline at end of file |
src/app/delivery/delivery.module.ts
0 → 100644
src/app/delivery/delivery.page.html
0 → 100644
src/app/delivery/delivery.page.scss
0 → 100644
.nav_header { | ||
box-shadow: none; | ||
} | ||
.cart_wrapper { | ||
width: 100%; | ||
.cart_head { | ||
width: 100%; | ||
height: 240px; | ||
text-align: center; | ||
background-image: url("../../assets/[email protected]"); | ||
background-position: center bottom; | ||
background-repeat: no-repeat; | ||
background-size: cover; | ||
.nav_header { | ||
position: static; | ||
background-color: transparent; | ||
.nav_title { | ||
h4 { | ||
color: #FFF; | ||
} | ||
} | ||
} | ||
img { | ||
width: 70px; | ||
} | ||
h4 { | ||
color: #fff; | ||
font-weight: bolder; | ||
margin-bottom: 5px; | ||
text-align: center; | ||
} | ||
p { | ||
color: rgba(215, 213, 228, 1); | ||
margin: 0px; | ||
padding: 0px; | ||
font-size: 14px; | ||
text-align: center; | ||
} | ||
} | ||
.order_status { | ||
width: 100%; | ||
padding: 20px; | ||
.track_btn { | ||
border-radius: 5px; | ||
height: 40px; | ||
background-color: #29285b; | ||
color: #FFF; | ||
font-size: 18px; | ||
font-weight: lighter; | ||
padding-left: 20px; | ||
padding-right: 20px; | ||
} | ||
.status_div { | ||
margin-bottom: 10px; | ||
margin-top: 10px; | ||
h4 { | ||
margin: 0px; | ||
padding: 0px; | ||
color: rgba(215, 213, 228, 1); | ||
} | ||
h6 { | ||
margin: 0px; | ||
padding: 0px; | ||
color: rgba(215, 213, 228, 1); | ||
} | ||
} | ||
.go_green { | ||
h4 { | ||
color: rgba(53, 203, 171, 1); | ||
} | ||
} | ||
.go_green.status_gap { | ||
border-left: 2px dashed rgba(53, 203, 171, 1); | ||
} | ||
.status_gap { | ||
border-left: 2px dashed rgba(215, 213, 228, 1); | ||
height: 30px; | ||
} | ||
} | ||
.nearby_shop_list { | ||
ul { | ||
margin: 0px; | ||
padding-left: 10px; | ||
padding-right: 10px; | ||
li { | ||
list-style: none; | ||
padding-bottom: 10px; | ||
.nearby_image { | ||
width: 120px; | ||
height: 120px; | ||
float: left; | ||
background-color: #a8a8a8; | ||
border-radius: 8px; | ||
img { | ||
width: 100%; | ||
height: 100%; | ||
object-fit: cover; | ||
object-position: center; | ||
} | ||
} | ||
.nearby_detail { | ||
width: calc(100% - 120px); | ||
float: left; | ||
padding-left: 20px; | ||
padding-top: 40px; | ||
h5 { | ||
margin: 0px; | ||
padding: 0px; | ||
color: rgba(59, 57, 77, 1); | ||
font-weight: 900; | ||
padding-bottom: 2px; | ||
img { | ||
width: 16px; | ||
} | ||
} | ||
p { | ||
margin: 0px; | ||
padding: 0px; | ||
color: rgba(176, 174, 199); | ||
} | ||
} | ||
} | ||
} | ||
} | ||
.product_detail { | ||
padding: 10px; | ||
hr { | ||
border-bottom: 1px solid rgba(176, 174, 199); | ||
height: 0px; | ||
border-top: none; | ||
} | ||
h6 { | ||
margin: 0px; | ||
padding: 0px; | ||
color: #29285b; | ||
font-size: 18px; | ||
padding-bottom: 15px; | ||
} | ||
h5 { | ||
margin: 0px; | ||
padding: 0px; | ||
color: rgba(176, 174, 199, 1); | ||
font-size: 18px; | ||
line-height: 25px; | ||
padding-bottom: 15px; | ||
strong { | ||
color: rgba(41, 40, 91, 1); | ||
} | ||
span { | ||
color: rgba(41, 40, 91, 1); | ||
} | ||
.afterpay { | ||
color: rgba(206, 153, 76, 1); | ||
padding-left: 10px; | ||
} | ||
} | ||
h4 { | ||
color: rgba(41, 40, 91, 1); | ||
margin: 0px; | ||
font-weight: 900; | ||
font-size: 18px; | ||
padding-top: 20px; | ||
padding-bottom: 10px; | ||
} | ||
.cancel_btn { | ||
border-radius: 8px; | ||
height: 45px; | ||
width: 100%; | ||
background-color: #29285b; | ||
color: #FFF; | ||
font-size: 18px; | ||
font-weight: lighter; | ||
padding-left: 20px; | ||
padding-right: 20px; | ||
margin-bottom: 20px; | ||
margin-top: 20px; | ||
} | ||
} | ||
.related_product_slider { | ||
h5 { | ||
color: rgba(41, 40, 91, 1); | ||
margin: 0px; | ||
padding: 10px; | ||
font-weight: 900; | ||
font-size: 18px; | ||
} | ||
p { | ||
color: rgba(59, 57, 77, 1); | ||
padding: 10px; | ||
text-align: justify; | ||
margin: 0px; | ||
font-size: 18px; | ||
} | ||
ul { | ||
padding: 10px; | ||
padding-bottom: 0px; | ||
padding-top: 0px; | ||
margin: 0px; | ||
li { | ||
width: 100%; | ||
display: inline-block; | ||
border-top: none; | ||
border-bottom: none; | ||
margin-bottom: 10px; | ||
.product_image { | ||
height: 235px; | ||
position: relative; | ||
.featured_badge { | ||
position: absolute; | ||
top: 20px; | ||
left: 0px; | ||
color: #fff; | ||
background-color: rgba(41, 40, 91, 1); | ||
padding: 2px; | ||
padding-left: 10px; | ||
padding-right: 10px; | ||
font-size: 13px; | ||
} | ||
.fav_icon { | ||
position: absolute; | ||
top: 10px; | ||
right: 10px; | ||
font-size: 27px; | ||
width: 30px; | ||
height: 30px; | ||
background-image: url("../../assets/Group32_2.png"); | ||
background-position: center; | ||
background-repeat: no-repeat; | ||
background-size: 24px; | ||
} | ||
img { | ||
width: 100%; | ||
height: 100%; | ||
object-fit: cover; | ||
object-position: center; | ||
} | ||
} | ||
h5 { | ||
margin: 0px; | ||
padding: 0px; | ||
color: rgba(59, 57, 77, 1); | ||
padding-top: 5px; | ||
padding-bottom: 5px; | ||
font-weight: 500; | ||
text-align: left; | ||
font-size: 16px; | ||
white-space: nowrap; | ||
overflow: hidden; | ||
text-overflow: ellipsis; | ||
} | ||
p { | ||
margin: 0px; | ||
padding: 0px; | ||
color: rgba(176, 174, 199, 1); | ||
font-size: 12px; | ||
text-align: left; | ||
span { | ||
text-decoration: line-through; | ||
margin-left: 10px; | ||
color: rgba(215, 213, 228, 1) | ||
} | ||
.offer { | ||
color: #fff; | ||
background-color: rgba(41, 40, 91, 1); | ||
border-radius: 4px; | ||
text-decoration: none; | ||
padding: 3px; | ||
font-size: 13px; | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
.row { | ||
margin-bottom: 30px; | ||
} | ||
.login_btn { | ||
width: 100%; | ||
background-color: #29285b; | ||
color: #fff; | ||
border-radius: 8px; | ||
height: 45px; | ||
font-size: 16px; | ||
} | ||
.resend_btn { | ||
width: 100%; | ||
background-color: transparent; | ||
color: #29285b; | ||
border-radius: 8px; | ||
height: 45px; | ||
font-size: 16px; | ||
font-weight: 900; | ||
border: 1px solid rgba(176, 174, 199, 1); | ||
} | ||
.cancel_btn { | ||
width: 100%; | ||
background-color: transparent; | ||
color: rgba(176, 174, 199, 1); | ||
border-radius: 8px; | ||
height: 45px; | ||
font-size: 16px; | ||
font-weight: 900; | ||
} | ||
\ No newline at end of file |
src/app/delivery/delivery.page.spec.ts
0 → 100644
src/app/delivery/delivery.page.ts
0 → 100644
<ion-header> | ||
<ion-toolbar> | ||
<ion-title>profile</ion-title> | ||
</ion-toolbar> | ||
</ion-header> | ||
<div class="nav_header"> | ||
<ion-menu-toggle> | ||
<button class="nav_btn nav_menu floatLeft"> | ||
</button> | ||
</ion-menu-toggle> | ||
<div class="nav_title floatLeft"> | ||
<img src="../../assets/Group [email protected]"> | ||
</div> | ||
<div class="clear"></div> | ||
</div> | ||
<ion-content> | ||
<div class="profile_wrapper"> | ||
<div class="profile_banner"> | ||
<div class="profile_circle"> | ||
<div class="edit"></div> | ||
</div> | ||
<h5>JOHN DOE</h5> | ||
<p>LOGOUT</p> | ||
</div> | ||
<div class="account_wrapper"> | ||
<div class="account_header"> | ||
<h5 class="floatLeft">ACCOUNT INFORMATION</h5> | ||
<span class="floatRight"><img src="../../assets/edit.png"></span> | ||
<div class="clear"></div> | ||
</div> | ||
<div class="row"> | ||
<ion-row> | ||
<ion-col class="textLeft p0"> | ||
<p>Name<span>Verfied</span></p> | ||
</ion-col> | ||
<ion-col class="textRight p0"> | ||
<h6>John Doe</h6> | ||
</ion-col> | ||
</ion-row> | ||
</div> | ||
<div class="row"> | ||
<ion-row> | ||
<ion-col class="textLeft p0"> | ||
<p>Email<span>Not Verfied yet</span></p> | ||
</ion-col> | ||
<ion-col class="textRight p0"> | ||
<h6>[email protected]</h6> | ||
</ion-col> | ||
</ion-row> | ||
</div> | ||
<hr> | ||
<ion-row> | ||
<ion-col class="textLeft p0"> | ||
<p>Wishlist</p> | ||
</ion-col> | ||
<ion-col class="textRight p0"> | ||
<h6>(3)</h6> | ||
</ion-col> | ||
</ion-row> | ||
<hr> | ||
<ion-row> | ||
<ion-col class="textLeft p0"> | ||
<p>Address</p> | ||
</ion-col> | ||
<ion-col class="textRight p0"> | ||
<h6>(1)</h6> | ||
</ion-col> | ||
</ion-row> | ||
<hr> | ||
<ion-row> | ||
<ion-col class="textLeft p0"> | ||
<p>My Cards</p> | ||
</ion-col> | ||
<ion-col class="textRight p0"> | ||
<h6> | ||
<ion-icon name="arrow-forward"></ion-icon> | ||
</h6> | ||
</ion-col> | ||
</ion-row> | ||
<hr> | ||
<ion-row> | ||
<ion-col class="textLeft p0"> | ||
<p>My Order</p> | ||
</ion-col> | ||
<ion-col class="textRight p0"> | ||
<h6> | ||
<ion-icon name="arrow-forward"></ion-icon> | ||
</h6> | ||
</ion-col> | ||
</ion-row> | ||
<hr> | ||
<ion-row> | ||
<ion-col class="textLeft p0"> | ||
<p>Currency</p> | ||
</ion-col> | ||
<ion-col class="textRight p0"> | ||
<h6> | ||
<span>AUD</span> | ||
</h6> | ||
</ion-col> | ||
</ion-row> | ||
</ion-content> | ||
</div> | ||
</div> | ||
</ion-content> | ||
\ No newline at end of file |
src/app/review/review.module.ts
0 → 100644
src/app/review/review.page.html
0 → 100644
src/app/review/review.page.scss
0 → 100644
src/app/review/review.page.spec.ts
0 → 100644
src/app/review/review.page.ts
0 → 100644
src/assets/Path 144.png
0 → 100644
527 Bytes
src/assets/edit.png
0 → 100644
484 Bytes
src/assets/edit_icon.png
0 → 100644
1.41 KB
src/assets/profile_banner.png
0 → 100644
16.5 KB