Skip to content

Commit 7f0d1e9

Browse files
author
Bahae Eddine
committed
feat: Premium Star on GitHub navigation button
1 parent c322ca4 commit 7f0d1e9

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

docs/index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@
7575
}
7676
.live-dot { animation: pulse-live 2s infinite; }
7777

78+
@keyframes spin-slow {
79+
from { transform: rotate(0deg); }
80+
to { transform: rotate(360deg); }
81+
}
82+
.animate-spin-slow { animation: spin-slow 8s linear infinite; }
83+
7884
/* Force SVG compliance to prevent cropping */
7985
#mermaid-svg {
8086
width: 100% !important;
@@ -101,7 +107,9 @@
101107
<a href="#architecture" class="hover:text-white transition-colors">Architecture</a>
102108
<a href="#roadmap" class="hover:text-white transition-colors">Roadmap</a>
103109
<a href="#downloads" class="hover:text-white transition-colors">Downloads</a>
104-
<a href="https://github.com/halimbahae/toubkal_os" target="_blank" class="hover:text-indigo-400 flex items-center">
110+
<a href="https://github.com/halimbahae/toubkal_os" target="_blank" class="px-5 py-2 glass rounded-full text-indigo-100 hover:bg-white/10 transition-colors flex items-center group">
111+
<i data-lucide="star" class="w-4 h-4 mr-2 text-yellow-400 group-hover:animate-spin-slow"></i>
112+
<span class="mr-2">Star on</span>
105113
<i data-lucide="github" class="w-4 h-4 mr-1"></i> GitHub
106114
</a>
107115
</div>

0 commit comments

Comments
 (0)