Skip to content

Commit 50cfa69

Browse files
committed
CREATOR logo added
1 parent 975ef3b commit 50cfa69

2 files changed

Lines changed: 16 additions & 11 deletions

File tree

public/images/creator.webp

20 KB
Loading

src/components/AppHeader.vue

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,22 @@
55
<nav
66
class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 h-16 flex items-center justify-between"
77
>
8-
<div class="flex-shrink-0">
9-
<h1
10-
class="text-lg sm:text-xl font-bold text-blue-600 dark:text-blue-400 leading-tight"
11-
>
12-
CREATOR
13-
</h1>
14-
<p
15-
class="text-[10px] sm:text-xs text-gray-600 dark:text-gray-400 leading-tight"
16-
>
17-
didaCtic and geneRic assEmbly progrAmming simulaTOR
18-
</p>
8+
<div class="flex-shrink-0 flex items-center gap-3">
9+
<a href="#">
10+
<img
11+
src="/images/creator.webp"
12+
alt="Creator Simulator Logo"
13+
class="h-10 w-auto transition-transform hover:scale-105"
14+
/>
15+
</a>
16+
17+
<div class="hidden sm:block"> <h1 class="text-lg sm:text-xl font-bold text-blue-600 dark:text-blue-400 leading-tight">
18+
CREATOR
19+
</h1>
20+
<p class="text-[10px] sm:text-xs text-gray-600 dark:text-gray-400 leading-tight">
21+
didactic and generic assembly programming simulator
22+
</p>
23+
</div>
1924
</div>
2025

2126
<!-- Desktop Navigation -->

0 commit comments

Comments
 (0)