Added Hack-a-thon links
|
@ -13,8 +13,8 @@
|
|||
}
|
||||
|
||||
.title > h2{
|
||||
font-size: 1.5rem;
|
||||
font-size: 1.8rem;
|
||||
font-variant: petite-caps;
|
||||
font-weight: 600;
|
||||
font-weight: 800;
|
||||
margin-top: 20px;
|
||||
}
|
BIN
img/logo-cn.png
Normal file
After Width: | Height: | Size: 21 KiB |
1
img/logo.svg
Normal file
After Width: | Height: | Size: 8 KiB |
BIN
img/options/create-codecombat-hoc.png
Normal file
After Width: | Height: | Size: 1 MiB |
BIN
img/options/create-codecombat-kithgard.png
Normal file
After Width: | Height: | Size: 1,000 KiB |
BIN
img/options/create-mindmakers.png
Normal file
After Width: | Height: | Size: 1.3 MiB |
BIN
img/options/hack-o-lantern-jr.png
Normal file
After Width: | Height: | Size: 158 KiB |
BIN
img/options/hack-o-lantern-with-code.png
Normal file
After Width: | Height: | Size: 159 KiB |
BIN
img/options/hack-o-lantern.png
Normal file
After Width: | Height: | Size: 156 KiB |
BIN
img/options/jr-tate-draw.png
Normal file
After Width: | Height: | Size: 390 KiB |
BIN
img/options/jr-tate-paint.png
Normal file
After Width: | Height: | Size: 2 MiB |
14
index.html
|
@ -15,7 +15,7 @@
|
|||
<body class="" style="background-color: #0c0517;">
|
||||
<!-- bg-black -->
|
||||
<div class="title mt-5 text-center justify-center items-center" style="text-align:-webkit-center;">
|
||||
<img src="/img/logo-cn-langley.png" class="justify-center" width="80" alt="">
|
||||
<img src="/img/logo-cn.png" class="justify-center" width="200" alt="">
|
||||
<h2 class="text-white text-lg">Welcome to Code Ninjas Langley!</h2>
|
||||
</div>
|
||||
<!-- min-h-screen -->
|
||||
|
@ -78,6 +78,12 @@
|
|||
|
||||
|
||||
<div class="carousel col-start-1 row-start-1" x-ref="carousel">
|
||||
<div class="w-3/5 px-2">
|
||||
<img class="options" data-href="https://bit.ly/hackolantern2023" src="/img/options/hack-o-lantern.png" loading="lazy">
|
||||
</div>
|
||||
<div class="w-3/5 px-2">
|
||||
<img class="options" data-href="https://bit.ly/hackolantern2023code" src="/img/options/hack-o-lantern-with-code.png" loading="lazy">
|
||||
</div>
|
||||
<div class="w-3/5 px-2">
|
||||
<img class="options" data-href="https://impact.codeninjas.com" src="/img/options/create-impact.png" loading="lazy">
|
||||
</div>
|
||||
|
@ -171,6 +177,12 @@
|
|||
|
||||
|
||||
<div class="carousel col-start-1 row-start-1" x-ref="carousel">
|
||||
<div class="w-3/5 px-2">
|
||||
<img class="options"
|
||||
data-href="https://scratch.mit.edu/projects/911710531/"
|
||||
src="/img/options/hack-o-lantern-jr.png"
|
||||
loading="lazy">
|
||||
</div>
|
||||
<div class="w-3/5 px-2">
|
||||
<img class="options"
|
||||
data-href="https://scratch.mit.edu/"
|
||||
|
|