Skip to content

Commit

Permalink
Finishd about us and contact us
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisDiBetta committed Mar 28, 2018
1 parent 0a1f40c commit 9c6866f
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 68 deletions.
155 changes: 90 additions & 65 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions src/bodies/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,13 @@ class About extends Component {
</div>
<div style={{height:this.state.height/13, textAlign:'left'}}>
<h1 style={{fontSize:this.state.width>1000?this.state.width/70:18,fontWeight:500,color:"#47525e",padding:0,marginLeft:100, marginRight: 100}}>
ProStudent is an app that was created with students in mind. It allows students and professors to communicate in real time.
Students can provide live feedback which allows professors to improve their lecture on the fly.
<p>
Welcome to ProStudent!
</p>
<p>
Prostudent is an application which allows seemless real-time communication between students and Professors.
The app was started by a group of McGill students as part of a design project, and has since continued to be developed and refined.
</p>
</h1>
</div>
</div>
Expand Down
Loading

0 comments on commit 9c6866f

Please sign in to comment.