Skip to content

Commit

Permalink
Merge pull request #24 from VandyHacks/2023_updates
Browse files Browse the repository at this point in the history
Added VH IX to Past Hackathons tab
  • Loading branch information
zineanteoh authored Apr 6, 2023
2 parents 86ca2bd + 9b9a7bb commit 00d8be6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions components/EventShowcase.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ import Image from 'next/image';
const EventShowcase = () => {
return (
<div className="mt-5 rounded-3xl font-bold snap-x mx-auto snap-mandatory h-[250px] md:h-[375px] lg:h-[575px] flex w-[70vw] md:w-[650px] lg:w-[1000px] scrollbar-hide overflow-scroll relative">
<div className="snap-start w-full md:w-[650px] lg:w-[1000px] flex-shrink-0 flex items-center justify-center relative">
<Image
className="sm:border rounded-3xl"
layout="fill"
objectFit="cover"
alt="VH9 website"
src="/misc/vh_ix.png"
/>
<div className="absolute backdrop-blur-sm bg-white/[15%] py-5 w-full bottom-0">
<a
target="_blank"
href="https://ix.vandyhacks.org/"
rel="noopener noreferrer"
className="hover:cursor-pointer text-[#691335] font-mono text-lg lg:text-3xl">
Click Here To Visit VH IX (Ocean Edition)
</a>
</div>
</div>

<div className="snap-start w-full md:w-[650px] lg:w-[1000px] flex-shrink-0 flex items-center justify-center relative">
<Image
className="sm:border rounded-3xl"
Expand Down
Binary file added public/misc/vh_ix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 00d8be6

Please sign in to comment.