Skip to content

Commit 6777135

Browse files
authored
Merge pull request #51 from kagenti/marketing-website
Fix header/footer link 404s
2 parents 9d2aae5 + 620d6cc commit 6777135

4 files changed

Lines changed: 5 additions & 10 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.DS_Store
2+
.vscode/
23

34
public/

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141

4242
<header class="site-header">
4343
<div class="container header-inner">
44-
<a href="/" class="logo" aria-label="Kagenti home">
44+
<span class="logo" aria-label="Kagenti home">
4545
<svg viewBox="0 0 250 250" aria-hidden="true" focusable="false">
4646
<path d="m143 39.5c-18 0-18 18-18 18s0-18-18-18H22c-2.76.0-5 2.24-5 5v143c0 2.76 2.24 5 5 5h76c7.2.0 8.64 11.52 8.93 16.13.07 1.05.95 1.87 2 1.87h32.14c1.06.0 1.94-.82 2-1.87.29-4.61 1.73-16.13 8.93-16.13h76c2.76.0 5-2.24 5-5V44.5c0-2.76-2.24-5-5-5h-85zM206 163c0 1.38-1.12 2.5-2.5 2.5H143c-18 0-18 18-18 18s0-18-18-18H46.5c-1.38.0-2.5-1.12-2.5-2.5V69c0-1.38 1.12-2.5 2.5-2.5H98c7.2.0 8.64 11.52 8.93 16.13.07 1.05.95 1.87 2 1.87h32.14c1.06.0 1.94-.82 2-1.87.29-4.61 1.73-16.13 8.93-16.13h51.5c1.38.0 2.5 1.12 2.5 2.5v94z" fill="#ee0000"/>
4747
</svg>
4848
<span class="logo-wordmark">Kagenti</span>
49-
</a>
49+
</span>
5050

5151
<nav class="site-nav" aria-label="Main navigation">
5252
<a href="#capabilities">Platform</a>
@@ -497,12 +497,12 @@ <h3>Talk · Connectivity</h3>
497497
<div class="footer-grid">
498498

499499
<div class="footer-brand">
500-
<a href="/" class="logo footer-logo" aria-label="Kagenti home">
500+
<span class="logo footer-logo" aria-label="Kagenti home">
501501
<svg viewBox="0 0 250 250" aria-hidden="true" focusable="false">
502502
<path d="m143 39.5c-18 0-18 18-18 18s0-18-18-18H22c-2.76.0-5 2.24-5 5v143c0 2.76 2.24 5 5 5h76c7.2.0 8.64 11.52 8.93 16.13.07 1.05.95 1.87 2 1.87h32.14c1.06.0 1.94-.82 2-1.87.29-4.61 1.73-16.13 8.93-16.13h76c2.76.0 5-2.24 5-5V44.5c0-2.76-2.24-5-5-5h-85zM206 163c0 1.38-1.12 2.5-2.5 2.5H143c-18 0-18 18-18 18s0-18-18-18H46.5c-1.38.0-2.5-1.12-2.5-2.5V69c0-1.38 1.12-2.5 2.5-2.5H98c7.2.0 8.64 11.52 8.93 16.13.07 1.05.95 1.87 2 1.87h32.14c1.06.0 1.94-.82 2-1.87.29-4.61 1.73-16.13 8.93-16.13h51.5c1.38.0 2.5 1.12 2.5 2.5v94z" fill="rgba(249,249,247,0.5)"/>
503503
</svg>
504504
<span class="logo-wordmark">Kagenti</span>
505-
</a>
505+
</span>
506506
<p>The open-source platform for deploying, securing, and governing AI agents.</p>
507507
</div>
508508

0 commit comments

Comments
 (0)