|
6 | 6 | <div class="flex items-center justify-between" style="height:56px"> |
7 | 7 |
|
8 | 8 | <!-- Logo --> |
9 | | - <%= link_to root_path, style: "display:flex;align-items:center;gap:10px;text-decoration:none" do %> |
10 | | - <%= image_tag "/Kings_Lendas_Cup.webp", alt: "Kings Lendas Cup", width: 32, height: 32, |
| 9 | + <%= link_to root_path, style: "display:flex;align-items:center;text-decoration:none" do %> |
| 10 | + <%= image_tag "/Kings_Lendas_Cup.webp", alt: "Kings Lendas Cup", width: 44, height: 44, |
11 | 11 | style: "object-fit:contain;filter:drop-shadow(0 0 8px rgba(200,155,60,0.5))", |
12 | | - onerror: "this.onerror=null;this.outerHTML='<div style=\"width:32px;height:32px;background:var(--retro-gold);display:flex;align-items:center;justify-content:center;\"><span style=\"color:#0A0E1A;font-weight:900;font-size:17px;font-family:Verdana\">KL</span></div>'" %> |
13 | | - <div> |
14 | | - <div style="font-size:17px;font-weight:bold;color:var(--retro-gold);letter-spacing:0.06em;line-height:1.2;text-shadow:0 0 12px rgba(200,155,60,0.5)">KINGS LENDAS</div> |
15 | | - <div style="font-size:17px;color:var(--retro-gold-dim);letter-spacing:0.2em">CUP 2026 ◆ BY BAIANO</div> |
16 | | - </div> |
| 12 | + onerror: "this.onerror=null;this.outerHTML='<div style=\"width:44px;height:44px;background:var(--retro-gold);display:flex;align-items:center;justify-content:center;\"><span style=\"color:#0A0E1A;font-weight:900;font-size:18px;font-family:Verdana\">KL</span></div>'" %> |
17 | 13 | <% end %> |
18 | 14 |
|
19 | 15 | <!-- Nav links desktop --> |
|
32 | 28 | <% nav_links.each do |label, path| %> |
33 | 29 | <% active = current_page?(path) %> |
34 | 30 | <%= link_to label, path, |
35 | | - style: "font-size:17px;letter-spacing:0.1em;padding:6px 10px;text-transform:uppercase;font-family:Verdana,sans-serif;text-decoration:none;transition:all 0.15s;#{active ? 'color:var(--retro-gold);border-bottom:2px solid var(--retro-gold);' : 'color:rgba(255,255,255,0.5);border-bottom:2px solid transparent;'}", |
| 31 | + style: "font-size:14px;letter-spacing:0.06em;padding:6px 8px;text-transform:uppercase;font-family:Verdana,sans-serif;text-decoration:none;transition:all 0.15s;#{active ? 'color:var(--retro-gold);border-bottom:2px solid var(--retro-gold);' : 'color:rgba(255,255,255,0.5);border-bottom:2px solid transparent;'}", |
36 | 32 | onmouseover: active ? "" : "this.style.color='rgba(255,255,255,0.85)';this.style.borderBottomColor='var(--retro-gold-dim)'", |
37 | 33 | onmouseout: active ? "" : "this.style.color='rgba(255,255,255,0.5)';this.style.borderBottomColor='transparent'" %> |
38 | 34 | <% end %> |
|
42 | 38 | <div class="flex items-center gap-3"> |
43 | 39 | <a href="https://kick.com/BaianoTV" target="_blank" rel="noopener" |
44 | 40 | class="hidden sm:flex items-center gap-2" |
45 | | - style="font-size:16px;font-weight:bold;letter-spacing:0.12em;color:#fff;background:#e53e3e;padding:5px 12px;border:1px solid #fc8181;font-family:Verdana,sans-serif;text-decoration:none"> |
46 | | - <span style="width:5px;height:5px;border-radius:50%;background:#fff;animation:live-pulse 2s ease-in-out infinite;display:inline-block"></span> |
| 41 | + style="font-size:13px;font-weight:bold;letter-spacing:0.1em;color:#fff;background:#c53030;padding:3px 8px;border:1px solid rgba(252,129,129,0.5);font-family:Verdana,sans-serif;text-decoration:none"> |
| 42 | + <span style="width:4px;height:4px;border-radius:50%;background:#fff;animation:live-pulse 2s ease-in-out infinite;display:inline-block"></span> |
47 | 43 | AO VIVO |
48 | 44 | </a> |
49 | 45 | <button data-controller="mobile-nav" data-action="click->mobile-nav#toggle" |
|
0 commit comments