From: Zachary Vance Date: Sat, 19 Nov 2022 04:44:07 +0000 (-0500) Subject: Reverse order so display is from newest to oldest X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=3282c127f0d392ddd593d3a645159a3e79668cdf;p=za3k.git Reverse order so display is from newest to oldest --- diff --git a/hackaday.css b/hackaday.css index 56817c0..c0473c2 100644 --- a/hackaday.css +++ b/hackaday.css @@ -17,12 +17,12 @@ display: block; } .hack.cool { - order: -1; -} -.hack:last-child { order: -2; } -.hack.cool > *:first-child::before, .hack:last-child > *:first-child::before { +.hack:first-child { + order: -1; +} +.hack.cool > *:first-child::before, .hack:first-child > *:first-child::before { content: ''; position: absolute; background:url("img/star.svg"); @@ -38,7 +38,7 @@ background-color: rgba(255, 255, 255, 0.9); border-radius: 100%; } -.hack:last-child > *:first-child::before { +.hack:first-child > *:first-child::before { transform: scale(0.5) translate(-5px, -5px); filter: hue-rotate(180deg); } diff --git a/hackaday.html b/hackaday.html index 1ffebd4..7157835 100644 --- a/hackaday.html +++ b/hackaday.html @@ -9,92 +9,97 @@
- - Hack-A-Blog - 03 + + Hack-A-Crop + 18 - - - + + + - a blog for anyone + crop images
-
- - Hack-A-Chat - 04 +
+ + Hack-A-Tank + 17 - - - + + + - an online chatroom + relax and play with fish
- - Hack-A-Paste - 05 + + Hack-A-Song + 16 - - - + + + - a pastebin + listen to 'greensleeves'
-
- - Hack-A-Link - 05 +
+ + Hack-A-Sound + 15 - - - + + + - a link shortener + play sounds and make tracks
- - Hack-A-Homepage - 05 + + Hack-A-Stats + 14 - - - + + + - make your own homepage + see how hack-a-day is doing
-
- - Hack-An-Icecube - 06 +
+ + Hack-A-Line + 13 - - - + + + - icecubes fall + play 5-in-a-row with a friend +
+
+ + Day 12 + 12
- - Hack-An-Asteroid - 07 + + Hack-A-Tile + 11 - - - + + + - asteroids clone + arrange matching tiles
- - Hack-A-Dictionary - 08 + + Hack-A-Machine + 10 - - - + + + - look up words + goofy machine with assembly
@@ -108,97 +113,92 @@ explore fractals
- - Hack-A-Machine - 10 + + Hack-A-Dictionary + 08 - - - + + + - goofy machine with assembly + look up words
- - Hack-A-Tile - 11 + + Hack-An-Asteroid + 07 - - - + + + - arrange matching tiles -
-
- - Day 12 - 12 + asteroids clone
-
- - Hack-A-Line - 13 +
+ + Hack-An-Icecube + 06 - - - + + + - play 5-in-a-row with a friend + icecubes fall
- - Hack-A-Stats - 14 + + Hack-A-Homepage + 05 - - - + + + - see how hack-a-day is doing + make your own homepage
-
- - Hack-A-Sound - 15 +
+ + Hack-A-Link + 05 - - - + + + - play sounds and make tracks + a link shortener
- - Hack-A-Song - 16 + + Hack-A-Paste + 05 - - - + + + - listen to 'greensleeves' + a pastebin
-
- - Hack-A-Tank - 17 +
+ + Hack-A-Chat + 04 - - - + + + - relax and play with fish + an online chatroom
- - Hack-A-Crop - 18 + + Hack-A-Blog + 03 - - - + + + - crop images + a blog for anyone