From b1d2ab25213936d02a4a99f1ce888dcd774ab614 Mon Sep 17 00:00:00 2001 From: Radu Hociung Date: Wed, 19 Feb 2025 12:48:58 -0500 Subject: [PATCH 01/31] experiment --- readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/readme.md b/readme.md index d377f5e..ead9892 100644 --- a/readme.md +++ b/readme.md @@ -3,7 +3,6 @@ - Click to see the source
From 134dbd6d1dd1e4362edfbc399a5910785f559f82 Mon Sep 17 00:00:00 2001 From: Radu Hociung Date: Wed, 19 Feb 2025 12:49:47 -0500 Subject: [PATCH 02/31] experiment --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ead9892..c001389 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@
- + Click to see the source
From 472c0f91b2435dda7f90a174245f080e2403d8c5 Mon Sep 17 00:00:00 2001 From: Radu Hociung Date: Wed, 19 Feb 2025 14:08:25 -0500 Subject: [PATCH 03/31] experiment 2 --- header.svg | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/header.svg b/header.svg index 8ee6fdb..ce46e75 100644 --- a/header.svg +++ b/header.svg @@ -82,8 +82,32 @@ }
-

Made with HTML & CSS
not an animated GIF

-

Click to see the source

+
+
+
+ + + d + + + + + + + b + [ .org ] + + +

Made with HTML & CSS
not an animated GIF

+

Click to see the source

+
+
+

John Doe

+

Architect & Engineer

+

We love that guy

+
+
+
From 43beef9336793e6385b16f56b22873f6cb4af616 Mon Sep 17 00:00:00 2001 From: Radu Hociung Date: Wed, 19 Feb 2025 14:08:52 -0500 Subject: [PATCH 04/31] experiment 2 --- header.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/header.svg b/header.svg index ce46e75..2e05db0 100644 --- a/header.svg +++ b/header.svg @@ -99,7 +99,7 @@

Made with HTML & CSS
not an animated GIF

-

Click to see the source

+

Click to see source

John Doe

From 590fd9b1d246c2b834847efa7219de571d768022 Mon Sep 17 00:00:00 2001 From: Radu Hociung Date: Wed, 19 Feb 2025 14:11:00 -0500 Subject: [PATCH 05/31] experiment 2 --- readme.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/readme.md b/readme.md index c001389..c38558e 100644 --- a/readme.md +++ b/readme.md @@ -1,9 +1,7 @@ From 8a4b94e23eed29ef239df873e54bdbf166ba9e3c Mon Sep 17 00:00:00 2001 From: Radu Hociung Date: Wed, 19 Feb 2025 14:14:02 -0500 Subject: [PATCH 06/31] experiment 2 --- readme.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/readme.md b/readme.md index c38558e..eb791e3 100644 --- a/readme.md +++ b/readme.md @@ -1,8 +1,6 @@

- - Click to see the source - + Click to see the source

From 8f84fe5385933943d7de6fc9b2bb56df6ef4641a Mon Sep 17 00:00:00 2001 From: Radu Hociung Date: Wed, 19 Feb 2025 14:15:56 -0500 Subject: [PATCH 07/31] experiment 3 --- header.svg | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/header.svg b/header.svg index 2e05db0..5fe8299 100644 --- a/header.svg +++ b/header.svg @@ -80,6 +80,48 @@ text-shadow: 0 1px 0 #efefef; animation: 5s ease 0s normal forwards 1 fadeIn; } + + .flip-card { + font-family: Arial, Helvetica, sans-serif; + background-color: transparent; + width: 300px; + height: 300px; + perspective: 1000px; + } + + .flip-card-inner { + position: relative; + width: 100%; + height: 100%; + text-align: center; + transition: transform 2.9s; + transform-style: preserve-3d; + box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); + } + + .flip-card:hover .flip-card-inner { + transform: rotateY(180deg); + } + + .flip-card-front, .flip-card-back { + position: absolute; + width: 100%; + height: 100%; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + } + + .flip-card-front { + background-color: #ccc; + color: black; + } + + .flip-card-back { + background-color: #ccc; + color: black; + transform: rotateY(180deg); + } +
From ab21ef5f6094512885a6db5fce8858a3fd6614c0 Mon Sep 17 00:00:00 2001 From: Radu Hociung Date: Wed, 19 Feb 2025 14:22:57 -0500 Subject: [PATCH 08/31] experiment 4 --- header.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/header.svg b/header.svg index 5fe8299..90a1901 100644 --- a/header.svg +++ b/header.svg @@ -72,7 +72,6 @@ 0 3px 0 #efefef, 0 4px 0 #efefef, 0 12px 5px rgba(0, 0, 0, 0.1); - animation: rotate ease-in-out 1s infinite alternate; } p { @@ -87,6 +86,7 @@ width: 300px; height: 300px; perspective: 1000px; + animation: rotate ease-in-out 1s infinite alternate; } .flip-card-inner { From d11bfa38c2485d83318ee0aae4e8da641e01be80 Mon Sep 17 00:00:00 2001 From: Radu Hociung Date: Wed, 19 Feb 2025 14:25:15 -0500 Subject: [PATCH 09/31] experiment 5 --- header.svg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/header.svg b/header.svg index 90a1901..a8f31eb 100644 --- a/header.svg +++ b/header.svg @@ -4,10 +4,10 @@ From 6a95e177cbe20dea58b717c58c91843ab2e19e95 Mon Sep 17 00:00:00 2001 From: Radu Hociung Date: Wed, 19 Feb 2025 16:19:14 -0500 Subject: [PATCH 25/31] experiment 22 --- header.svg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/header.svg b/header.svg index a986d75..584d315 100644 --- a/header.svg +++ b/header.svg @@ -87,6 +87,10 @@ animation: rotate ease-in-out 9s infinite; } + .flip-card:hover .flip-card-inner { + transform: rotateY(180deg); + } + .flip-card-front, .flip-card-back { position: absolute; width: 100%; @@ -103,6 +107,7 @@ .flip-card-back { background-color: #ccc; color: black; + transform: rotateY(180deg); } From 5e9c0c706a726bcb079c2639daa0b8f31155f3e4 Mon Sep 17 00:00:00 2001 From: Radu Hociung Date: Wed, 19 Feb 2025 16:19:49 -0500 Subject: [PATCH 26/31] experiment 23 --- header.svg | 1 - 1 file changed, 1 deletion(-) diff --git a/header.svg b/header.svg index 584d315..91c68b6 100644 --- a/header.svg +++ b/header.svg @@ -107,7 +107,6 @@ .flip-card-back { background-color: #ccc; color: black; - transform: rotateY(180deg); } From 70938722094186b3a1a9d53275f5ac95164155b8 Mon Sep 17 00:00:00 2001 From: Radu Hociung Date: Wed, 19 Feb 2025 16:20:34 -0500 Subject: [PATCH 27/31] experiment 24 --- header.svg | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/header.svg b/header.svg index 91c68b6..6fde1a2 100644 --- a/header.svg +++ b/header.svg @@ -81,6 +81,8 @@ width: 100%; height: 100%; text-align: center; + background-color: #ccc; + color: black; transition: transform 2.9s; transform-style: preserve-3d; box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); @@ -99,14 +101,8 @@ backface-visibility: hidden; } - .flip-card-front { - background-color: #ccc; - color: black; - } - .flip-card-back { - background-color: #ccc; - color: black; + transform: rotateY(180deg); } From 3d85e8b39743e98387937018d5997d4e7057ca03 Mon Sep 17 00:00:00 2001 From: Radu Hociung Date: Wed, 19 Feb 2025 16:22:01 -0500 Subject: [PATCH 28/31] experiment 25 --- header.svg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/header.svg b/header.svg index 6fde1a2..e18832b 100644 --- a/header.svg +++ b/header.svg @@ -101,6 +101,11 @@ backface-visibility: hidden; } + .flip-card-front { + background-color: #ccc; + color: black; + } + .flip-card-back { transform: rotateY(180deg); } From 46852dccafd2ea8de66c65fe775b073488eb8a36 Mon Sep 17 00:00:00 2001 From: Radu Hociung Date: Wed, 19 Feb 2025 16:26:10 -0500 Subject: [PATCH 29/31] experiment 26 --- header.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/header.svg b/header.svg index e18832b..2d21e28 100644 --- a/header.svg +++ b/header.svg @@ -102,7 +102,7 @@ } .flip-card-front { - background-color: #ccc; + background-color: #888; color: black; } From cd3c4c279a888652109e329ccf3234f58ce70f5c Mon Sep 17 00:00:00 2001 From: Radu Hociung Date: Wed, 19 Feb 2025 16:49:45 -0500 Subject: [PATCH 30/31] experiment 27 --- header.svg | 1 - 1 file changed, 1 deletion(-) diff --git a/header.svg b/header.svg index 2d21e28..41df11b 100644 --- a/header.svg +++ b/header.svg @@ -65,7 +65,6 @@ p { font-size: 40px; text-shadow: 0 1px 0 #efefef; - animation: 5s ease 0s normal forwards 1 fadeIn; } .flip-card { From 6e8c78e4dc8a7ac09bd302bc9941ff61e5f0ef03 Mon Sep 17 00:00:00 2001 From: Radu Hociung Date: Wed, 19 Feb 2025 16:50:53 -0500 Subject: [PATCH 31/31] experiment 28 --- header.svg | 1 - 1 file changed, 1 deletion(-) diff --git a/header.svg b/header.svg index 41df11b..1210126 100644 --- a/header.svg +++ b/header.svg @@ -101,7 +101,6 @@ } .flip-card-front { - background-color: #888; color: black; }