Skip to content

Commit

Permalink
Fix room info
Browse files Browse the repository at this point in the history
  • Loading branch information
sidlak-c137 committed Oct 3, 2023
1 parent 472cf46 commit 12331b4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 12 deletions.
24 changes: 17 additions & 7 deletions components/Room.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
import Image from "next/image";


export default function Room() {
return (
<iframe
title="OUG141"
id="home-vr"
allowFullScreen
width='100%'
height='100%'
src="https://www.washington.edu/classroom/vrview/index.html?image=https://features.classrooms.uw.edu/room-images/panoramas/MEB_238_panorama.jpg&"
// <iframe
// title="OUG141"
// id="home-vr"
// allowFullScreen
// width='100%'
// height='100%'
// src="https://www.washington.edu/classroom/vrview/index.html?image=https://features.classrooms.uw.edu/room-images/panoramas/MEB_238_panorama.jpg&"
// />
<Image
src="/GatesCenter.webp"
alt="UW CSE2 (Gates Center) Building"
width={2000}
height={1000}
style={{ width: "100%", height: "100%", borderRadius: "15px", objectFit: "cover" }}
/>
);
}
8 changes: 3 additions & 5 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -322,12 +322,10 @@ function MeetingInfo() {
color='brand.light_brown'
align='center'
>
Join us every Thursday from 6:00pm to 7:30pm PST at MEB
(Mechanical Engineering Building) 248!
Join us every Tuesday from 6:00pm to 7:30pm PST at CSE2
G04!
</Text>
<Box
borderRadius='15px'
overflow='hidden'
width='70%'
height='370px'
>
Expand All @@ -341,7 +339,7 @@ function MeetingInfo() {
color='brand.light_brown'
align='center'
>
Mechanical Engineering Building Room 248 @ University of
Gates Center Room G04 @ University of
Washington
</Text>
) : (
Expand Down
Binary file added public/GatesCenter.webp
Binary file not shown.

0 comments on commit 12331b4

Please sign in to comment.