Skip to content

Commit

Permalink
Update Home.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hola22543 authored Jan 20, 2018
1 parent 7a4568b commit e941d10
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions codeConnects-FrontEnd/client/src/js/components/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,24 @@ export default class Home extends React.Component{
<div>
Hello World This is the homepage
<div>
<div>
<video controls>
<source src="movie.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<h3>
codeConnects offers unparalleled one-on-one coding instruction
and mentorship to empower underrepresented students who are
disadvantaged in traditional educational environments with the skills
and confidence necessary to become future creators, innovators,
and leaders.
</h3>
<div>
<img src="" alt="image 1">
<img src="" alt="image 2">
<img src="" alt="image 3">
</div>
</div>
</div>
<EmailSubscriptionBox />
<div>
Expand Down

0 comments on commit e941d10

Please sign in to comment.