mirror of
https://github.com/hi-language/hi-language.github.io.git
synced 2026-01-14 08:38:36 +00:00
Feat: Add GitHub organization link to header
This commit is contained in:
@@ -66,10 +66,13 @@
|
||||
<body class="text-gray-900 selection:bg-cyan-400/20">
|
||||
|
||||
<header class="sticky top-0 z-20 bg-white/80 backdrop-blur-sm border-b border-gray-200">
|
||||
<div class="mx-auto w-full max-w-4xl px-4 py-3 flex items-center justify-center">
|
||||
<button class="hi-button text-2xl font-bold text-gray-900 px-6 py-2 rounded-lg cursor-default transition-all duration-300 hover:bg-gray-100">
|
||||
<div class="mx-auto w-full max-w-4xl px-4 py-3 flex items-center justify-between">
|
||||
<button class="hi-button text-2xl font-bold text-gray-900 px-4 py-2 rounded-lg cursor-default transition-all duration-300 hover:bg-gray-100">
|
||||
Hi
|
||||
</button>
|
||||
<a href="https://github.com/hi-language" target="_blank" rel="noopener noreferrer" title="View GitHub Organization" class="text-gray-600 hover:text-gray-900 transition-colors p-2 rounded-lg hover:bg-gray-100">
|
||||
<i data-lucide="github" class="h-5 w-5"></i>
|
||||
</a>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
@@ -428,4 +431,3 @@ To create the initial Hi-to-JS transpiler, the following primitives and built-in
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user