-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathtour.php
More file actions
179 lines (179 loc) · 8.77 KB
/
tour.php
File metadata and controls
179 lines (179 loc) · 8.77 KB
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<?php include "header.php"; ?>
<div id="big" class="title">
<div class="wrapper">
<h1>
Floor Tour
</h1>
</div>
</div>
<div id="content">
<input type="radio" name="room" id="rdoLounge" checked="checked">
<input type="radio" name="room" id="rdoSoftware">
<input type="radio" name="room" id="rdoLibrary">
<input type="radio" name="room" id="rdoUserCenter">
<input type="radio" name="room" id="rdoConference">
<input type="radio" name="room" id="rdoServer">
<input type="radio" name="room" id="rdoProject">
<input type="radio" name="room" id="rdoDorm">
<div class="rooms">
<label for="rdoLounge">Lounge</label>
<label for="rdoSoftware">Software Room</label>
<label for="rdoLibrary">Library</label>
<label for="rdoUserCenter">User Center</label>
<label for="rdoConference">Conference Room</label>
<label for="rdoServer">Server Room</label>
<label for="rdoProject">Project Room</label>
<label for="rdoDorm">Dorm Room</label>
</div>
<div class="slideshow-wrapper">
<div class="slideshow-container" id="glryLoungeContainer">
<p>The Lounge is CSH's main social hub. This room is used to host movie nights, social events, technical seminars, company visits, and E-Board meetings.</p>
<div class="slideshow-container2">
<ul id="glryLounge" class="rslides">
<li><img src="images/tour/lounge1.jpg" alt="Lounge"><p>Equipped with a projector and 7.1 surround sound, the lounge is perfect for movies. But it also has a whiteboard when you need to draw crazy charts.</p></li>
<li><img src="images/tour/lounge2.jpg" alt="Lounge"><p>Here you can see the touch-enabled screen used to control a media machine that's housed under the risers.</p></li>
</ul>
</div>
</div>
<div class="slideshow-container" id="glrySoftwareContainer">
<p>The Software Room is the perfect place for small group tasks. It is a quiet room that is away from the normal hustle and bustle of floor which makes it great for taking phone calls, playing board games, and working on group assignments. The Software Room also houses CSH's book collection as well as a variety of board games.</p>
<div class="slideshow-container2">
<ul id="glrySoftware" class="rslides">
<li><img src="images/tour/software1.jpg" alt="Software Room"><p>Board games are very common in the Software Room</p></li>
<li><img src="images/tour/software2.jpg" alt="Software Room"><p>The Software Room houses many board games, books, and movies for members to use whenever they'd like.</p></li>
</ul>
</div>
</div>
<div class="slideshow-container" id="glryLibraryContainer">
<p>The Library is CSH's multi-function archive and arcade. It serves as a storage place for all of our historical records and keepsakes as well as a variety of arcade machines, both vintage and custom-built.</p>
<div class="slideshow-container2">
<ul id="glryLibrary" class="rslides">
<li><img src="images/tour/library1.jpg" alt="Library"><p>A couple members enjoying some Bomberman.</p></li>
<li><img src="images/tour/library4.png" alt="Library"><p>You can see all 4 arcade cabinets here: Joust, CSH Arcade (member built), Volly, and Ghost in the Machine (member built).</li>
<li><img src="images/tour/library5.png" alt="Library"><p>A member shows off our ancient PDP 8 and PDP 11 faceplate.</p></li>
</ul>
</div>
</div>
<div class="slideshow-container" id="glryUserCenterContainer">
<p>The User Center is a productive social room. It is often sought out as a place for members to socialize and get work done. It also serves as a meeting place, a project work room, and a technical seminar room.</p>
<div class="slideshow-container2">
<ul id="glryUserCenter" class="rslides">
<li><img src="images/tour/usercenter1.jpg" alt="User Center"><p>The User Center is a great place for both social events and productivity.</p></li>
<li><img src="images/tour/usercenter2.jpg" alt="User Center"><p>The User Center offers plenty of resources to aid members in completing their projects.</p></li>
<li><img src="images/tour/usercenter3.jpg" alt="User Center"><p>A member using the User Center's soldering station to work on a project.</p></li>
<li><img src="images/tour/usercenter4.jpg" alt="User Center"><p>The whiteboard, bluetooth-enabled media center, and projector system make the User Center a great place for movie nights and technical seminars as well.</p></li>
<li><img src="images/tour/usercenter5.jpg" alt="User Center"><p>It is also the location of <a href="projects.php">InfoSys</a>.</p></li>
</ul>
</div>
</div>
<div class="slideshow-container" id="glryConferenceContainer">
<p>The Conference Room is ideal for group assignments. Not only is it often the quietest room on floor but it sports multiple white boards as well as a large conference table and couches.</p>
<div class="slideshow-container2">
<ul id="glryConference" class="rslides">
<li><img src="images/tour/conference1.jpg" alt="Conference Room"><p>The Conference Room is equipped with white boards, tables, couches, and other resources to facilitate group work.</p></li>
<li><img src="images/tour/conference3.jpg" alt="Conference Room"><p>It's also a great place for board games.</p></li>
</ul>
</div>
</div>
<div class="slideshow-container" id="glryServerContainer">
<p>CSH's server room serves as a place for members to learn and practice their networking skills. It also serves as a place to host the variety of network services provided to our members.</p>
<div class="slideshow-container2">
<ul id="glryServer" class="rslides">
<li><img src="images/tour/server1.jpg" alt="Server Room"><p>CSH's Server Room provides many resources for both current and alumni members.</p></li>
<li><img src="images/tour/server2.jpg" alt="Server Room"><p>All members are free to use the servers to experiment and learn with the help of our super-knowledgeable RTPs.</p></li>
<li><img src="images/tour/server3.jpg" alt="Server Room"><p>The servers in this room are also used to run all house services, both public and private.</p></li>
</ul>
</div>
</div>
<div class="slideshow-container" id="glryProjectContainer">
<p>The Project Room is CSH's own custom workshop. It provides the tools and resources necessary for members to complete any project they can imagine.</p>
<div class="slideshow-container2">
<ul id="glryProject" class="rslides">
<li><img src="images/tour/project1.png" alt="Project Room"><p>A member cutting a piece of wood using the band saw.</p></li>
<li><img src="images/tour/project2.png" alt="Project Room"><p>Wood successfully cut! On to the next task!</p></li>
<li><img src="images/tour/project3.png" alt="Project Room"><p>The Project Room also offers various raw materials.</p></li>
<li><img src="images/tour/project4.png" alt="Project Room"><p>CSH offers a wide variety of tools.</p></li>
</ul>
</div>
</div>
<div class="slideshow-container" id="glryDormContainer">
<p>Though the walls are the same as regular dorm rooms, our rooms usually look rather different than the standard RIT room layout.</p>
<div class="slideshow-container2">
<ul id="glryDorm" class="rslides">
<li><img src="images/tour/dorm1.jpg" alt="Dorm Room"><p>Our rooms are great places for both work and play.</p></li>
<li><img src="images/tour/dorm2.jpg" alt="Dorm Room"><p>Members often build custom furniture to house their equipment.</p></li>
<li><img src="images/tour/dorm3.jpg" alt="Dorm Room"><p>Custom room assets are also used to add a personal touch to members' rooms.</p></li>
</ul>
</div>
</div>
</div>
</div>
<script>
$(function() {
$("#glryLounge").responsiveSlides({
auto: false,
pager: false,
nav: true,
speed: 500,
maxwidth: 800,
namespace: "glryLounge"
});
$("#glrySoftware").responsiveSlides({
auto: false,
pager: false,
nav: true,
speed: 500,
maxwidth: 800,
namespace: "glrySoftware"
});
$("#glryLibrary").responsiveSlides({
auto: false,
pager: false,
nav: true,
speed: 500,
maxwidth: 800,
namespace: "glryLibrary"
});
$("#glryUserCenter").responsiveSlides({
auto: false,
pager: false,
nav: true,
speed: 500,
maxwidth: 800,
namespace: "glryUserCenter"
});
$("#glryConference").responsiveSlides({
auto: false,
pager: false,
nav: true,
speed: 500,
maxwidth: 800,
namespace: "glryConference"
});
$("#glryServer").responsiveSlides({
auto: false,
pager: false,
nav: true,
speed: 500,
maxwidth: 800,
namespace: "glryServer"
});
$("#glryProject").responsiveSlides({
auto: false,
pager: false,
nav: true,
speed: 500,
maxwidth: 800,
namespace: "glryServer"
});
$("#glryDorm").responsiveSlides({
auto: false,
pager: false,
nav: true,
speed: 500,
maxwidth: 800,
namespace: "glryServer"
});
});
</script>
<?php include "footer.php"; ?>