|
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | 6 | <title>{{ title }} - codeGROOVE</title> |
7 | 7 | <meta name="description" content="{{ description }}"> |
| 8 | + <link rel="preconnect" href="https://fonts.googleapis.com"> |
| 9 | + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
| 10 | + <link href="https://fonts.googleapis.com/css2?family=Ojuju:wght@200;300;400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap" rel="stylesheet"> |
8 | 11 | <link rel="stylesheet" href="/css/main.css"> |
9 | 12 | <link rel="icon" type="image/png" href="/media/logo.png"> |
10 | 13 | <link rel="alternate" type="application/atom+xml" title="codeGROOVE Blog" href="/feed.xml"> |
|
19 | 22 | <span class="brand-name">codeGROOVE</span> |
20 | 23 | </a> |
21 | 24 | <ul class="nav-menu"> |
22 | | - <li><a href="/about/" {% if page.url == '/about/' %}class="active"{% endif %}>About</a></li> |
23 | | - <li><a href="/products/" {% if page.url == '/products/' %}class="active"{% endif %}>Products</a></li> |
24 | | - <li><a href="/blog/" {% if page.url.startsWith('/blog/') %}class="active"{% endif %}>Blog</a></li> |
| 25 | + <li><a href="/" {% if page.url == '/' %}class="active"{% endif %}>Home</a></li> |
| 26 | + <li><a href="/products/" {% if page.url == '/products/' %}class="active"{% endif %}>Ready to Review</a></li> |
25 | 27 | <li><a href="/open-source/" {% if page.url == '/open-source/' %}class="active"{% endif %}>Open Source</a></li> |
26 | 28 | <li><a href="/security/" {% if page.url == '/security/' %}class="active"{% endif %}>Security</a></li> |
| 29 | + <li><a href="/about/" {% if page.url == '/about/' %}class="active"{% endif %}>About</a></li> |
27 | 30 | <li><a href="/contact/" {% if page.url == '/contact/' %}class="active"{% endif %}>Contact</a></li> |
28 | 31 | </ul> |
29 | 32 | <button class="nav-toggle" aria-label="Toggle navigation"> |
|
44 | 47 | <div class="footer-content" style="text-align: center; grid-template-columns: 1fr;"> |
45 | 48 | <div> |
46 | 49 | <p style="font-size: 0.875rem; margin-bottom: 1rem;"> |
| 50 | + <a href="/products/">Ready to Review</a> · |
| 51 | + <a href="/open-source/">Open Source</a> · |
47 | 52 | <a href="/about/">About</a> · |
48 | | - <a href="/products/">Products</a> · |
49 | 53 | <a href="/blog/">Blog</a> · |
50 | | - <a href="/open-source/">Open Source</a> · |
51 | 54 | <a href="/security/">Security</a> · |
52 | 55 | <a href="/contact/">Contact</a> |
53 | 56 | </p> |
|
0 commit comments