mirror of
https://github.com/codeninjasuk/dojo.git
synced 2024-11-22 15:37:51 -05:00
Added Leaderboard tile and removed Gamejam
This commit is contained in:
parent
90187b5808
commit
b8770cf9b7
3 changed files with 13 additions and 3 deletions
|
@ -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;
|
||||||
}
|
}
|
BIN
img/options/dojo-leaderboard.png
Normal file
BIN
img/options/dojo-leaderboard.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue