fix:신용분석 리포트 페이지 SAM 로고 적용
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -48,19 +48,13 @@
|
|||||||
<header class="bg-white border-b border-stone-200 sticky top-0 z-50">
|
<header class="bg-white border-b border-stone-200 sticky top-0 z-50">
|
||||||
<div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8">
|
<div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||||
<div class="flex justify-between items-center h-16">
|
<div class="flex justify-between items-center h-16">
|
||||||
<div class="flex items-center gap-4">
|
<a href="../index.php" class="flex items-center gap-3 cursor-pointer">
|
||||||
<a href="../index.php" class="flex items-center gap-2 text-stone-500 hover:text-blue-600 transition group">
|
<img src="../img/favicon-32x32.png" alt="SAM" class="w-10 h-10 rounded-xl">
|
||||||
<div class="w-8 h-8 bg-stone-100 rounded-lg flex items-center justify-center group-hover:bg-blue-50 transition">
|
<div class="flex flex-col">
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m3 9 9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/><polyline points="9 22 9 12 15 12 15 22"/></svg>
|
<span class="text-lg font-bold text-slate-800 leading-tight">SAM</span>
|
||||||
</div>
|
<span class="text-xs text-slate-500 leading-tight">Smart Automation Management</span>
|
||||||
<span class="text-sm font-semibold hidden sm:block">Home</span>
|
|
||||||
</a>
|
|
||||||
<div class="w-px h-6 bg-stone-200"></div>
|
|
||||||
<div class="flex items-center gap-3">
|
|
||||||
<div class="w-8 h-8 bg-blue-600 rounded-lg flex items-center justify-center text-white font-bold text-lg shadow-sm shadow-blue-200">S</div>
|
|
||||||
<h1 class="text-xl font-bold tracking-tight text-stone-900">SAM Intelligence</h1>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</a>
|
||||||
<nav class="hidden md:flex space-x-8">
|
<nav class="hidden md:flex space-x-8">
|
||||||
<a href="#summary" class="text-stone-600 hover:text-blue-600 px-3 py-2 text-sm font-medium transition">종합 상태</a>
|
<a href="#summary" class="text-stone-600 hover:text-blue-600 px-3 py-2 text-sm font-medium transition">종합 상태</a>
|
||||||
<a href="#analysis" class="text-stone-600 hover:text-blue-600 px-3 py-2 text-sm font-medium transition">리스크 분석</a>
|
<a href="#analysis" class="text-stone-600 hover:text-blue-600 px-3 py-2 text-sm font-medium transition">리스크 분석</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user