Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
Digital Course File Students View
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SE-PROJECT-TEAM
Digital Course File Students View
Commits
61cf872e
Commit
61cf872e
authored
4 years ago
by
Ganapathi Subramanyam Jayam
Browse files
Options
Downloads
Patches
Plain Diff
update
parent
5cfc522a
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/main/Main.js
+2
-49
2 additions, 49 deletions
src/components/main/Main.js
with
2 additions
and
49 deletions
src/components/main/Main.js
+
2
−
49
View file @
61cf872e
import
"
./Main.css
"
;
import
"
./Main.css
"
;
import
hello
from
"
../../assets/hello.svg
"
;
import
hello
from
"
../../assets/hello.svg
"
;
import
Chart
from
"
../charts/Chart
"
;
const
Main
=
()
=>
{
const
Main
=
()
=>
{
return
(
return
(
...
@@ -11,8 +10,7 @@ const Main = () => {
...
@@ -11,8 +10,7 @@ const Main = () => {
<
div
className
=
"
main__title
"
>
<
div
className
=
"
main__title
"
>
<
img
src
=
{
hello
}
alt
=
"
hello
"
/>
<
img
src
=
{
hello
}
alt
=
"
hello
"
/>
<
div
className
=
"
main__greeting
"
>
<
div
className
=
"
main__greeting
"
>
<
h1
>
Hello
Codersbite
<
/h1
>
<
h1
>
Welcome
to
Students
View
!<
/h1
>
<
p
>
Welcome
to
your
admin
dashboard
<
/p
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
...
@@ -63,52 +61,7 @@ const Main = () => {
...
@@ -63,52 +61,7 @@ const Main = () => {
<
/div
>
<
/div
>
{
/* <!-- MAIN CARDS ENDS HERE --> */
}
{
/* <!-- MAIN CARDS ENDS HERE --> */
}
{
/* <!-- CHARTS STARTS HERE --> */
}
<
div
className
=
"
charts
"
>
<
div
className
=
"
charts__left
"
>
<
div
className
=
"
charts__left__title
"
>
<
div
>
<
h1
>
Daily
Reports
<
/h1
>
<
p
>
Cupertino
,
California
,
USA
<
/p
>
<
/div
>
<
i
className
=
"
fa fa-usd
"
aria
-
hidden
=
"
true
"
><
/i
>
<
/div
>
<
Chart
/>
<
/div
>
<
div
className
=
"
charts__right
"
>
<
div
className
=
"
charts__right__title
"
>
<
div
>
<
h1
>
Stats
Reports
<
/h1
>
<
p
>
Cupertino
,
California
,
USA
<
/p
>
<
/div
>
<
i
className
=
"
fa fa-usd
"
aria
-
hidden
=
"
true
"
><
/i
>
<
/div
>
<
div
className
=
"
charts__right__cards
"
>
<
div
className
=
"
card1
"
>
<
h1
>
Income
<
/h1
>
<
p
>
$75
,
300
<
/p
>
<
/div
>
<
div
className
=
"
card2
"
>
<
h1
>
Sales
<
/h1
>
<
p
>
$124
,
200
<
/p
>
<
/div
>
<
div
className
=
"
card3
"
>
<
h1
>
Users
<
/h1
>
<
p
>
3900
<
/p
>
<
/div
>
<
div
className
=
"
card4
"
>
<
h1
>
Orders
<
/h1
>
<
p
>
1881
<
/p
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
{
/* <!-- CHARTS ENDS HERE --> */
}
<
/div
>
<
/div
>
<
/main
>
<
/main
>
);
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment