Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hdastageeri
hft_awado_app
Commits
9bf15b87
Commit
9bf15b87
authored
Dec 14, 2019
by
Priyanka Upadhye
Browse files
Updated view of Help page
parent
2389ceb3
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/app/help-line/help-line.page.html
View file @
9bf15b87
...
@@ -11,30 +11,37 @@
...
@@ -11,30 +11,37 @@
</ion-header>
</ion-header>
<ion-content>
<ion-content>
<div
>
<div
class=
"container"
>
<div><img
src=
"../../../assets/images/Questions.png"
></div>
<div
class=
"help-container"
>
<div
class=
"help-container"
>
<ion-grid>
<ion-grid>
<ion-row>
<ion-row>
<ion-col>
<ion-col>
Contact Person:
<ion-icon
name=
"contact"
></ion-icon>
Contact Person:
</ion-col>
</ion-col>
<ion-col>
<ion-col>
Priyanaka Upadhye
Priyanaka Upadhye
</ion-col>
</ion-col>
</ion-row>
<ion-row>
</ion-row>
</ion-row>
<ion-row>
<ion-row>
<ion-col>
<ion-col>
Contact Email:
<ion-icon
name=
"Mail"
></ion-icon>
Contact Email:
</ion-col>
</ion-col>
<ion-col>
<ion-col>
priya.upadhye@g
mail.com
Admin@
mail.com
</ion-col>
</ion-col>
</ion-row>
</ion-row>
<ion-row>
<ion-row>
<ion-col>
<ion-col>
Contact Number:
<ion-icon
name=
"call"
></ion-icon>
Contact Number:
</ion-col>
</ion-col>
<ion-col>
<ion-col>
+4917665211145
+4917665211145
</ion-col>
</ion-col>
...
@@ -42,5 +49,10 @@
...
@@ -42,5 +49,10 @@
</ion-row>
</ion-row>
</ion-grid>
</ion-grid>
</div>
</div>
</div
>
</div
>
</ion-content>
</ion-content>
\ No newline at end of file
<ion-footer>
<ion-button
expand=
"block"
(click)=
"CallHelpLine()"
>
Help
</ion-button>
</ion-footer>
\ No newline at end of file
src/app/help-line/help-line.page.scss
View file @
9bf15b87
...
@@ -7,8 +7,14 @@
...
@@ -7,8 +7,14 @@
box-sizing
:
border-box
;
box-sizing
:
border-box
;
float
:
left
;
float
:
left
;
width
:
100%
;
width
:
100%
;
height
:
8
0%
;
height
:
2
0%
;
clear
:
both
;
clear
:
both
;
margin
:
0
;
position
:
absolute
;
top
:
80%
;
left
:
50%
;
-ms-transform
:
translate
(
-50%
,
-50%
);
transform
:
translate
(
-50%
,
-50%
);
div
{
div
{
height
:
inherit
;
height
:
inherit
;
...
@@ -17,3 +23,16 @@
...
@@ -17,3 +23,16 @@
}
}
}
}
.container
{
height
:
100%
;
position
:
relative
;
}
.center
{
margin
:
0
;
position
:
absolute
;
top
:
50%
;
left
:
50%
;
-ms-transform
:
translate
(
-50%
,
-50%
);
transform
:
translate
(
-50%
,
-50%
);
}
src/assets/images/Questions.png
0 → 100644
View file @
9bf15b87
19.2 KB
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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