From: Zachary Vance Date: Sat, 19 Nov 2022 03:25:10 +0000 (-0500) Subject: Hackaday X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=52bc87bda47632580b94dbad271bc5a2c99c2ad0;p=za3k.git Hackaday --- diff --git a/hackaday.css b/hackaday.css new file mode 100644 index 0000000..9fc0f96 --- /dev/null +++ b/hackaday.css @@ -0,0 +1,86 @@ +.hacks { + margin: 0 auto; + display: flex; + flex-direction: row; + flex-wrap: wrap; + max-width: 1000px; + max-width:60%; + flex: 1 1 auto; +} +.hack { + display: inline-block; + width: 202px; + margin: 20px; + text-align: center; + margin: 15px 30px 15px 30px; +} +.hack > * { + display: block; +} +.hack.cool { + order: -1; +} +.hack:last-child { + order: -2; +} +.hack.cool > *:first-child::before, .hack:last-child > *:first-child::before { + content: ''; + position: absolute; + background:url("img/star.svg"); + background-size: contain; + width: 50px; + height: 50px; + margin-left: -20px; + margin-top: -20px; + z-index: 1; + display: block; + filter: hue-rotate(90deg); + border: 1px solid rgba(1, 1, 1, 0.1); + background-color: rgba(255, 255, 255, 0.9); + border-radius: 100%; +} +.hack:last-child > *:first-child::before { + transform: scale(0.5) translate(-5px, -5px); + filter: hue-rotate(180deg); +} + +.thumb > img { + border: 1px solid lightgrey; + border-radius: 15px; + width: 200px; + height: 200px; +} +.hack .name { + font-size: x-large; +} + +.hack .date { + /*display: none;*/ + font-size: x-small; + text-align: center; + color: grey; +} +.hack .date::before { + content: "Nov "; +} +.hack .date::after { + content: ", 2022"; +} + +.hack .description { + margin-top: 10px; + font-style: italic; + display: inline-block; + /* + border: 1px solid rgba(0,0,1,0.5); + border-radius: 15px; + background: rgba(100, 100, 255, 0.2); + box-shadow: 2px 2px 10px rgba(1, 1, 1, 0.3); + padding: 5px 10px 5px 10px; + max-width: 60%; + */ +} + +a.blog, a.demo, a.source { /* Display source links only if demos break */ + display: none; +} diff --git a/hackaday.html b/hackaday.html new file mode 100644 index 0000000..f4ea136 --- /dev/null +++ b/hackaday.html @@ -0,0 +1,200 @@ + + + + za3k.com - hackaday + + + + + +
+
+ + Hack-A-Blog + 03 + + demo + source + blog + + a blog for anyone +
+
+ + Hack-A-Chat + 04 + + demo + source + blog + + an online chatroom +
+
+ + Hack-A-Paste + 05 + + demo + source + blog + + a pastebin +
+
+ + Hack-A-Link + 05 + + demo + source + blog + + a link shortener +
+
+ + Hack-A-Homepage + 05 + + demo + source + blog + + make your own homepage +
+
+ + Hack-An-Icecube + 06 + + demo + source + blog + + icecubes fall +
+
+ + Hack-An-Asteroid + 07 + + demo + source + blog + + asteroids clone +
+
+ + Hack-A-Dictionary + 08 + + demo + source + blog + + look up words +
+
+ + Hack-A-Mandelbrot + 09 + + demo + source + blog + + explore fractals +
+
+ + Hack-A-Machine + 10 + + demo + source + blog + + goofy machine with assembly +
+
+ + Hack-A-Tile + 11 + + demo + source + blog + + arrange matching tiles +
+
+ + Hack-A-Line + 13 + + demo + source + blog + + get 5-in-a-row with a friend +
+
+ + Hack-A-Stats + 14 + + demo + source + blog + + see how hack-a-day is doing +
+
+ + Hack-A-Sound + 15 + + demo + source + blog + + play with sounds and make tracks +
+
+ + Hack-A-Song + 16 + + demo + source + blog + + play 'greensleeves' +
+
+ + Hack-A-Tank + 17 + + demo + source + blog + + relax and play with fish +
+
+ + Hack-A-Crop + 18 + + demo + source + blog + + crop images +
+
+ + diff --git a/img/hackaday01.png b/img/hackaday01.png new file mode 100644 index 0000000..720af8d Binary files /dev/null and b/img/hackaday01.png differ diff --git a/img/hackaday02.png b/img/hackaday02.png new file mode 100644 index 0000000..2d6dbda Binary files /dev/null and b/img/hackaday02.png differ diff --git a/img/hackaday03.png b/img/hackaday03.png new file mode 100644 index 0000000..42b49d4 Binary files /dev/null and b/img/hackaday03.png differ diff --git a/img/hackaday04.png b/img/hackaday04.png new file mode 100644 index 0000000..4bc3001 Binary files /dev/null and b/img/hackaday04.png differ diff --git a/img/hackaday05.png b/img/hackaday05.png new file mode 100644 index 0000000..68aa3a6 Binary files /dev/null and b/img/hackaday05.png differ diff --git a/img/hackaday06.png b/img/hackaday06.png new file mode 100644 index 0000000..b50b609 Binary files /dev/null and b/img/hackaday06.png differ diff --git a/img/hackaday07.png b/img/hackaday07.png new file mode 100644 index 0000000..3de5673 Binary files /dev/null and b/img/hackaday07.png differ diff --git a/img/hackaday08.png b/img/hackaday08.png new file mode 100644 index 0000000..b6e9fde Binary files /dev/null and b/img/hackaday08.png differ diff --git a/img/hackaday09.png b/img/hackaday09.png new file mode 100644 index 0000000..697795d Binary files /dev/null and b/img/hackaday09.png differ diff --git a/img/hackaday10.png b/img/hackaday10.png new file mode 100644 index 0000000..6277f87 Binary files /dev/null and b/img/hackaday10.png differ diff --git a/img/hackaday11.png b/img/hackaday11.png new file mode 100644 index 0000000..892234b Binary files /dev/null and b/img/hackaday11.png differ diff --git a/img/hackaday13.png b/img/hackaday13.png new file mode 100644 index 0000000..93537b5 Binary files /dev/null and b/img/hackaday13.png differ diff --git a/img/hackaday14.png b/img/hackaday14.png new file mode 100644 index 0000000..6a6fc45 Binary files /dev/null and b/img/hackaday14.png differ diff --git a/img/hackaday15.png b/img/hackaday15.png new file mode 100644 index 0000000..5ef6fb3 Binary files /dev/null and b/img/hackaday15.png differ diff --git a/img/hackaday16.png b/img/hackaday16.png new file mode 100644 index 0000000..3ec3922 Binary files /dev/null and b/img/hackaday16.png differ diff --git a/img/hackaday17.png b/img/hackaday17.png new file mode 100644 index 0000000..db93236 Binary files /dev/null and b/img/hackaday17.png differ diff --git a/img/hackaday18.png b/img/hackaday18.png new file mode 100644 index 0000000..4c98757 Binary files /dev/null and b/img/hackaday18.png differ diff --git a/img/star.svg b/img/star.svg new file mode 100644 index 0000000..b4fb5be --- /dev/null +++ b/img/star.svg @@ -0,0 +1 @@ +