Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
21_22-J 38
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
21_22-J 38
21_22-J 38
Commits
3564ef9f
Commit
3564ef9f
authored
Feb 09, 2022
by
W.D.R.P. Sandeepa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change logo
parent
a03752b3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
frontend/src/assets/login/logo1.png
frontend/src/assets/login/logo1.png
+0
-0
frontend/src/screen/auth/Login.js
frontend/src/screen/auth/Login.js
+1
-1
frontend/src/screen/auth/Register.js
frontend/src/screen/auth/Register.js
+1
-1
frontend/src/screen/splash/splash.js
frontend/src/screen/splash/splash.js
+2
-2
No files found.
frontend/src/assets/login/logo1.png
0 → 100644
View file @
3564ef9f
75.9 KB
frontend/src/screen/auth/Login.js
View file @
3564ef9f
...
...
@@ -21,7 +21,7 @@ const Login = () => {
<
View
style
=
{
styles
.
continer
}
>
<
ImageBackground
style
=
{
styles
.
backgroundImage
}
source
=
{
require
(
'
../../assets/login/login_background.png
'
)}
resizeMode
=
"
cover
"
>
<
View
>
<
Image
style
=
{
styles
.
logo
}
source
=
{
require
(
'
../../assets/login/logo.png
'
)}
resizeMode
=
"
contain
"
><
/Image
>
<
Image
style
=
{
styles
.
logo
}
source
=
{
require
(
'
../../assets/login/logo
1
.png
'
)}
resizeMode
=
"
contain
"
><
/Image
>
<
/View
>
<
View
elevation
=
{
5
}
style
=
{
styles
.
main_container
}
>
<
Text
style
=
{
styles
.
main_title
}
>
Sign
In
<
/Text
>
...
...
frontend/src/screen/auth/Register.js
View file @
3564ef9f
...
...
@@ -21,7 +21,7 @@ const Register = () => {
<
View
style
=
{
styles
.
continer
}
>
<
ImageBackground
style
=
{
styles
.
backgroundImage
}
source
=
{
require
(
'
../../assets/login/login_background.png
'
)}
resizeMode
=
"
cover
"
>
<
View
>
<
Image
style
=
{
styles
.
logo
}
source
=
{
require
(
'
../../assets/login/logo.png
'
)}
resizeMode
=
"
contain
"
><
/Image
>
<
Image
style
=
{
styles
.
logo
}
source
=
{
require
(
'
../../assets/login/logo
1
.png
'
)}
resizeMode
=
"
contain
"
><
/Image
>
<
/View
>
<
View
elevation
=
{
5
}
style
=
{
styles
.
main_container
}
>
<
Text
style
=
{
styles
.
main_title
}
>
Sign
Up
<
/Text
>
...
...
frontend/src/screen/splash/splash.js
View file @
3564ef9f
...
...
@@ -29,8 +29,8 @@ const Splash = () => {
return
(
<
View
style
=
{{
flex
:
1
,
justifyContent
:
'
center
'
,
alignItems
:
'
center
'
,
backgroundColor
:
'
#ffffff
'
}}
>
<
Text
style
=
{{
fontWeight
:
'
bold
'
,
fontSize
:
2
0
,
color
:
'
#000000
'
}}
>
Welcome
To
<
/Text
>
<
Image
source
=
{
require
(
'
../../assets/login/logo
.png
'
)}
style
=
{{
width
:
250
,
height
:
10
0
}}
><
/Image
>
<
Text
style
=
{{
fontWeight
:
'
bold
'
,
fontSize
:
4
0
,
color
:
'
#000000
'
}}
>
Welcome
To
<
/Text
>
<
Image
source
=
{
require
(
'
../../assets/login/logo
1.png
'
)}
style
=
{{
width
:
250
,
height
:
25
0
}}
><
/Image
>
<
/View
>
)
}
...
...
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