Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
getme
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
amal
getme
Commits
2d5e186c
Commit
2d5e186c
authored
Aug 20, 2019
by
amalk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20-08-2019
parent
082a04c0
Show whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
36 additions
and
6 deletions
+36
-6
cart.page.html
src/app/cart/cart.page.html
+1
-0
changepass.page.html
src/app/changepass/changepass.page.html
+1
-0
forgot.page.html
src/app/forgot/forgot.page.html
+1
-0
home.page.html
src/app/home/home.page.html
+1
-0
ordercancelled.page.html
src/app/ordercancelled/ordercancelled.page.html
+1
-0
orderplaced.page.html
src/app/orderplaced/orderplaced.page.html
+1
-0
productdetail.page.html
src/app/productdetail/productdetail.page.html
+1
-0
productlist.page.html
src/app/productlist/productlist.page.html
+2
-0
productlist.page.ts
src/app/productlist/productlist.page.ts
+2
-1
reviewlist.page.html
src/app/reviewlist/reviewlist.page.html
+1
-0
signup.page.html
src/app/signup/signup.page.html
+1
-0
trackorder.page.html
src/app/trackorder/trackorder.page.html
+1
-0
trackorder.page.ts
src/app/trackorder/trackorder.page.ts
+1
-1
verification.page.html
src/app/verification/verification.page.html
+1
-0
Group17_2.png
src/assets/Group17_2.png
+0
-0
global.scss
src/global.scss
+20
-4
No files found.
src/app/cart/cart.page.html
View file @
2d5e186c
...
...
@@ -3,6 +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"
>
</button>
<div
class=
"nav_title floatLeft"
>
<h4>
CART
</h4>
...
...
src/app/changepass/changepass.page.html
View file @
2d5e186c
<ion-header>
<button
class=
"nav_btn nav_back floatLeft"
(
click
)="
goBack
()"
>
<img
src=
"../../assets/Group17_2.png"
>
</button>
<div
class=
"nav_title floatLeft"
>
<h4>
CHANGE PASSWORD
</h4>
...
...
src/app/forgot/forgot.page.html
View file @
2d5e186c
<ion-header>
<button
class=
"nav_btn nav_back floatLeft"
(
click
)="
goBack
()"
>
<img
src=
"../../assets/Group17_2.png"
>
</button>
<div
class=
"nav_title floatLeft"
>
<h4>
FORGOT PASSWORD
</h4>
...
...
src/app/home/home.page.html
View file @
2d5e186c
<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>
...
...
src/app/ordercancelled/ordercancelled.page.html
View file @
2d5e186c
...
...
@@ -3,6 +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"
>
</button>
<div
class=
"nav_title floatLeft"
>
<h4></h4>
...
...
src/app/orderplaced/orderplaced.page.html
View file @
2d5e186c
...
...
@@ -3,6 +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"
>
</button>
<div
class=
"nav_title floatLeft"
>
<h4></h4>
...
...
src/app/productdetail/productdetail.page.html
View file @
2d5e186c
<ion-header>
<button
class=
"nav_btn nav_back floatLeft"
(
click
)="
goBack
()"
>
<img
src=
"../../assets/Group17_2.png"
>
</button>
<div
class=
"nav_title floatLeft"
>
</div>
...
...
src/app/productlist/productlist.page.html
View file @
2d5e186c
<ion-header>
<button
class=
"nav_btn nav_back floatLeft"
(
click
)="
goBack
()"
>
<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"
>
</button>
<div
class=
"clear"
></div>
</ion-header>
...
...
src/app/productlist/productlist.page.ts
View file @
2d5e186c
...
...
@@ -44,7 +44,8 @@ export class ProductlistPage implements OnInit {
}
goBack
()
{
this
.
location
.
back
();
// this.location.back();
window
.
history
.
back
();
}
gridToggle
(){
...
...
src/app/reviewlist/reviewlist.page.html
View file @
2d5e186c
<ion-header>
<button
class=
"nav_btn nav_back floatLeft"
(
click
)="
goBack
()"
>
<img
src=
"../../assets/Group17_2.png"
>
</button>
<div
class=
"nav_title floatLeft"
>
<h4>
REVIEWS
</h4>
...
...
src/app/signup/signup.page.html
View file @
2d5e186c
<ion-header>
<button
class=
"nav_btn nav_back floatLeft"
(
click
)="
goBack
()"
>
<img
src=
"../../assets/Group17_2.png"
>
</button>
<div
class=
"nav_title floatLeft"
>
<h4>
SIGN UP
</h4>
...
...
src/app/trackorder/trackorder.page.html
View file @
2d5e186c
<ion-header>
<button
class=
"nav_btn nav_back floatLeft"
(
click
)="
goBack
()"
>
<img
src=
"../../assets/Group17_2.png"
>
</button>
<div
class=
"nav_title floatLeft"
>
<h4>
ORDER TRACKING
</h4>
...
...
src/app/trackorder/trackorder.page.ts
View file @
2d5e186c
...
...
@@ -35,7 +35,7 @@ export class TrackorderPage implements OnInit {
}
goBack
()
{
this
.
location
.
back
();
window
.
history
.
back
();
}
...
...
src/app/verification/verification.page.html
View file @
2d5e186c
<ion-header>
<button
class=
"nav_btn nav_back floatLeft"
(
click
)="
goBack
()"
>
<img
src=
"../../assets/Group17_2.png"
>
</button>
<div
class=
"nav_title floatLeft"
>
<h4>
VERIFICATION
</h4>
...
...
src/assets/Group
17_2.png
→
src/assets/Group17_2.png
View file @
2d5e186c
File moved
src/global.scss
View file @
2d5e186c
...
...
@@ -414,17 +414,32 @@ button {
}
.nav_back
{
background-image
:
url("./assets/Group 17_2.png")
;
background-color
:
#fff
!
important
;
img
{
width
:
25px
;
}
}
.nav_back_white
{
background-image
:
url("./assets/arrow_white.png")
;
background-color
:
transparent
;
img
{
width
:
25px
!
important
;
}
}
.nav_menu
{
background-image
:
url("./assets/Group 22_2.png")
;
img
{
width
:
25px
;
}
}
.nav_search
{
background-image
:
url("./assets/search_2.png")
;
img
{
width
:
25px
;
}
}
ion-header
{
z-index
:
9999
!
important
;
order
:
0
!
important
;
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment