Skip to content
Snippets Groups Projects
Commit cfed0155 authored by Thomas Roos's avatar Thomas Roos
Browse files

Add content to upload page

parent 28291ec2
Branches
Tags
No related merge requests found
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>
)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment