Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
zesje
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
Service Desk
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
Réouven ASSOULY
zesje
Commits
cfed0155
Commit
cfed0155
authored
7 years ago
by
Thomas Roos
Browse files
Options
Downloads
Patches
Plain Diff
Add content to upload page
parent
28291ec2
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
client/views/Upload.js
+33
-2
33 additions, 2 deletions
client/views/Upload.js
with
33 additions
and
2 deletions
client/views/Upload.js
+
33
−
2
View file @
cfed0155
import
React
from
'
react
'
;
import
NavBar
from
'
../components/NavBar
'
;
import
Hero
from
'
../components/Hero
'
;
import
Footer
from
'
../components/Footer
'
;
const
Upload
=
()
=>
{
return
(
...
...
@@ -10,8 +11,38 @@ const Upload = () => {
<
Hero
title
=
'
Upload
'
subtitle
=
'
Omnomnomnom Exams!
'
/>
<
h1
>
React
Router
demo
<
/h1
>
Hoi
dit
de
Upload
<
section
className
=
"
section
"
>
<
div
className
=
"
container
"
>
<
h1
className
=
'
title
'
>
Select
your
PDF
file
<
/h1
>
<
h5
className
=
'
subtitle
'
>
And
we
will
take
care
of
the
rest
<
/h5
>
<
hr
/>
<
div
className
=
"
file
"
>
<
label
className
=
"
file-label
"
>
<
input
className
=
"
file-input
"
type
=
"
file
"
name
=
"
resume
"
/>
<
span
className
=
"
file-cta
"
>
<
span
className
=
"
file-icon
"
>
<
i
className
=
"
fa fa-upload
"
><
/i
>
<
/span
>
<
span
className
=
"
file-label
"
>
Choose
a
file
…
<
/span
>
<
/span
>
<
/label
>
<
/div
>
<
/div
>
<
/section
>
<
Footer
/>
<
/div
>
)
}
...
...
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