Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Leaderboard
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
Thomas Bouquet
Leaderboard
Commits
9a59d065
Commit
9a59d065
authored
4 years ago
by
Thomas Bouquet
Browse files
Options
Downloads
Patches
Plain Diff
cheerup page
parent
8017a5e7
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
front/public/img/icon-CU.ico
+0
-0
0 additions, 0 deletions
front/public/img/icon-CU.ico
front/public/index.html
+2
-2
2 additions, 2 deletions
front/public/index.html
front/src/components/CheerUp.js
+5
-24
5 additions, 24 deletions
front/src/components/CheerUp.js
with
7 additions
and
26 deletions
front/public/img/icon-CU.ico
0 → 100644
+
0
−
0
View file @
9a59d065
21.8 KiB
This diff is collapsed.
Click to expand it.
front/public/index.html
+
2
−
2
View file @
9a59d065
...
@@ -4,9 +4,9 @@
...
@@ -4,9 +4,9 @@
<meta
charset=
"UTF-8"
>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
<meta
http-equiv=
"x-ua-compatible"
content=
"ie=edge"
>
<meta
http-equiv=
"x-ua-compatible"
content=
"ie=edge"
>
<title>
ourse Cheer Up!
</title>
<title>
C
ourse Cheer Up!
</title>
<!-- MDB icon -->
<!-- MDB icon -->
<link
rel=
"icon"
href=
"img/icon.ico"
type=
"image/x-icon"
>
<link
rel=
"icon"
href=
"img/icon
-CU
.ico"
type=
"image/x-icon"
>
<!-- Font Awesome -->
<!-- Font Awesome -->
<link
rel=
"stylesheet"
href=
"https://use.fontawesome.com/releases/v5.11.2/css/all.css"
>
<link
rel=
"stylesheet"
href=
"https://use.fontawesome.com/releases/v5.11.2/css/all.css"
>
<!-- Google Fonts Roboto -->
<!-- Google Fonts Roboto -->
...
...
This diff is collapsed.
Click to expand it.
front/src/components/CheerUp.js
+
5
−
24
View file @
9a59d065
...
@@ -2,30 +2,12 @@ import React, { Component } from "react";
...
@@ -2,30 +2,12 @@ import React, { Component } from "react";
import
{
MDBContainer
,
MDBRow
,
MDBCol
,
MDBTabPane
,
MDBTabContent
,
MDBNav
,
MDBNavItem
,
MDBNavLink
,
MDBIcon
,
MDBView
,
MDBCardImage
}
from
"
mdbreact
"
;
import
{
MDBContainer
,
MDBRow
,
MDBCol
,
MDBTabPane
,
MDBTabContent
,
MDBNav
,
MDBNavItem
,
MDBNavLink
,
MDBIcon
,
MDBView
,
MDBCardImage
}
from
"
mdbreact
"
;
import
Logo
from
"
../logo-cheer-up.png
"
;
import
Logo
from
"
../logo-cheer-up.png
"
;
class
CheerUp
extends
Component
{
const
CheerUp
=
()
=>
{
state
=
{
items
:
{
default
:
"
1
"
,
}
};
togglePills
=
(
type
,
tab
)
=>
e
=>
{
e
.
preventDefault
();
if
(
this
.
state
.
items
[
type
]
!==
tab
)
{
let
items
=
{
...
this
.
state
.
items
};
items
[
type
]
=
tab
;
this
.
setState
({
items
});
}
};
render
()
{
return
(
return
(
<>
<>
<
MDBContainer
className
=
"
mt-4
"
>
<
MDBContainer
className
=
"
mt-4
"
>
{
/*<h2><MDBIcon icon="heart" className="mr-1" /> HumaCS</h2>*/
}
<
br
/>
<
br
/>
<
MDBRow
>
<
MDBRow
>
<
MDBCol
md
=
"
4
"
>
<
MDBCol
md
=
"
4
"
>
...
@@ -93,6 +75,5 @@ class CheerUp extends Component {
...
@@ -93,6 +75,5 @@ class CheerUp extends Component {
<
/
>
<
/
>
);
);
}
}
}
export
default
CheerUp
;
export
default
CheerUp
;
\ No newline at end of file
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