From 021953ec06f683362cc959e5a8e089f8c55911e4 Mon Sep 17 00:00:00 2001 From: Piyush Acharya <96280466+VerisimilitudeX@users.noreply.github.com> Date: Thu, 20 Feb 2025 19:53:29 -0800 Subject: [PATCH] some changes --- web/about/about.css | 13 +++ web/about/about.html | 15 ++- web/analyzer/analyzer.css | 42 ++++++-- web/analyzer/analyzer.html | 19 ++-- web/docs/docs.css | 78 ++++++++++---- web/docs/docs.html | 33 +++--- web/features/features.css | 16 ++- web/features/features.html | 15 ++- web/index.html | 37 ++++--- web/server/server.html | 23 +++-- web/server/server.js | 163 ++++++++++++++++++++--------- web/style.css | 205 +++++++++++++++++++++++++++++++++++++ 12 files changed, 515 insertions(+), 144 deletions(-) diff --git a/web/about/about.css b/web/about/about.css index 1a5cfed5..b8b0f060 100644 --- a/web/about/about.css +++ b/web/about/about.css @@ -210,6 +210,7 @@ img { border-radius: 8px; margin-top: 1.5rem; transition: transform 0.3s ease; + box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); } .feature-image:hover { @@ -258,9 +259,21 @@ img { .glass-card { padding: 1.5rem; } + + .feature-image { + margin: 1rem 0; + } } .glass-card h2 { margin-bottom: 1rem; color: #ffffff; +} + +/* Remove unused styles */ +body.dark, +.btn, +input[type="checkbox"], +img.icon { + display: none; } \ No newline at end of file diff --git a/web/about/about.html b/web/about/about.html index 30b8ea8f..3788928f 100644 --- a/web/about/about.html +++ b/web/about/about.html @@ -1,8 +1,6 @@ - About - DNAnalyzer @@ -16,19 +14,18 @@
-
- - -
diff --git a/web/analyzer/analyzer.css b/web/analyzer/analyzer.css index d00b3968..620eeec7 100644 --- a/web/analyzer/analyzer.css +++ b/web/analyzer/analyzer.css @@ -1,10 +1,10 @@ .container { max-width: 900px; margin: 6rem auto 2rem; - padding: 2.5rem; - background: rgba(255, 255, 255, 0.05); + padding: 2rem; + background: rgba(26, 28, 42, 0.95); border-radius: 20px; - box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1); + box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2); backdrop-filter: blur(10px); color: rgba(255, 255, 255, 0.9); position: relative; @@ -377,8 +377,7 @@ body { left: 0; width: 100%; height: 100%; - background: radial-gradient(circle at center, rgba(100, 100, 255, 0.2), rgba(50, 50, 150, 0.1)); - filter: blur(100px); + background: linear-gradient(135deg, rgba(0, 122, 255, 0.1), rgba(0, 191, 255, 0.05)); z-index: -1; opacity: 0.8; pointer-events: none; @@ -471,8 +470,12 @@ body { @media screen and (max-width: 768px) { .container { - margin: 5rem 1rem 2rem; - padding: 1.5rem; + margin: 4rem 1rem 2rem; + padding: 1rem; + } + + .input-group { + padding: 1rem; } .flex-grid { @@ -490,6 +493,31 @@ body { .analyze-btn { padding: 0.75rem 1.5rem; } + + .input-tabs { + flex-direction: column; + } + + .floating-nav { + flex-direction: column; + align-items: stretch; + padding: 0.5rem; + } + + .nav-link { + padding: 0.75rem; + text-align: center; + } + + .right-links { + flex-direction: column; + gap: 0.5rem; + margin-top: 0.5rem; + } + + .glass-button { + width: 100%; + } } .genetic-results { diff --git a/web/analyzer/analyzer.html b/web/analyzer/analyzer.html index 01559899..431f822a 100644 --- a/web/analyzer/analyzer.html +++ b/web/analyzer/analyzer.html @@ -1,8 +1,6 @@ - DNA Analysis - DNAnalyzer @@ -16,16 +14,18 @@
-
- - -
@@ -169,7 +169,6 @@

DNA Sequence Analysis

- DNA Analysis Visualization