-
Notifications
You must be signed in to change notification settings - Fork 0
/
Home.html
99 lines (86 loc) · 3.13 KB
/
Home.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
89
90
91
92
93
94
95
96
97
98
99
<html>
<head>
<title>Support</title>
<link href="Home.css" type="text/css" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="bower_components/bootstrap/dist/css/bootstrap.min.css">
</head>
<body>
<div class="navbarer navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<ul class="nav navbar-nav">
<li><a href="Home.html">Home</a></li>
<li><a href="roommatepage.html">Group Registration</a></li>
<li><a href="buildingselection.html">Pick Rooms</a></li>
<li><a href="aboutbuildings.html">Housing Info</a></li>
<li><a href="support.html">Support</a></li>
</ul>
</div>
</div>
<div id = "viewer">
<br/><br/>
<h1 class = "head">Welcome!</h1>
<div class = "welcomeMessage">
<p>
As members of your college community, we are aware that the initial
housing lottery at the University of Rochester is very convoluted
and inefficient. Our team of software Developers think we have derived
a solution that can improve the process.
</p>
</br>
<p>
We would like to welcome you to the new and updated housing lottery
website! We have been workign hard to piece together a housing lottery
system based on your responses in the survey and any suggestions and tips
that we received from all of you.
</p>
</br>
<p>
So in a large part your ideas fueled this project and in a major way you
helped us create this!
</p>
</br>
<p>
Our research into the housing lottery system, led us to to figure out
how it works at present, what the general sentiment is across our student
body. We made an attempt to analyze your responses to derive an answer
to all of our problems.
</p>
</br>
<p>
By creating this product, we hope that we will be able to alleviate the
uncertainty, confusion and anxiety that can be attributed directly to the
housing lottery process.
</p>
</br>
<p id="signature">
-Team Recycle
</p>
<div class="transport"><a href="support.html"> Instructions and Support </a>
<ul>
<li><a href="buildingselection.html">Info about the buildings</a></li>
<li><a href="roomselection.html">Info about rooms</a></li>
</ul> </div>
<div class="transport"><a href="roommatepage.html">Get started with the lottery</a>
<ul>
<li>Start entering your group!</li>
</ul>
</div>
</div>
<h2 class = "head">Meet Team Recycle!</h2>
<div class="welcomeMessage">
<div class="margins">Adam Cushmaro </br>
<img src="Pictures/adamSmall.jpg" alt="Adam"></div>
<div class="margins">Cara Kessler </br>
<img src="Pictures/cara.jpg" alt="Adam"></div>
<div class="margins">Rikesh Thapa </br>
<img src="Pictures/rikeshSmall.jpg" alt="Adam"></div>
<div class="margins">Alex Wilson</br>
<img src="Pictures/alexSmall.jpg" alt="Adam"></div>
<div class="margins">Christopher Wong</br>
<img src="Pictures/ChrisSmall.jpg" alt="Adam"></div>
<div class="margins">Ru Zhao </br>
<img src="Pictures/RuSmall.jpg" alt="Adam"></div>
</div>
</div>
</body>
</html>