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;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
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"
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue