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;
}
.flickity-slider >div > img{
.flickity-slider >div{
opacity: 0.5;
transition: 0.3s ease;
cursor: pointer;
}
.flickity-slider > div > img:hover{
.flickity-slider > div:hover{
opacity: 1;
}
@ -18,3 +18,7 @@
font-weight: 800;
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"
loading="lazy">
</div>
<div class="w-3/5 px-2">
<!-- <div class="w-3/5 px-2">
<img class="options"
data-href="https://forms.codeninjas.com/gamejamuk"
src="/img/options/dojo-gamejam.png"
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 class="w-3/5 px-2">
<img class="options"