Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
prof21
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
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
TALENT
TALENT
prof21
Commits
9c6385c0
Commit
9c6385c0
authored
3 years ago
by
mperezsa
Browse files
Options
Downloads
Patches
Plain Diff
Upload New File
parent
40411cae
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
PROF-XXI FW Tool/client/src/components/pages/ScansInformation.js
+60
-0
60 additions, 0 deletions
...I FW Tool/client/src/components/pages/ScansInformation.js
with
60 additions
and
0 deletions
PROF-XXI FW Tool/client/src/components/pages/ScansInformation.js
0 → 100644
+
60
−
0
View file @
9c6385c0
import
React
from
"
react
"
;
import
{
Link
}
from
"
react-router-dom
"
;
import
"
./Default.css
"
;
import
Footer
from
"
../Footer
"
;
function
ScansInformation
()
{
return
(
<>
<
h2
>
Scan
Questionnaires
Information
<
/h2
>
<
div
className
=
"
middle-container
"
>
<
div
>
<
h3
>
Information
about
the
scan
I
:
Basic
Scan
<
/h3
>
<
div
className
=
"
item-area-2
"
>
<
ul
style
=
{{
padding
:
"
1.5rem
"
}}
>
<
li
>
Introduction
:
<
p
className
=
"
scan-text
"
>
This
scan
is
used
as
a
questionnaire
to
ask
participants
about
their
position
towards
many
competences
levels
in
their
institution
or
organization
.
The
data
collected
is
submitted
to
General
Data
Protection
Regulation
<
/p
>
<
/li
>
<
li
>
Type
of
the
scan
:
<
/li
>
<
p
className
=
"
scan-text
"
>
Basic
Type
<
/p
>
<
li
>
Who
should
answer
this
questionnaire
?
<
/li
>
<
p
className
=
"
scan-text
"
>
This
questionnaire
can
be
answered
regardless
the
position
of
the
participant
<
/p
>
<
li
>
How
the
collected
data
will
be
used
?
<
/li
>
<
p
className
=
"
scan-text
"
>
The
collected
data
will
be
used
to
construct
,
design
dashboards
containing
graphical
information
.
<
/p
>
<
Link
to
=
"
/scangenerator
"
>
<
button
className
=
"
btn
"
>
Create
your
scan
<
/button
>
<
/Link
>
<
/ul
>
<
/div
>
<
h3
>
Information
about
the
scan
II
:
Under
Construction
<
/h3
>
<
div
className
=
"
item-area-2
"
>
<
ul
style
=
{{
padding
:
"
1.5rem
"
}}
>
<
li
>-
Introduction
<
/li
>
<
li
>-
What
is
this
scan
for
?
<
/li
>
<
li
>-
Who
should
answer
this
questionnaire
?
<
/li
>
<
li
>-
How
the
data
collected
will
be
used
?
<
/li
>
<
Link
to
=
"
/scangenerator
"
>
<
button
className
=
"
btn
"
>
Create
your
scan
<
/button
>
<
/Link
>
<
/ul
>
<
/div
>
<
/div
>
<
/div
>
<
Footer
><
/Footer
>
<
/
>
);
}
export
default
ScansInformation
;
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