This commit is contained in:
2026-03-03 13:37:32 -06:00
parent a478f708a2
commit c21f8089d4
4 changed files with 14 additions and 7 deletions

View File

@@ -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);

View File

@@ -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": [