Skip to content

Commit

Permalink
added poster (vrgaming)
Browse files Browse the repository at this point in the history
  • Loading branch information
jude7733 committed Feb 3, 2024
1 parent a02351e commit 0693910
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<title>ZeroLatency - Gaming Experience</title>
<meta name="title" content="ZeroLatency - Gaming Experience" />
<meta name="description"
content="This is a website for college gaming event to be happen in BMC in collaboration with Google Developer Student Clubs Bharata Mata College (GDSC BMC) and Xfinity Gaming Club, This event aims to give gaming experiece in PlayStations and PC's also in VR Virtual Reality, Augmented Reality, AR, Treasure Hunt" />
content="This is a website for college gaming event to be happen in BMC in collaboration with Google Developer Student Clubs Bharata Mata College (GDSC BMC) and Xfinity Gaming Club, This event aims to give gaming experiece in PlayStations and PC's also in VR Virtual Reality, Augmented Reality" />
</head>

<body class="dark">
Expand Down
File renamed without changes
4 changes: 4 additions & 0 deletions src/components/Carousel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { Carousel } from "react-responsive-carousel";
import katvr from "../assets/KATVR.jpeg";
import pcgaming from "../assets/PCgaming.jpeg";
import psgaming from "../assets/PSgaming.jpeg";
import vrgaming from "../assets/VRgaming.jpeg";
import "./carousel.css";

const CarouselComponent = () => {
Expand All @@ -17,6 +18,9 @@ const CarouselComponent = () => {
<div className="cimage">
<img src={psgaming} />
</div>
<div className="cimage">
<img src={vrgaming} />
</div>
</Carousel>
);
};
Expand Down

0 comments on commit 0693910

Please sign in to comment.