From 95b9c4a622d4b13719b21257d33b179938e028ff Mon Sep 17 00:00:00 2001 From: Administrator Date: Wed, 19 Nov 2025 14:50:37 -0600 Subject: [PATCH] fix link --- index.html | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index e3c98fb..00fdc26 100644 --- a/index.html +++ b/index.html @@ -46,6 +46,19 @@ justify-content: center; align-items: center; } + /* Art Deco geometric background pattern */ + body { + content: ''; + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-image: + repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(212, 175, 55, 0.03) 35px, rgba(212, 175, 55, 0.03) 70px), + repeating-linear-gradient(-45deg, transparent, transparent 35px, rgba(212, 175, 55, 0.03) 35px, rgba(212, 175, 55, 0.03) 70px); + z-index: -1; + } .border-wrapper { position: relative; @@ -447,7 +460,7 @@

For detailed writeups of my projects and technical explorations, visit my - projects blog. + projects blog.