Skip to content

Commit

Permalink
Merge pull request #43 from imilindmishra/main
Browse files Browse the repository at this point in the history
solved issue #33
  • Loading branch information
ahaan1984 authored Aug 25, 2023
2 parents a62a433 + 194780f commit 8ee2280
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions components/index/events.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ const Events = () => {
{
key: 1,
content: (
<div className="event-card cursor-pointer ">
<div className="event-card cursor-pointer group">
<img src={`/images/inauguration.png`} className="aspect-video h-[300px] w-[400px] shadow-lg rounded-md" alt="Events"/>
<div className="hidden text-center flex-col sm:gap-2 w-full absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2">
<p className="text-xl text-[#00D1FF]">Inauguration</p>
<div className=" hidden text-center flex-col sm:gap-2 w-full absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2">
<p className="text-xl text-[#00D1FF] group-hover:mt-72">Inauguration</p>
<p className="text-xl text-white">12 May</p>
</div>
</div>
Expand All @@ -27,10 +27,10 @@ const Events = () => {
{
key: 2,
content: (
<div className="event-card cursor-pointer ">
<div className="event-card cursor-pointer group ">
<img src={`./images/decode.jpeg`} className="aspect-video h-[300px] w-[400px] shadow-lg rounded-md" alt="Events"/>
<div className="hidden text-center flex-col sm:gap-2 w-full absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2">
<p className="text-xl text-[#00D1FF]">De-code</p>
<div className=" hidden text-center flex-col sm:gap-2 w-full absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2">
<p className="text-xl text-[#00D1FF] group-hover:mt-80">De-code</p>
<p className="text-xl text-white">23 Sept</p>
</div>
</div>
Expand All @@ -43,10 +43,10 @@ const Events = () => {
{
key: 3,
content: (
<div className="event-card cursor-pointer ">
<div className="event-card cursor-pointer group ">
<img src={`/images/byzantine.jpeg`} className="aspect-video h-[300px] w-[400px] shadow-lg rounded-md" alt="Events"/>
<div className="hidden text-center flex-col sm:gap-2 w-full absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2">
<p className="text-xl text-[#00D1FF]">Byzantine</p>
<p className="text-xl text-[#00D1FF] group-hover:mt-96">Byzantine</p>
<p className="text-xl text-white">13 June</p>
</div>
</div>
Expand Down

1 comment on commit 8ee2280

@spheron-protocol
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ahaan1984 is trying to deploy a new commit(8ee2280) of blockchainsrm.org-v2 to pratham-bhatnagar's Org on Spheron.

To make sure deployment goes through for every commit of @ahaan1984, Owner or Admin need to add @ahaan1984 to the pratham-bhatnagar's Org.

Or Owner or Admin of the Organisation needs to authorize this deployment.

ℹ️ @ahaan1984 make sure that you have an account at Spheron.

Please sign in to comment.