Added Leaderboard tile and removed Gamejam

This commit is contained in:
elvistony 2023-11-18 07:12:21 +00:00
parent 90187b5808
commit b8770cf9b7
3 changed files with 13 additions and 3 deletions

View file

@ -2,13 +2,13 @@
height: 250px !important; height: 250px !important;
} }
.flickity-slider >div > img{ .flickity-slider >div{
opacity: 0.5; opacity: 0.5;
transition: 0.3s ease; transition: 0.3s ease;
cursor: pointer; cursor: pointer;
} }
.flickity-slider > div > img:hover{ .flickity-slider > div:hover{
opacity: 1; opacity: 1;
} }
@ -17,4 +17,8 @@
font-variant: petite-caps; font-variant: petite-caps;
font-weight: 800; font-weight: 800;
margin-top: 20px; margin-top: 20px;
}
.is-selected{
opacity: 1 !important;
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

View file

@ -118,11 +118,17 @@
src="/img/options/dojo-makecode-microbit.png" src="/img/options/dojo-makecode-microbit.png"
loading="lazy"> loading="lazy">
</div> </div>
<div class="w-3/5 px-2"> <!-- <div class="w-3/5 px-2">
<img class="options" <img class="options"
data-href="https://forms.codeninjas.com/gamejamuk" data-href="https://forms.codeninjas.com/gamejamuk"
src="/img/options/dojo-gamejam.png" src="/img/options/dojo-gamejam.png"
loading="lazy"> loading="lazy">
</div> -->
<div class="w-3/5 px-2">
<img class="options"
data-href="https://leaderboard.codeninjaslangley.co.uk"
src="/img/options/dojo-leaderboard.png"
loading="lazy">
</div> </div>
<div class="w-3/5 px-2"> <div class="w-3/5 px-2">
<img class="options" <img class="options"