Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I_Helmet
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 62
I_Helmet
Commits
f2f1df76
Commit
f2f1df76
authored
Apr 18, 2022
by
Balasuriya D.A.M.
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial Style Frontend with BIMG
parent
3f4d310c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
3 deletions
+11
-3
IT18021080/Telemedicine-Chat-App/frontend/src/App.css
IT18021080/Telemedicine-Chat-App/frontend/src/App.css
+9
-0
IT18021080/Telemedicine-Chat-App/frontend/src/App.js
IT18021080/Telemedicine-Chat-App/frontend/src/App.js
+1
-2
IT18021080/Telemedicine-Chat-App/frontend/src/Pages/Homepage.js
...1080/Telemedicine-Chat-App/frontend/src/Pages/Homepage.js
+1
-1
IT18021080/Telemedicine-Chat-App/frontend/src/background.jpg
IT18021080/Telemedicine-Chat-App/frontend/src/background.jpg
+0
-0
No files found.
IT18021080/Telemedicine-Chat-App/frontend/src/App.css
View file @
f2f1df76
@import
url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300&display=swap')
;
.App
{
min-height
:
100vh
;
display
:
flex
;
background-image
:
url("./background.jpg")
;
background-size
:
cover
;
background-position
:
center
;
}
\ No newline at end of file
IT18021080/Telemedicine-Chat-App/frontend/src/App.js
View file @
f2f1df76
...
...
@@ -2,7 +2,6 @@
import
"
./App.css
"
;
import
{
Route
}
from
"
react-router-dom
"
;
import
Homepage
from
"
./Pages/Homepage
"
;
import
{
Button
}
from
"
@chakra-ui/react
"
;
import
ChatPage
from
"
./Pages/ChatPage
"
;
...
...
@@ -11,7 +10,7 @@ function App() {
<
div
className
=
"
App
"
>
<
Route
path
=
"
/
"
component
=
{
Homepage
}
exact
/>
<
Route
path
=
"
/chats
"
component
=
{
ChatPage
}
/
>
<
Button
colorScheme
=
'
blue
'
>
Button
<
/Button
>
<
/div
>
);
}
...
...
IT18021080/Telemedicine-Chat-App/frontend/src/Pages/Homepage.js
View file @
f2f1df76
...
...
@@ -3,7 +3,7 @@ import React from "react";
const
Homepage
=
()
=>
{
return
(
<
div
>
Home
Page
<
/div
>
);
}
...
...
IT18021080/Telemedicine-Chat-App/frontend/src/background.jpg
0 → 100644
View file @
f2f1df76
969 KB
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