UI Upgrades

This commit is contained in:
2026-02-20 23:59:46 -05:00
parent 2171991dc8
commit c25b6e0c80
15 changed files with 2494 additions and 892 deletions

View File

@@ -6,16 +6,13 @@
<title>FHIR Health Platform</title>
<link rel="stylesheet" href="/static/css/styles.css">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>
body { font-family: 'Inter', sans-serif; }
</style>
</head>
<body>
<header class="navbar">
<div class="container navbar-content">
<div class="brand">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 12h-4l-3 9L9 3l-3 9H2"/></svg>
FHIR <span>Sandbox</span>
FHIR <span class="brand-light">Sandbox</span>
</div>
<nav class="nav-links">
{{block "nav" .}}{{end}}
@@ -27,7 +24,7 @@
{{block "content" .}}{{end}}
</main>
<footer style="text-align: center; padding: 2rem; color: var(--text-muted); font-size: 0.875rem;">
<footer class="w-full text-center text-xs text-muted py-8">
<p>FHIR Health Platform &copy; 2026 — SMART on FHIR R4 Sandbox</p>
</footer>