Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Nov 3, 2024
1 parent 9819942 commit 03f7b8e
Show file tree
Hide file tree
Showing 15 changed files with 28 additions and 23 deletions.
Binary file removed main/src/site/notes/_css-sprite-sheets/work2.mp4
Binary file not shown.
Binary file added main/src/site/notes/css-sprite-sheets/work2.mp4
Binary file not shown.
33 changes: 19 additions & 14 deletions main/src/site/notes/index.generated.combined.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
[
{
"href": "/notes/_css-sprite-sheets/",
"title": "CSS sprite sheets",
"media": "/notes/_css-sprite-sheets/template.jpg",
"date": "1 Jan 1970",
"public": false,
"tags": [
"css"
],
"suggestions": []
},
{
"href": "/notes/_first-post/",
"title": "First post!!111",
Expand Down Expand Up @@ -83,6 +72,22 @@
"/notes/debug-css-boxes-bookmarklet/"
]
},
{
"href": "/notes/css-sprite-sheets/",
"title": "CSS sprite sheet animations",
"media": "/notes/css-sprite-sheets/hero.png",
"date": "3 Nov 2024",
"public": true,
"tags": [
"css"
],
"suggestions": [
"/notes/pure-css-tictactoe-ai/",
"/notes/pure-css-volley-ball-game/",
"/notes/debug-css-boxes-bookmarklet/",
"/notes/simple-image-recognition-vanilla-js/"
]
},
{
"href": "/notes/debug-css-boxes-bookmarklet/",
"title": "Debug CSS boxes with this bookmarklet",
Expand Down Expand Up @@ -163,7 +168,7 @@
"/notes/pure-css-volley-ball-game/",
"/notes/debug-css-boxes-bookmarklet/",
"/notes/pure-css-tictactoe-ai/",
"/notes/simple-image-recognition-vanilla-js/"
"/notes/css-sprite-sheets/"
]
},
{
Expand Down Expand Up @@ -207,9 +212,9 @@
],
"suggestions": [
"/notes/how-to-center-in-css/",
"/notes/css-sprite-sheets/",
"/notes/simple-image-recognition-vanilla-js/",
"/notes/developing-bitwise-input-method/",
"/notes/pure-css-tictactoe-ai/"
"/notes/developing-bitwise-input-method/"
]
},
{
Expand Down
18 changes: 9 additions & 9 deletions main/src/site/notes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,22 @@
subtitle="An index of notes, links, stories, anything really."
/>
<card-carousel class="notes-carousel">
<blog-post-card
href="/notes/pure-css-halftone/"
title="CSS halftone effect"
description="Creating a halftone effect using HTML / CSS"
/>
<blog-post-card
href="/notes/sweep-and-prune/"
:media-src="url('sap-preview.mp4')"
title="Sweep and prune"
description="Collision detection algorithm explainer with live demos"
/>
<blog-post-card
href="/notes/pure-css-halftone/"
title="CSS halftone effect"
description="Creating a halftone effect using HTML / CSS"
href="/notes/css-sprite-sheets/"
:media-src="url('css-sprite-sheets/work2.mp4')"
title="CSS sprite sheets"
description="Sprite sheet animations with CSS"
/>
<blog-post-card
href="/notes/dynamic-patrol-stealth-games/"
Expand All @@ -24,12 +30,6 @@
title="Patrol behaviour w/ Markov chains"
description="Stealth game AI algorithm with playable demos"
/>
<blog-post-card
href="/notes/pure-css-volley-ball-game/"
:media-src="url('pure-css-volley-ball-game/video.web.mp4')"
title="Pure CSS volley ball"
description="Volley ball / tennis game implemented purely using HTML and CSS"
/>
</card-carousel>
<!-- <h2 class="section-title">Interactives</h2>
<card-carousel class="notes-carousel">
Expand Down

0 comments on commit 03f7b8e

Please sign in to comment.