-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaboutus.html
88 lines (72 loc) · 3.29 KB
/
aboutus.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html>
<link href='css/aboutus .css' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto+Slab' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
<head>
</head>
<body>
<div class="nav-bar" id = "navbar">
<ul>
<img src = "img/classhack2.png" id="logo" width="20%">
<li><a href="aboutus.html">about</a></li>
<li><a href = "login.html">login</a></li>
<li><a href = "index.html">home</a></li>
</ul>
</div>
<div class="container">
<center><div class="bio">
<h1> About the Hack! </h1>
<p> So this hack was made by a rag tag team of 5 high schoolers. Before HackRPI started, It was just me (Ali) and Su Min. Then we met Vicki and she joined our team. Once HackRPI started, Sumit and Anish asked us to join our team and with special permission, we were able to have an extra player. After that we just bounced ideas at each other, until Su Min introduced this amazing idea, which was essentially this website. She expressed her hardships at Bergen County Academies and the difficulty of gathering enough notes to get high grades on her exams. That's where this website came into light. We made a website that gives students the abilty to network with other classmates and compare and collaborate on their notes. My team is very excited to show off our website at HackRPI 2014!</p>
</div></center>
</div>
<div class="container">
<div class= "title">
<center> <h1>About us!</h1> </div> </center>
<div class= "sub-title">
<center><h2>Meet the team who brought your dreams to life!</h2></center> </div>
<div class= "people">
<center>
<div class= "questions">
<table><tr><td>
<div class="col-md-8">
<div class="ali">
<h3> Ali Malik </h3>
<p> Ali is one of the talented hackers in this 3 man and 2 interns group. Ali helped make the CSS and HTML come to life! HackRPI is his 3rd hackathon.</p>
</div>
</td><td>
<div class="col-md-8">
<div class="long">
<h3> Long Vicki </h3>
<p> Vicki is one of the most important members on the team, she coded the entire back-end of our website. Without her, this website wouldn't have been possible. HackRPI is her 5th hackathon!</p>
</div>
</div>
</td><td>
<div class="col-md-8">
<div class="su">
<h3> Su Min Kim </h3>
<p> Su Min helped Ali out (or vise versa, depending on how you look at it ;D ) with the HTML and CSS, also known as the front-end development. HackRPI is her second hackathon!</p>
</div>
</td></tr></table>
</center>
</div>
<center>
<div class= "questions">
<table><tr><td>
<div class="col-md-8">
<div class="sumit">
<h3> Sumit Vohra </h3>
<p> Sumit is one of the newbies at the art of hackathons, meaning this is his first hackathon. He mostly observed and boasted everyone's moral, and he was a great addition to the team!</p>
</div>
</td><td>
<div class="col-md-8">
<div class="anish">
<h3> Anish Nayak </h3>
<p> Anish is also a newbie to hackathons! He came along with Sumit, on a quest to learn the ways of the programmer and he has learned a lot! As with Sumit, we were glad to have Anish on the team!</p>
</td></tr></table>
</center>
</div>
</div>
</div>
</body>
</html>