zewnętrzne zależności jako lokalne pliki
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="135" height="30" viewBox="0 0 135 30" role="img" aria-labelledby="title">
|
||||
<title id="title">UniView WebAdmin</title>
|
||||
<rect width="135" height="30" rx="6" fill="#2563eb"/>
|
||||
<path d="M13 8h5v8.2c0 2.8 1.5 4.4 4.1 4.4s4.1-1.6 4.1-4.4V8h5v8.4c0 5.4-3.5 8.4-9.1 8.4S13 21.8 13 16.4V8Z" fill="#fff"/>
|
||||
<text x="39" y="19.8" fill="#fff" font-family="Arial, Helvetica, sans-serif" font-size="13" font-weight="700">UniView</text>
|
||||
<text x="91" y="19.8" fill="#dbeafe" font-family="Arial, Helvetica, sans-serif" font-size="9" font-weight="700">Admin</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 608 B |
+9
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+83
File diff suppressed because one or more lines are too long
+3
-3
@@ -4,8 +4,8 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>UniView WebAdmin - Dashboard</title>
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
||||
<script src="assets/vendor/tailwindcss-3.4.17-cdn.js"></script>
|
||||
<link rel="stylesheet" href="assets/vendor/fontawesome/css/all.min.css">
|
||||
<script>
|
||||
tailwind.config = {
|
||||
darkMode: 'class',
|
||||
@@ -69,7 +69,7 @@
|
||||
<div class="flex items-center gap-6 overflow-hidden flex-1">
|
||||
<!-- Logo -->
|
||||
<div class="flex-shrink-0">
|
||||
<img width="135" height="30" alt="UniView WebAdmin" src="https://placehold.co/135x30/2563eb/ffffff?text=UniView+Logo" class="rounded rounded-md shadow-sm">
|
||||
<img width="135" height="30" alt="UniView WebAdmin" src="assets/img/uniview-logo.svg" class="rounded rounded-md shadow-sm">
|
||||
</div>
|
||||
|
||||
<!-- Pełne Menu Główne (10 pozycji) -->
|
||||
|
||||
Reference in New Issue
Block a user