From 51e1a994b5b265cc45a18a6fb151ff80102bf43e Mon Sep 17 00:00:00 2001 From: sotrali Date: Sun, 11 Jan 2026 13:32:02 -0500 Subject: [PATCH] finished converting service data to JSON --- css/style.css | 2 +- helper.py | 2 + reviews.html | 12 +- services2.html | 291 ++++++++++++++++++++++++++++++++++++++++++++++--- 4 files changed, 287 insertions(+), 20 deletions(-) create mode 100644 helper.py diff --git a/css/style.css b/css/style.css index 5de1877..1f91658 100644 --- a/css/style.css +++ b/css/style.css @@ -72,7 +72,7 @@ body { main { display: flex; - gap: 5rem; + gap: 8rem; flex-direction: column; justify-content: flex-start; align-items: center; diff --git a/helper.py b/helper.py new file mode 100644 index 0000000..5670718 --- /dev/null +++ b/helper.py @@ -0,0 +1,2 @@ +for i in range(101) : + print(i, '% { background: linear-gradient(var(--black) 0 0) padding-box, linear-gradient(', round(i*3.6, 3), 'deg, var(--gold), white, var(--gold)) border-box; }', sep='') diff --git a/reviews.html b/reviews.html index 7941ef5..f4fabb2 100644 --- a/reviews.html +++ b/reviews.html @@ -14,7 +14,7 @@