diff --git a/src/monitor.py b/src/monitor.py index 736a129..c362d4e 100644 --- a/src/monitor.py +++ b/src/monitor.py @@ -248,7 +248,7 @@ class ServiceMonitor: if not cur.fetchone()[0]: return None - return round((online_count / total_count) * 100, 2) + return round((online_count / total_count) * 100, 3) finally: conn.close() diff --git a/src/static/css/App.css b/src/static/css/App.css index efd7a70..e618278 100755 --- a/src/static/css/App.css +++ b/src/static/css/App.css @@ -341,8 +341,8 @@ tr { position: fixed; top: 0; left: 0; - min-width: 100vw; - min-height: 100vh; + min-width: 200vw; + min-height: 200vh; overflow: hidden; background-color: rgba(var(--bg-card-rgb), 0.85); z-index: -1; @@ -778,7 +778,6 @@ tr { text-transform: uppercase; border: 1px solid currentColor; background: rgba(0, 0, 0, 0.65); - backdrop-filter: blur(6px); } .proj-status-badge.complete { color: var(--status-online); } @@ -1854,6 +1853,7 @@ tr { .cert-group { margin-bottom: 1.5em; + min-width: 0; } .cert-group-provider { @@ -1866,6 +1866,7 @@ tr { .cert-program-badge { display: inline-flex; align-items: center; + max-width: 100%; padding: 0.35em 0.9em; margin-bottom: 1em; border: 1px solid rgba(var(--accent-rgb), 0.75); diff --git a/src/static/json/projects.json b/src/static/json/projects.json index bb63d14..22af7ce 100755 --- a/src/static/json/projects.json +++ b/src/static/json/projects.json @@ -1,4 +1,9 @@ { + "PsyCom - Physical Combinatorics": { + "status": "WIP", + "classes": "programming", + "content": "Experimental innovation engine operating on physical attributes and limitations of proven existing technologies with further AI review." + }, "Antietam-Conococheague Watershed Monitoring": { "status": "complete", "classes": "geospacial", @@ -50,7 +55,7 @@ ] }, "Portfolio Website": { - "status": "WIP", + "status": "complete", "classes": "programming", "content": "This website is my personal sandbox where I've integrated some of my data projects via docker cluster. It is self hosted and zero-trust secure while remaining dynamic and free of the tech debt that comes with pre-designed sites and excessive framework application. Yeah, I can do E2E.", "links": [ diff --git a/src/templates/certs.html b/src/templates/certs.html index f8259bb..df7774c 100755 --- a/src/templates/certs.html +++ b/src/templates/certs.html @@ -6,6 +6,7 @@ Comprehensive list verifiable on LinkedIn
+Computer Science BS and Data Science MS from Rochester Institute of Technology
UCSanDiegoX · edX
@@ -23,7 +24,7 @@Rochester Institute of Technology
-