File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 -->
You can’t perform that action at this time.
0 commit comments