-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
335 lines (315 loc) · 20.9 KB
/
404.html
File metadata and controls
335 lines (315 loc) · 20.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kodus | Error 404</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600;700&family=Inter:wght@400;600;700&family=Press+Start+2P&display=swap" rel="stylesheet">
<link rel="stylesheet" href="kodus-child/assets/css/kodus-retro.css">
<style>
.error-404-hero {
position: relative;
overflow: hidden;
}
.error-404-bugs {
position: absolute;
inset: 0;
pointer-events: none;
z-index: 0;
}
.error-404-bug {
position: absolute;
color: rgba(68, 68, 95, 0.85);
opacity: 0.72;
animation: error-bug-float var(--dur, 10s) ease-in-out var(--delay, 0s) infinite;
}
.error-404-bug--reverse {
animation-name: error-bug-float-rev;
}
.error-404-hero .hero__container {
position: relative;
z-index: 1;
}
@keyframes error-bug-float {
0% { transform: translate3d(0, 0, 0) rotate(0deg); }
50% { transform: translate3d(18px, -14px, 0) rotate(6deg); }
100% { transform: translate3d(-12px, 10px, 0) rotate(-4deg); }
}
@keyframes error-bug-float-rev {
0% { transform: translate3d(0, 0, 0) rotate(0deg); }
50% { transform: translate3d(-16px, 12px, 0) rotate(-5deg); }
100% { transform: translate3d(10px, -10px, 0) rotate(4deg); }
}
.error-404-suggest-intro {
margin: 0;
font-size: 1rem;
}
.error-404-suggest-links {
margin-top: 14px;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
}
.error-404-suggest-link {
font-family: var(--font-mono);
font-size: 0.72rem;
text-transform: uppercase;
letter-spacing: 0.4px;
padding: 8px 12px;
border: 1px solid var(--color-card-lv3);
border-radius: 6px;
background: var(--color-card-lv2);
color: var(--color-text-muted);
transition: all 0.15s ease;
}
.error-404-suggest-link:hover {
color: var(--color-text);
border-color: var(--color-primary);
background: var(--color-primary-dark);
}
</style>
</head>
<body>
<svg xmlns="http://www.w3.org/2000/svg" style="display:none;">
<symbol id="bug-shape" viewBox="0 0 11 8">
<rect x="1" y="0" width="1" height="1" fill="currentColor"/>
<rect x="9" y="0" width="1" height="1" fill="currentColor"/>
<rect x="2" y="1" width="1" height="1" fill="currentColor"/>
<rect x="8" y="1" width="1" height="1" fill="currentColor"/>
<rect x="1" y="2" width="9" height="1" fill="currentColor"/>
<rect x="0" y="3" width="2" height="1" fill="currentColor"/>
<rect x="3" y="3" width="5" height="1" fill="currentColor"/>
<rect x="9" y="3" width="2" height="1" fill="currentColor"/>
<rect x="0" y="4" width="11" height="1" fill="currentColor"/>
<rect x="0" y="5" width="1" height="1" fill="currentColor"/>
<rect x="2" y="5" width="7" height="1" fill="currentColor"/>
<rect x="10" y="5" width="1" height="1" fill="currentColor"/>
<rect x="0" y="6" width="1" height="1" fill="currentColor"/>
<rect x="2" y="6" width="1" height="1" fill="currentColor"/>
<rect x="8" y="6" width="1" height="1" fill="currentColor"/>
<rect x="10" y="6" width="1" height="1" fill="currentColor"/>
<rect x="3" y="7" width="2" height="1" fill="currentColor"/>
<rect x="6" y="7" width="2" height="1" fill="currentColor"/>
</symbol>
</svg>
<header class="header" id="header">
<nav class="nav container">
<a href="https://kodus.io/" class="nav__logo">
<img src="kodus-child/assets/img/kodus_dark.webp" alt="Kodus" class="nav__logo-img">
</a>
<ul class="nav__links" id="navLinks">
<li><a href="https://docs.kodus.io/how_to_use/en/overview" class="nav__link nav__link--external" target="_blank" rel="noopener">Docs</a></li>
<li><a href="https://discord.gg/TFZBRk9fT6" class="nav__link nav__link--external" target="_blank" rel="noopener">Community</a></li>
<li class="nav__dropdown">
<a href="#" class="nav__link">Resources <span class="nav__chevron">▾</span></a>
<ul class="nav__dropdown-menu">
<li>
<a href="https://kodus.io/code-review-rules/">
<span class="nav__item-title">Kody Rules</span>
<span class="nav__item-desc">Library of production tested review rules for real world codebases.</span>
</a>
</li>
<li>
<a href="https://kodus.io/changelog-en/">
<span class="nav__item-title">Changelog</span>
<span class="nav__item-desc">Detailed release notes for every Kodus update.</span>
</a>
</li>
<li>
<a href="https://kodus.io/customers/">
<span class="nav__item-title">Customers</span>
<span class="nav__item-desc">Engineering teams using Kody in their day-to-day code review process.</span>
</a>
</li>
<li>
<a href="https://docs.kodus.io/how_to_use/en/security/data_usage">
<span class="nav__item-title">Security</span>
<span class="nav__item-desc">Technical overview of how Kodus handles code, models and credentials.</span>
</a>
</li>
<li>
<a href="https://kodus.io/benchmark-ai-code-review/">
<span class="nav__item-title">AI Code Review Tools Benchmarks</span>
<span class="nav__item-desc">Practical comparison of AI code review tools using real pull requests.</span>
</a>
</li>
<li>
<a href="https://codereviewbench.com/">
<span class="nav__item-title">LLMs Performance Benchmark</span>
<span class="nav__item-desc">Evaluation of LLMs on real pull request diffs, not toy snippets.</span>
</a>
</li>
<li>
<a href="https://ai-skills.io/">
<span class="nav__item-title">Agent Skills Library</span>
<span class="nav__item-desc">Curated collection of agent skills and capabilities for AI agents.</span>
</a>
</li>
</ul>
</li>
<li><a href="https://kodus.io/en/insights-en/" class="nav__link">Blog</a></li>
<li><a href="https://kodus.io/pricing/" class="nav__link">Pricing</a></li>
</ul>
<div class="nav__actions">
<a href="https://github.com/kodustech/kodus-ai/stargazers" target="_blank" rel="noopener noreferrer" class="btn btn--github">
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"/></svg>
<span id="ghStars">--</span>
</a>
<a href="https://app.kodus.io/sign-in" class="btn btn--outline-light">Login</a>
<a href="https://app.kodus.io/sign-up" class="btn btn--primary">Start Free Trial</a>
</div>
<button class="nav__hamburger" id="navHamburger" aria-label="Toggle menu">
<span></span><span></span><span></span>
</button>
</nav>
</header>
<main>
<section class="hero error-404-hero" style="padding-top:120px;padding-bottom:40px;">
<div class="error-404-bugs" aria-hidden="true">
<svg class="error-404-bug" style="top:7%;left:4%;width:18px;--dur:8s;--delay:-2s;" viewBox="0 0 11 8" shape-rendering="crispEdges"><use href="#bug-shape"/></svg>
<svg class="error-404-bug error-404-bug--reverse" style="top:11%;left:17%;width:30px;--dur:11s;--delay:-1s;" viewBox="0 0 11 8" shape-rendering="crispEdges"><use href="#bug-shape" transform="translate(11,0) scale(-1,1)"/></svg>
<svg class="error-404-bug" style="top:20%;right:9%;width:22px;--dur:9s;--delay:-3s;" viewBox="0 0 11 8" shape-rendering="crispEdges"><use href="#bug-shape"/></svg>
<svg class="error-404-bug error-404-bug--reverse" style="top:28%;left:7%;width:36px;--dur:12s;--delay:-4s;" viewBox="0 0 11 8" shape-rendering="crispEdges"><use href="#bug-shape"/></svg>
<svg class="error-404-bug" style="top:34%;right:18%;width:16px;--dur:7.5s;--delay:-2.5s;" viewBox="0 0 11 8" shape-rendering="crispEdges"><use href="#bug-shape"/></svg>
<svg class="error-404-bug error-404-bug--reverse" style="top:43%;right:4%;width:40px;--dur:13s;--delay:-5s;" viewBox="0 0 11 8" shape-rendering="crispEdges"><use href="#bug-shape" transform="translate(11,0) scale(-1,1)"/></svg>
<svg class="error-404-bug" style="top:51%;left:3%;width:26px;--dur:8.8s;--delay:-1.5s;" viewBox="0 0 11 8" shape-rendering="crispEdges"><use href="#bug-shape"/></svg>
<svg class="error-404-bug error-404-bug--reverse" style="top:56%;left:21%;width:19px;--dur:10.5s;--delay:-3.8s;" viewBox="0 0 11 8" shape-rendering="crispEdges"><use href="#bug-shape"/></svg>
<svg class="error-404-bug" style="top:63%;right:26%;width:34px;--dur:12.8s;--delay:-2.2s;" viewBox="0 0 11 8" shape-rendering="crispEdges"><use href="#bug-shape"/></svg>
<svg class="error-404-bug error-404-bug--reverse" style="top:71%;right:10%;width:24px;--dur:9.4s;--delay:-4.2s;" viewBox="0 0 11 8" shape-rendering="crispEdges"><use href="#bug-shape"/></svg>
<svg class="error-404-bug" style="top:79%;left:10%;width:31px;--dur:11.4s;--delay:-6s;" viewBox="0 0 11 8" shape-rendering="crispEdges"><use href="#bug-shape" transform="translate(11,0) scale(-1,1)"/></svg>
<svg class="error-404-bug error-404-bug--reverse" style="top:84%;left:29%;width:17px;--dur:8.2s;--delay:-2.7s;" viewBox="0 0 11 8" shape-rendering="crispEdges"><use href="#bug-shape"/></svg>
<svg class="error-404-bug" style="top:88%;right:30%;width:27px;--dur:10.8s;--delay:-1.9s;" viewBox="0 0 11 8" shape-rendering="crispEdges"><use href="#bug-shape"/></svg>
<svg class="error-404-bug error-404-bug--reverse" style="top:92%;right:6%;width:21px;--dur:9.7s;--delay:-3.3s;" viewBox="0 0 11 8" shape-rendering="crispEdges"><use href="#bug-shape"/></svg>
</div>
<div class="container hero__container">
<img
src="kodus-child/assets/img/kody-404.png"
alt="Error 404"
width="840"
height="590"
loading="eager"
fetchpriority="high"
decoding="async"
style="width:min(420px,82vw);margin:0 auto 16px;display:block;"
>
<p class="hero__subtitle" style="margin-top:12px;margin-bottom:0;">
The page you requested was not found.<br>
It may have been moved, renamed, or removed.
</p>
<div class="hero__clients" style="margin:24px auto 0;max-width:700px;">
<div class="retro-window">
<div class="retro-window__bar">
<span class="retro-window__bar-title">error_report.log</span>
<div class="retro-window__bar-btns">
<span class="retro-window__bar-btn">─</span>
<span class="retro-window__bar-btn">□</span>
<span class="retro-window__bar-btn">×</span>
</div>
</div>
<div class="window-bar">
<span class="window-dot"></span>
<span class="window-dot"></span>
<span class="window-dot"></span>
<span class="window-bar__title">request://unknown-route</span>
<span class="window-bar__file">STATUS: 404</span>
</div>
<div class="retro-window__body" style="padding:14px 0;">
<div class="container">
<p class="hero__subtitle error-404-suggest-intro">
Were you looking for <strong>/unknown-route/</strong>? These pages may help:
</p>
<div class="error-404-suggest-links">
<a class="error-404-suggest-link" href="https://kodus.io/pricing/">Pricing</a>
<a class="error-404-suggest-link" href="https://kodus.io/customers/">Customers</a>
<a class="error-404-suggest-link" href="https://kodus.io/benchmark-ai-code-review/">AI Benchmark</a>
<a class="error-404-suggest-link" href="https://kodus.io/en/insights-en/">Blog</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer__container">
<div class="footer__brand">
<a href="https://kodus.io/" class="nav__logo">
<img src="kodus-child/assets/img/kodus_dark.webp" alt="Kodus" class="nav__logo-img">
</a>
<p class="footer__tagline">The Open Source Alternative to CodeRabbit</p>
</div>
<div class="footer__columns">
<div class="footer__col">
<h4 class="footer__col-title">Legal & Contact</h4>
<ul class="footer__col-list">
<li><a href="https://kodus.io/privacy-policy/">Privacy Policy</a></li>
<li><a href="https://kodus.io/terms-of-use/">Terms of Use</a></li>
<li><a href="mailto:support@kodus.io">support@kodus.io</a></li>
</ul>
</div>
<div class="footer__col">
<h4 class="footer__col-title">Meet Kody</h4>
<ul class="footer__col-list">
<li><a href="https://kodus.io/pricing/">Pricing</a></li>
<li><a href="https://kodus.io/customers/">Customers</a></li>
<li><a href="https://kodus.io/code-review-rules/">Kody Rules</a></li>
<li><a href="https://docs.kodus.io/how_to_use/en/security/data_usage">Security</a></li>
<li><a href="https://trust.kodus.io/">Trust Center</a></li>
<li><a href="https://status.kodus.io/">Status Kodus</a></li>
</ul>
</div>
<div class="footer__col">
<h4 class="footer__col-title">Resources</h4>
<ul class="footer__col-list">
<li><a href="https://kodus.io/en/insights-en/">Blog</a></li>
<li><a href="https://docs.kodus.io/how_to_use/en/overview">Docs</a></li>
<li><a href="https://kodus.io/changelog-en/">Changelog</a></li>
<li><a href="https://discord.gg/TFZBRk9fT6">Support Discord</a></li>
</ul>
</div>
<div class="footer__col">
<h4 class="footer__col-title">Helpful Links</h4>
<ul class="footer__col-list">
<li><a href="https://kodus.io/benchmark-ai-code-review/">AI Code Review Tools Benchmarks</a></li>
<li><a href="https://codereviewbench.com/">LLMs Performance Benchmark</a></li>
<li><a href="https://ai-skills.io/">Agent Skills Library</a></li>
<li><a href="https://kodus.io/how-software-engineering-teams-are-using-ai-to-be-more-effective/">White Paper</a></li>
<li><a href="https://kodus.io/kodus-vs-coderabbit/">Kodus vs Coderabbit</a></li>
<li><a href="https://kodus.io/kodus-vs-cursor-bugbot/">Kodus vs BugBot</a></li>
<li><a href="https://kodus.io/kodus-vs-github-copilot/">Kodus vs Copilot</a></li>
<li><a href="https://kodus.io/kodus-vs-claude/">Kodus vs Claude</a></li>
</ul>
</div>
<div class="footer__col">
<h4 class="footer__col-title">Our Network</h4>
<div class="footer__social">
<a href="https://www.linkedin.com/company/kodustech/" target="_blank" rel="noopener noreferrer" class="footer__social-link" aria-label="LinkedIn">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor"><path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.062 2.062 0 01-2.063-2.065 2.064 2.064 0 112.063 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/></svg>
</a>
<a href="https://twitter.com/kodustech" target="_blank" rel="noopener noreferrer" class="footer__social-link" aria-label="X (Twitter)">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/></svg>
</a>
<a href="https://www.reddit.com/r/Kodus/" target="_blank" rel="noopener noreferrer" class="footer__social-link" aria-label="Reddit">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor"><path d="M12 0A12 12 0 000 12a12 12 0 0012 12 12 12 0 0012-12A12 12 0 0012 0zm5.01 4.744c.688 0 1.25.561 1.25 1.249a1.25 1.25 0 01-2.498.056l-2.597-.547-.8 3.747c1.824.07 3.48.632 4.674 1.488.308-.309.73-.491 1.207-.491.968 0 1.754.786 1.754 1.754 0 .716-.435 1.333-1.01 1.614a3.111 3.111 0 01.042.52c0 2.694-3.13 4.87-7.004 4.87-3.874 0-7.004-2.176-7.004-4.87 0-.183.015-.366.043-.534A1.748 1.748 0 014.028 12c0-.968.786-1.754 1.754-1.754.463 0 .898.196 1.207.49 1.207-.883 2.878-1.43 4.744-1.487l.885-4.182a.342.342 0 01.14-.197.35.35 0 01.238-.042l2.906.617a1.214 1.214 0 011.108-.701zM9.25 12C8.561 12 8 12.562 8 13.25c0 .687.561 1.248 1.25 1.248.687 0 1.248-.561 1.248-1.249 0-.688-.561-1.249-1.249-1.249zm5.5 0c-.687 0-1.248.561-1.248 1.25 0 .687.561 1.248 1.249 1.248.688 0 1.249-.561 1.249-1.249 0-.687-.562-1.249-1.25-1.249zm-5.466 3.99a.327.327 0 00-.231.094.33.33 0 000 .463c.842.842 2.484.913 2.961.913.477 0 2.105-.056 2.961-.913a.361.361 0 000-.463.327.327 0 00-.462 0c-.545.533-1.684.73-2.512.73-.828 0-1.979-.196-2.512-.73a.326.326 0 00-.205-.094z"/></svg>
</a>
<a href="https://github.com/kodustech" target="_blank" rel="noopener noreferrer" class="footer__social-link" aria-label="GitHub">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor"><path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/></svg>
</a>
<a href="https://discord.gg/TFZBRk9fT6" target="_blank" rel="noopener noreferrer" class="footer__social-link" aria-label="Discord">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor"><path d="M20.317 4.3698a19.7913 19.7913 0 00-4.8851-1.5152.0741.0741 0 00-.0785.0371c-.211.3753-.4447.8648-.6083 1.2495-1.8447-.2762-3.68-.2762-5.4868 0-.1636-.3933-.4058-.8742-.6177-1.2495a.077.077 0 00-.0785-.037 19.7363 19.7363 0 00-4.8852 1.515.0699.0699 0 00-.0321.0277C.5334 9.0458-.319 13.5799.0992 18.0578a.0824.0824 0 00.0312.0561c2.0528 1.5076 4.0413 2.4228 5.9929 3.0294a.0777.0777 0 00.0842-.0276c.4616-.6304.8731-1.2952 1.226-1.9942a.076.076 0 00-.0416-.1057c-.6528-.2476-1.2743-.5495-1.8722-.8923a.077.077 0 01-.0076-.1277c.1258-.0943.2517-.1923.3718-.2914a.0743.0743 0 01.0776-.0105c3.9278 1.7933 8.18 1.7933 12.0614 0a.0739.0739 0 01.0785.0095c.1202.099.246.1981.3728.2924a.077.077 0 01-.0066.1276 12.2986 12.2986 0 01-1.873.8914.0766.0766 0 00-.0407.1067c.3604.698.7719 1.3628 1.225 1.9932a.076.076 0 00.0842.0286c1.961-.6067 3.9495-1.5219 6.0023-3.0294a.077.077 0 00.0313-.0552c.5004-5.177-.8382-9.6739-3.5485-13.6604a.061.061 0 00-.0312-.0286zM8.02 15.3312c-1.1825 0-2.1569-1.0857-2.1569-2.419 0-1.3332.9555-2.4189 2.157-2.4189 1.2108 0 2.1757 1.0952 2.1568 2.419 0 1.3332-.9555 2.4189-2.1569 2.4189zm7.9748 0c-1.1825 0-2.1569-1.0857-2.1569-2.419 0-1.3332.9554-2.4189 2.1569-2.4189 1.2108 0 2.1757 1.0952 2.1568 2.419 0 1.3332-.946 2.4189-2.1568 2.4189z"/></svg>
</a>
</div>
</div>
</div>
<div class="footer__bottom">
<p>© 2026 Kodus. All rights reserved.</p>
</div>
</div>
</footer>
<script src="kodus-child/assets/js/kodus-retro.js"></script>
</body>
</html>