Commit 2ce82ebe by amalk

fix

parent e962f022
......@@ -94,7 +94,6 @@
<splash height="2732" src="resources\ios\splash\Default@2x~universal~anyany.png" width="2732" />
</platform>
<plugin name="cordova-plugin-whitelist" spec="1.3.3" />
<plugin name="cordova-plugin-statusbar" spec="2.4.2" />
<plugin name="cordova-plugin-device" spec="2.0.2" />
<plugin name="cordova-plugin-splashscreen" spec="5.0.2" />
<plugin name="cordova-plugin-ionic-webview" spec="^4.0.0" />
......@@ -103,5 +102,6 @@
<variable name="GEOLOCATION_USAGE_DESCRIPTION" value="To locate you" />
</plugin>
<plugin name="cordova-plugin-nativegeocoder" spec="3.2.2" />
<plugin name="cordova-plugin-statusbar" spec="^2.4.2" />
<engine name="android" spec="7.1.4" />
</widget>
......@@ -604,12 +604,14 @@
"minimist": {
"version": "0.0.8",
"bundled": true,
"dev": true
"dev": true,
"optional": true
},
"minipass": {
"version": "2.3.5",
"bundled": true,
"dev": true,
"optional": true,
"requires": {
"safe-buffer": "^5.1.2",
"yallist": "^3.0.0"
......@@ -628,6 +630,7 @@
"version": "0.5.1",
"bundled": true,
"dev": true,
"optional": true,
"requires": {
"minimist": "0.0.8"
}
......@@ -1273,9 +1276,9 @@
}
},
"@ionic-native/status-bar": {
"version": "5.11.0",
"resolved": "https://registry.npmjs.org/@ionic-native/status-bar/-/status-bar-5.11.0.tgz",
"integrity": "sha512-MZnc8JI1dJVj5fi0ISdV/70RGDi2wze+gss95DhtE/6tKlWfru1MygyAlvtSqMP2ksDKTA8Z14EizbOiGVzzvQ==",
"version": "5.12.0",
"resolved": "https://registry.npmjs.org/@ionic-native/status-bar/-/status-bar-5.12.0.tgz",
"integrity": "sha512-5l9dvqWE0qHcQzGU7RLA1vItCoh/Xvxf9GqCkXGbTG44jEIXasDquWyIU8BY7nkKyji3r/SyzEj7Pne+JT6WNw==",
"requires": {
"@types/cordova": "^0.0.34"
}
......
......@@ -26,7 +26,7 @@
"@ionic-native/geolocation": "^5.0.0",
"@ionic-native/native-geocoder": "^5.0.0",
"@ionic-native/splash-screen": "^5.0.0",
"@ionic-native/status-bar": "^5.0.0",
"@ionic-native/status-bar": "^5.12.0",
"@ionic/angular": "^4.7.1",
"cordova-android": "7.1.4",
"cordova-plugin-device": "^2.0.2",
......
......@@ -15,13 +15,18 @@ export class AppComponent {
private splashScreen: SplashScreen,
private statusBar: StatusBar
) {
this.initializeApp();
}
initializeApp() {
this.platform.ready().then(() => {
this.statusBar.styleDefault();
this.splashScreen.hide();
this.statusBar.overlaysWebView(true);
this.statusBar.hide();
});
}
}
......@@ -3,7 +3,7 @@
<div class="cart_head">
<div class="nav_header">
<button class="nav_btn nav_back_white floatLeft" (click)="goBack()">
<img src="../../assets/arrow_white.png">
<img src="../assets/arrow_white.png">
</button>
<div class="nav_title floatLeft">
<h4>CART</h4>
......@@ -188,7 +188,7 @@
</ion-slide>
<ion-slide>
<div class="order_placed_div">
<img src="../../assets/[email protected]">
<img src="../assets/[email protected]">
<h4>Order Placed</h4>
<p>June 26th 2019, 03:00 PM</p>
<h3>The product will be delivered in</h3>
......
<div class="nav_header">
<button class="nav_btn nav_back floatLeft" (click)="goBack()">
<img src="../../assets/Group17_2.png">
<img src="../assets/Group17_2.png">
</button>
<div class="nav_title floatLeft">
<h4>CHANGE PASSWORD</h4>
......
<div class="nav_header">
<button class="nav_btn nav_back floatLeft" (click)="goBack()">
<img src="../../assets/Group17_2.png">
<img src="../assets/Group17_2.png">
</button>
<div class="nav_title floatLeft">
<h4>FORGOT PASSWORD</h4>
......
<!-- <ion-header>
<button class="nav_btn nav_menu floatLeft">
<img src="../../assets/Group 22_2.png">
</button>
<div class="nav_title floatLeft">
<input class="search_bar" placeholder="Search here.. eg:shirts, retailers etc..."> </div>
<button class="nav_btn nav_search floatRight">
</button>
<div class="clear"></div>
</ion-header> -->
<div class="nav_header">
<button class="nav_btn nav_menu floatLeft">
<img src="../../assets/Group 22_2.png">
<img src="../assets/Group22_2.png">
</button>
<div class="nav_title floatLeft">
<input class="search_bar" placeholder="Search here.. eg:shirts, retailers etc..."> </div>
......@@ -25,7 +15,7 @@
<div class="home_banner_title">
<ion-row>
<ion-col class="textLeft">
<img src="../../assets/Group 11_2.png">
<img src="../assets/Group 11_2.png">
</ion-col>
<ion-col class="textRight">
<p class="floatRight" (click)="istoggle()">Territory Queens</p>
......@@ -38,21 +28,21 @@
<h5>Lulu Fashion</h5>
<p>Women Fashion</p>
</div>
<img src="../../assets/portrait-smiling-woman-with-shopping-bags-smartphone_1262-14313_2.png">
<img src="../assets/portrait-smiling-woman-with-shopping-bags-smartphone_1262-14313_2.png">
</ion-slide>
<ion-slide>
<div class="banner_slide" (click)="goToPage('productlist')">
<h5>Lulu Fashion</h5>
<p>Women Fashion</p>
</div>
<img src="../../assets/portrait-smiling-woman-with-shopping-bags-smartphone_1262-14313_2.png">
<img src="../assets/portrait-smiling-woman-with-shopping-bags-smartphone_1262-14313_2.png">
</ion-slide>
<ion-slide>
<div class="banner_slide" (click)="goToPage('productlist')">
<h5>Lulu Fashion</h5>
<p>Women Fashion</p>
</div>
<img src="../../assets/portrait-smiling-woman-with-shopping-bags-smartphone_1262-14313_2.png">
<img src="../assets/portrait-smiling-woman-with-shopping-bags-smartphone_1262-14313_2.png">
</ion-slide>
</ion-slides>
</div>
......@@ -63,7 +53,7 @@
<ion-slides pager="false" [options]="slideOpts">
<ion-slide>
<div class="feature_product" (click)="goToPage('productlist')">
<img src="../../assets/videoblocks-woman-using-phone-purchase-in-cool-sunglasses-and-black-dress-holding-black-shopping-bag-isolated-on-dark-background-in-black-friday-holid@3x.png">
<img src="../assets/videoblocks-woman-using-phone-purchase-in-cool-sunglasses-and-black-dress-holding-black-shopping-bag-isolated-on-dark-background-in-black-friday-holid@3x.png">
<div class="feature_overlay">
<h5>Flames Fashion</h5>
<p>Women Fashion</p>
......@@ -72,7 +62,7 @@
</ion-slide>
<ion-slide>
<div class="feature_product" (click)="goToPage('productlist')">
<img src="../../assets/[email protected]">
<img src="../assets/[email protected]">
<div class="feature_overlay">
<h5>Flames Fashion</h5>
<p>Women Fashion</p>
......@@ -81,7 +71,7 @@
</ion-slide>
<ion-slide>
<div class="feature_product" (click)="goToPage('productlist')">
<img src="../../assets/videoblocks-woman-using-phone-purchase-in-cool-sunglasses-and-black-dress-holding-black-shopping-bag-isolated-on-dark-background-in-black-friday-holid@3x.png">
<img src="../assets/videoblocks-woman-using-phone-purchase-in-cool-sunglasses-and-black-dress-holding-black-shopping-bag-isolated-on-dark-background-in-black-friday-holid@3x.png">
<div class="feature_overlay">
<h5>Flames Fashion</h5>
<p>Women Fashion</p>
......@@ -97,13 +87,13 @@
<ul>
<li (click)="goToPage('productlist')">
<div class="nearby_image">
<img src="../../assets/[email protected]">
<img src="../assets/[email protected]">
</div>
<div class="nearby_detail">
<h5>
<span class="floatLeft">Carnival Life</span>
<span class="floatRight">4
<img src="../../assets/Path61_2.png">
<img src="../assets/Path61_2.png">
</span>
<div class="clear"></div>
</h5>
......@@ -113,13 +103,13 @@
</li>
<li (click)="goToPage('productlist')">
<div class="nearby_image">
<img src="../../assets/[email protected]">
<img src="../assets/[email protected]">
</div>
<div class="nearby_detail">
<h5>
<span class="floatLeft">Carnival Life</span>
<span class="floatRight">4
<img src="../../assets/Path61_2.png">
<img src="../assets/Path61_2.png">
</span>
<div class="clear"></div>
</h5>
......@@ -129,13 +119,13 @@
</li>
<li (click)="goToPage('productlist')">
<div class="nearby_image">
<img src="../../assets/[email protected]">
<img src="../assets/[email protected]">
</div>
<div class="nearby_detail">
<h5>
<span class="floatLeft">Carnival Life</span>
<span class="floatRight">4
<img src="../../assets/Path61_2.png">
<img src="../assets/Path61_2.png">
</span>
<div class="clear"></div>
</h5>
......@@ -146,13 +136,13 @@
<li (click)="goToPage('productlist')">
<div class="nearby_image">
<img src="../../assets/2193bb91-3be9-4de9-96f4-4ce7aab8547e1558436499234-RARE-Women-Black-Printed-A-Line-Dress-6731558436495088-1@3x.png">
<img src="../assets/2193bb91-3be9-4de9-96f4-4ce7aab8547e1558436499234-RARE-Women-Black-Printed-A-Line-Dress-6731558436495088-1@3x.png">
</div>
<div class="nearby_detail">
<h5>
<span class="floatLeft">Carnival Life</span>
<span class="floatRight">4
<img src="../../assets/Path61_2.png">
<img src="../assets/Path61_2.png">
</span>
<div class="clear"></div>
</h5>
......@@ -168,25 +158,25 @@
<div class="featured_catagory_list">
<ul>
<li (click)="goToPage('productlist')">
<img src="../../assets/handsome-man-outdoors-drinking-coffee-with-sunglasses-guy-with-beard-instagram-effect_1212-818@3x.png">
<img src="../assets/handsome-man-outdoors-drinking-coffee-with-sunglasses-guy-with-beard-instagram-effect_1212-818@3x.png">
<div class="featured_overlay">
<h4>Men's Fashion</h4>
</div>
</li>
<li (click)="goToPage('productlist')">
<img src="../../assets/beautiful-woman-with-cocktail-suitcase-bed-hootel-room_118454-1593@3x.png">
<img src="../assets/beautiful-woman-with-cocktail-suitcase-bed-hootel-room_118454-1593@3x.png">
<div class="featured_overlay">
<h4>Women's Fashion</h4>
</div>
</li>
<li (click)="goToPage('productlist')">
<img src="../../assets/[email protected]">
<img src="./assets/[email protected]">
<div class="featured_overlay">
<h4>Bags</h4>
</div>
</li>
<li (click)="goToPage('productlist')">
<img src="../../assets/blue-striped-female-sneakers-colorful-background-top-view-flat-lay-minimal-background_77190-500@3x.png">
<img src="../assets/blue-striped-female-sneakers-colorful-background-top-view-flat-lay-minimal-background_77190-500@3x.png">
<div class="featured_overlay">
<h4>Shoes</h4>
</div>
......
......@@ -3,7 +3,7 @@
<ion-slides pager="true" [options]="slideOpts" (ionSlideDidChange)="slideChanged()">
<ion-slide>
<div class="wizard_inner_wrapper">
<img src="../../assets/Group 229_2.png">
<img src="../assets/Group 229_2.png">
<div class="wizard_textarea">
<h3>EASY PURCHASE</h3>
<p>
......@@ -14,7 +14,7 @@
</ion-slide>
<ion-slide>
<div class="wizard_inner_wrapper">
<img src="../../assets/Group 230_2.png">
<img src="../assets/Group 230_2.png">
<div class="wizard_textarea">
<h3>1 HOUR DELIVERY</h3>
<p>
......@@ -25,7 +25,7 @@
</ion-slide>
<ion-slide>
<div class="wizard_inner_wrapper">
<img src="../../assets/Group 231_2.png">
<img src="../assets/Group 231_2.png">
<div class="wizard_textarea">
<h3>EASY PAYMENT</h3>
<p>
......
......@@ -11,7 +11,7 @@
<ion-content>
<div class="login_wrapper">
<div class="logo_wrapper">
<img src="../../assets/logo.png">
<img src="../assets/logo.png">
</div>
<div class="form_div">
<div class="row">
......
......@@ -3,7 +3,7 @@
<div class="cart_head">
<div class="nav_header">
<button class="nav_btn nav_back_white floatLeft" (click)="goBack()">
<img src="../../assets/arrow_white.png">
<img src="../assets/arrow_white.png">
</button>
<div class="nav_title floatLeft">
<h4></h4>
......@@ -12,7 +12,7 @@
</button>
<div class="clear"></div>
</div>
<img src="../../assets/[email protected]">
<img src="../assets/[email protected]">
<h4>ORDER CANCELLED</h4>
<p>June 26th 2019, 03:00 PM</p>
</div>
......@@ -20,13 +20,13 @@
<ul>
<li (click)="goToPage('productlist')">
<div class="nearby_image">
<img src="../../assets/[email protected]">
<img src="../assets/[email protected]">
</div>
<div class="nearby_detail">
<h5>
<span class="floatLeft">Carnival Life</span>
<span class="floatRight">4
<img src="../../assets/Path61_2.png">
<img src="../assets/Path61_2.png">
</span>
<div class="clear"></div>
</h5>
......@@ -59,7 +59,7 @@
<ion-slide>
<li (click)="goToPage('productdetail')">
<div class="product_image">
<img src="../../assets/[email protected]">
<img src="../assets/[email protected]">
<div class="fav_icon">
</div>
</div>
......@@ -70,7 +70,7 @@
<ion-slide>
<li (click)="goToPage('productdetail')">
<div class="product_image">
<img src="../../assets/Recommended-Ball-Gown-Floor-Length-V-Neck-Lace-Organza-Prom-Dress-OD850662@3x.png">
<img src="../assets/Recommended-Ball-Gown-Floor-Length-V-Neck-Lace-Organza-Prom-Dress-OD850662@3x.png">
<div class="fav_icon">
</div>
</div>
......@@ -81,7 +81,7 @@
<ion-slide>
<li (click)="goToPage('productdetail')">
<div class="product_image">
<img src="../../assets/[email protected]">
<img src="../assets/[email protected]">
<div class="fav_icon">
</div>
</div>
......@@ -92,7 +92,7 @@
<ion-slide>
<li (click)="goToPage('productdetail')">
<div class="product_image">
<img src="../../assets/[email protected]">
<img src="../assets/[email protected]">
<div class="fav_icon">
</div>
<div class="featured_badge">Featured</div>
......
......@@ -3,7 +3,7 @@
<div class="cart_head">
<div class="nav_header">
<button class="nav_btn nav_back_white floatLeft" (click)="goBack()">
<img src="../../assets/arrow_white.png">
<img src="../assets/arrow_white.png">
</button>
<div class="nav_title floatLeft">
<h4></h4>
......@@ -12,7 +12,7 @@
</button>
<div class="clear"></div>
</div>
<img src="../../assets/white_tick.png">
<img src="../assets/white_tick.png">
<h4>ORDER IS PLACED</h4>
<p>June 26th 2019, 03:00 PM</p>
</div>
......@@ -61,13 +61,13 @@
<ul>
<li (click)="goToPage('productlist')">
<div class="nearby_image">
<img src="../../assets/[email protected]">
<img src="../assets/[email protected]">
</div>
<div class="nearby_detail">
<h5>
<span class="floatLeft">Carnival Life</span>
<span class="floatRight">4
<img src="../../assets/Path61_2.png">
<img src="../assets/Path61_2.png">
</span>
<div class="clear"></div>
</h5>
......@@ -100,7 +100,7 @@
<ion-slide>
<li (click)="goToPage('productdetail')">
<div class="product_image">
<img src="../../assets/[email protected]">
<img src="../assets/[email protected]">
<div class="fav_icon">
</div>
</div>
......@@ -111,7 +111,7 @@
<ion-slide>
<li (click)="goToPage('productdetail')">
<div class="product_image">
<img src="../../assets/Recommended-Ball-Gown-Floor-Length-V-Neck-Lace-Organza-Prom-Dress-OD850662@3x.png">
<img src="../assets/Recommended-Ball-Gown-Floor-Length-V-Neck-Lace-Organza-Prom-Dress-OD850662@3x.png">
<div class="fav_icon">
</div>
</div>
......@@ -122,7 +122,7 @@
<ion-slide>
<li (click)="goToPage('productdetail')">
<div class="product_image">
<img src="../../assets/[email protected]">
<img src="../assets/[email protected]">
<div class="fav_icon">
</div>
</div>
......@@ -133,7 +133,7 @@
<ion-slide>
<li (click)="goToPage('productdetail')">
<div class="product_image">
<img src="../../assets/[email protected]">
<img src="../assets/[email protected]">
<div class="fav_icon">
</div>
<div class="featured_badge">Featured</div>
......
<div class="nav_header">
<button class="nav_btn nav_back floatLeft" (click)="goBack()">
<img src="../../assets/Group17_2.png">
<img src="../assets/Group17_2.png">
</button>
<div class="nav_title floatLeft">
</div>
......@@ -13,13 +13,13 @@
<div class="product_banner">
<div class="fav_icon"></div>
<div class="featured_badge">Featured</div>
<img src="../../assets/[email protected]">
<img src="../assets/[email protected]">
</div>
<div class="product_header">
<ion-row>
<ion-col size="8">
<h3>European style V Neck</h3>
<p><strong><span><img src="../../assets/Path61_2.png"></span>4</strong>Lulu Fashion, Women's Fashion
<p><strong><span><img src="../assets/Path61_2.png"></span>4</strong>Lulu Fashion, Women's Fashion
</p>
</ion-col>
<ion-col size="4">
......@@ -90,7 +90,7 @@
</div>
<div class="review_detail">
<h4 class="floatLeft">John Doe<span><img src="../../assets/Path61_2.png">4</span></h4>
<h4 class="floatLeft">John Doe<span><img src="../assets/Path61_2.png">4</span></h4>
<h4 class="floatRight review_date">July 26th 2019</h4>
<div class="clear"></div>
<p>
......@@ -104,7 +104,7 @@
</div>
<div class="review_detail">
<h4 class="floatLeft">John Doe<span><img src="../../assets/Path61_2.png">4</span></h4>
<h4 class="floatLeft">John Doe<span><img src="../assets/Path61_2.png">4</span></h4>
<h4 class="floatRight review_date">July 26th 2019</h4>
<div class="clear"></div>
<p>
......@@ -118,7 +118,7 @@
</div>
<div class="review_detail">
<h4 class="floatLeft">John Doe<span><img src="../../assets/Path61_2.png">4</span></h4>
<h4 class="floatLeft">John Doe<span><img src="../assets/Path61_2.png">4</span></h4>
<h4 class="floatRight review_date">July 26th 2019</h4>
<div class="clear"></div>
<p>
......@@ -132,7 +132,7 @@
</div>
<div class="review_detail">
<h4 class="floatLeft">John Doe<span><img src="../../assets/Path61_2.png">4</span></h4>
<h4 class="floatLeft">John Doe<span><img src="../assets/Path61_2.png">4</span></h4>
<h4 class="floatRight review_date">July 26th 2019</h4>
<div class="clear"></div>
<p>
......@@ -153,7 +153,7 @@
<ion-slide>
<li (click)="goToPage('productdetail')">
<div class="product_image">
<img src="../../assets/[email protected]">
<img src="../assets/[email protected]">
<div class="fav_icon">
</div>
</div>
......@@ -164,7 +164,7 @@
<ion-slide>
<li (click)="goToPage('productdetail')">
<div class="product_image">
<img src="../../assets/Recommended-Ball-Gown-Floor-Length-V-Neck-Lace-Organza-Prom-Dress-OD850662@3x.png">
<img src="../assets/Recommended-Ball-Gown-Floor-Length-V-Neck-Lace-Organza-Prom-Dress-OD850662@3x.png">
<div class="fav_icon">
</div>
</div>
......@@ -175,7 +175,7 @@
<ion-slide>
<li (click)="goToPage('productdetail')">
<div class="product_image">
<img src="../../assets/[email protected]">
<img src="../assets/[email protected]">
<div class="fav_icon">
</div>
</div>
......@@ -186,7 +186,7 @@
<ion-slide>
<li (click)="goToPage('productdetail')">
<div class="product_image">
<img src="../../assets/[email protected]">
<img src="../assets/[email protected]">
<div class="fav_icon">
</div>
<div class="featured_badge">Featured</div>
......
<div class="nav_header">
<button class="nav_btn nav_back floatLeft" (click)="goBack()">
<img src="../../assets/Group17_2.png">
<img src="../assets/Group17_2.png">
</button>
<div class="nav_title floatLeft">
<input class="search_bar" placeholder="Search here.. eg:shirts, retailers etc..."> </div>
<button class="nav_btn nav_search floatRight">
<img src="../../assets/search_2.png">
<img src="../assets/search_2.png">
</button>
<div class="clear"></div>
</div>
......@@ -30,7 +30,7 @@
<ul [class.grid_view]="onGrid">
<li (click)="goToPage('productdetail')">
<div class="product_image">
<img src="../../assets/[email protected]">
<img src="../assets/[email protected]">
<div class="fav_icon">
</div>
</div>
......@@ -39,7 +39,7 @@
</li>
<li (click)="goToPage('productdetail')">
<div class="product_image">
<img src="../../assets/Recommended-Ball-Gown-Floor-Length-V-Neck-Lace-Organza-Prom-Dress-OD850662@3x.png">
<img src="../assets/Recommended-Ball-Gown-Floor-Length-V-Neck-Lace-Organza-Prom-Dress-OD850662@3x.png">
<div class="fav_icon">
</div>
</div>
......@@ -48,7 +48,7 @@
</li>
<li (click)="goToPage('productdetail')">
<div class="product_image">
<img src="../../assets/[email protected]">
<img src="../assets/[email protected]">
<div class="fav_icon">
</div>
</div>
......@@ -57,7 +57,7 @@
</li>
<li (click)="goToPage('productdetail')">
<div class="product_image">
<img src="../../assets/[email protected]">
<img src="../assets/[email protected]">
<div class="fav_icon">
</div>
<div class="featured_badge">Featured</div>
......
<div class="nav_header">
<button class="nav_btn nav_back floatLeft" (click)="goBack()">
<img src="../../assets/Group17_2.png">
<img src="../assets/Group17_2.png">
</button>
<div class="nav_title floatLeft">
<h4>REVIEWS</h4>
......@@ -16,7 +16,7 @@
<h5>
<span class="floatLeft">Carnival Life</span>
<span class="floatRight">4
<img src="../../assets/Path61_2.png">
<img src="../assets/Path61_2.png">
</span>
<div class="clear"></div>
</h5>
......@@ -33,7 +33,7 @@
</div>
<div class="review_detail">
<h4 class="floatLeft">John Doe<span><img src="../../assets/Path61_2.png">4</span></h4>
<h4 class="floatLeft">John Doe<span><img src="../assets/Path61_2.png">4</span></h4>
<h4 class="floatRight review_date">July 26th 2019</h4>
<div class="clear"></div>
<p>
......@@ -47,7 +47,7 @@
</div>
<div class="review_detail">
<h4 class="floatLeft">John Doe<span><img src="../../assets/Path61_2.png">4</span></h4>
<h4 class="floatLeft">John Doe<span><img src="../assets/Path61_2.png">4</span></h4>
<h4 class="floatRight review_date">July 26th 2019</h4>
<div class="clear"></div>
<p>
......@@ -61,7 +61,7 @@
</div>
<div class="review_detail">
<h4 class="floatLeft">John Doe<span><img src="../../assets/Path61_2.png">4</span></h4>
<h4 class="floatLeft">John Doe<span><img src="../assets/Path61_2.png">4</span></h4>
<h4 class="floatRight review_date">July 26th 2019</h4>
<div class="clear"></div>
<p>
......@@ -75,7 +75,7 @@
</div>
<div class="review_detail">
<h4 class="floatLeft">John Doe<span><img src="../../assets/Path61_2.png">4</span></h4>
<h4 class="floatLeft">John Doe<span><img src="../assets/Path61_2.png">4</span></h4>
<h4 class="floatRight review_date">July 26th 2019</h4>
<div class="clear"></div>
<p>
......
<div class="nav_header">
<button class="nav_btn nav_back floatLeft" (click)="goBack()">
<img src="../../assets/Group17_2.png">
<img src="../assets/Group17_2.png">
</button>
<div class="nav_title floatLeft">
<h4>SIGN UP</h4>
......@@ -10,7 +10,7 @@
<ion-content>
<div class="login_wrapper">
<div class="logo_wrapper">
<img src="../../assets/logo.png">
<img src="../assets/logo.png">
</div>
<div class="form_div">
<div class="row">
......
<div class="nav_header">
<button class="nav_btn nav_back floatLeft" (click)="goBack()">
<img src="../../assets/Group17_2.png">
<img src="../assets/Group17_2.png">
</button>
<div class="nav_title floatLeft">
<h4>ORDER TRACKING</h4>
......
<div class="nav_header">
<button class="nav_btn nav_back floatLeft" (click)="goBack()">
<img src="../../assets/Group17_2.png">
<img src="../assets/Group17_2.png">
</button>
<div class="nav_title floatLeft">
<h4>VERIFICATION</h4>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment