Skip to content

Commit 9683bef

Browse files
feat: wrap navbar brand elements in an anchor link pointing to #home
1 parent b772de5 commit 9683bef

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
<!-- Floating Glass Navigation Bar -->
2323
<nav class="navbar" id="navbar">
2424
<div class="container">
25-
<div class="logo-group" style="display: flex; align-items: center; gap: 0.75rem;">
25+
<a href="#home" class="logo-group" style="display: flex; align-items: center; gap: 0.75rem; text-decoration: none;">
2626
<img src="./icon.png" alt="CRF Logo" class="logo-img">
2727
<div style="display: flex; flex-direction: column;">
28-
<a href="#home" class="logo-text" style="font-size: 1.3rem; line-height: 1.1; letter-spacing: 0.5px;">CRF <span class="text-gradient">NETWORK</span></a>
29-
<span class="logo-sub" style="font-size: 0.65rem; color: var(--text-muted); font-weight: 500;">Coding Reshape Future</span>
28+
<span class="logo-text" style="font-size: 1.3rem; line-height: 1.1; letter-spacing: 0.5px;">CRF <span class="text-gradient">NETWORK</span></span>
29+
<span class="logo-sub" style="font-size: 0.65rem; color: var(--text-muted); font-weight: 500; border-left: none; padding-left: 0; text-transform: none; letter-spacing: normal;">Coding Reshape Future</span>
3030
</div>
31-
</div>
31+
</a>
3232

3333
<div class="nav-links" id="nav-links">
3434
<a href="#home" class="nav-link active">Trang Chủ</a>

0 commit comments

Comments
 (0)