Skip to content

Commit 27ca9ca

Browse files
authored
Update rooms included on tour page (#274)
1 parent 36f8736 commit 27ca9ca

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

about/tour.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@
1515
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
1616
<a id="dorm" class="dropdown-item active" href="#">Dorm Room</a>
1717
<a id="research-room" class="dropdown-item" href="#">Research Room</a>
18-
<a id="project-room" class="dropdown-item" href="#">Project Room</a>
1918
<a id="user-center" class="dropdown-item" href="#">User Center</a>
2019
<a id="lounge" class="dropdown-item" href="#">Lounge</a>
2120
<a id="server-room" class="dropdown-item" href="#">Server Room</a>
2221
<a id="software-room" class="dropdown-item" href="#">Software Room</a>
2322
<a id="library" class="dropdown-item" href="#">Library</a>
24-
<!--<a id="conference-room" class="dropdown-item" href="#">Conference Room</a>-->
2523
</div>
2624
</div>
2725
</div>

assets/js/tour.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,11 @@ const content = {
2929
'photos': ['https://assets.csh.rit.edu/pubsite/tour/research/1', 'https://assets.csh.rit.edu/pubsite/tour/research/2', 'https://assets.csh.rit.edu/pubsite/tour/research/3', 'https://assets.csh.rit.edu/pubsite/tour/research/4'],
3030
'description': 'The Research Room is CSH\'s workshop. It houses our two 3D Printers, as well as the tools and materials for members\' electronics projects.',
3131
},
32-
'project-room': {
33-
'title': 'Project Room',
34-
'photos': ['https://assets.csh.rit.edu/pubsite/tour/project/1', 'https://assets.csh.rit.edu/pubsite/tour/project/2'],
35-
'description': 'The Project Room is CSH\'s own custom woodshop. It provides the tools and resources necessary for members to complete any project they can imagine.',
36-
},
3732
'library': {
3833
'title': 'Library',
3934
'photos': ['https://assets.csh.rit.edu/pubsite/tour/library/1', 'https://assets.csh.rit.edu/pubsite/tour/library/2'],
4035
'description': '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.',
4136
},
42-
'conference-room': {
43-
'title': 'Conference Room',
44-
'photos': ['https://placehold.it/1203x803', 'https://placehold.it/1203x803'],
45-
'description': '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.',
46-
},
4737
};
4838

4939
const constructSliderHTML = (room) => {

0 commit comments

Comments
 (0)