Skip to content

Commit 7f09fa9

Browse files
Vladislav KondratyevVladislav Kondratyev
authored andcommitted
design
1 parent 877539e commit 7f09fa9

File tree

16 files changed

+3044
-78
lines changed

16 files changed

+3044
-78
lines changed

404.html

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Page Not Found | MindCore</title>
7+
<meta name="description" content="The page you're looking for doesn't exist or has been moved.">
8+
<link rel="stylesheet" href="styles.css">
9+
<link rel="icon" href="assets/logo.jpg" type="image/jpeg">
10+
<link rel="apple-touch-icon" href="assets/logo.jpg">
11+
</head>
12+
<body>
13+
<canvas id="bg"></canvas>
14+
<div id="gradient"></div>
15+
16+
<header class="site-header">
17+
<div class="container flex-between">
18+
<a href="index.html" class="brand flex-center" style="gap: 10px;">
19+
<img src="assets/logo.jpg" alt="MindCore Logo" style="width: 32px; height: 32px; border-radius: 8px;">
20+
<span style="font-weight: 600; font-size: 18px;">MindCore</span>
21+
</a>
22+
<button class="mobile-menu-btn" aria-label="Toggle menu"></button>
23+
<nav class="nav-links">
24+
<a href="index.html" class="nav-link">Home</a>
25+
<a href="products.html" class="nav-link">Products</a>
26+
<a href="eyecore.html" class="nav-link">Infrastructure</a>
27+
<a href="echolab.html" class="nav-link">Research</a>
28+
<a href="echomind.html" class="btn btn-primary" style="padding: 6px 16px; font-size: 13px;">Get EchoMind</a>
29+
</nav>
30+
</div>
31+
</header>
32+
33+
<main>
34+
<section class="hero" style="padding-top: 200px; padding-bottom: 200px; min-height: 80vh; display: flex; align-items: center;">
35+
<div class="container" style="text-align: center;">
36+
<div class="error-code" data-animate>404</div>
37+
<h1 class="text-h1" data-animate style="margin-bottom: var(--space-m);">Page Not Found</h1>
38+
<p class="text-body" data-animate style="max-width: 500px; margin: 0 auto var(--space-xl);">
39+
The page you're looking for doesn't exist or has been moved. Let's get you back on track.
40+
</p>
41+
<div class="flex-center" style="gap: var(--space-m); flex-wrap: wrap;" data-animate>
42+
<a href="index.html" class="btn btn-primary">Go to Homepage</a>
43+
<a href="products.html" class="btn btn-secondary">View Products</a>
44+
</div>
45+
46+
<div style="margin-top: var(--space-3xl);" data-animate>
47+
<p class="text-small" style="margin-bottom: var(--space-m); color: var(--text-tertiary);">Or try one of these:</p>
48+
<div class="flex-center" style="gap: var(--space-l); flex-wrap: wrap;">
49+
<a href="echomind.html" class="text-small" style="color: var(--accent-color);">EchoMind</a>
50+
<a href="eyecore.html" class="text-small" style="color: var(--accent-color);">EyeCore</a>
51+
<a href="echolab.html" class="text-small" style="color: var(--accent-color);">Research</a>
52+
<a href="pages/contact.html" class="text-small" style="color: var(--accent-color);">Contact</a>
53+
<a href="pages/faq.html" class="text-small" style="color: var(--accent-color);">FAQ</a>
54+
</div>
55+
</div>
56+
</div>
57+
</section>
58+
</main>
59+
60+
<footer class="site-footer">
61+
<div class="container">
62+
<div style="text-align: center;">
63+
<p class="text-small">&copy; 2025 MindCore LLC. All rights reserved.</p>
64+
</div>
65+
</div>
66+
</footer>
67+
68+
<script src="scripts.js"></script>
69+
</body>
70+
</html>

echolab.html

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,22 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>EchoLab | Research</title>
77
<meta name="description" content="EchoLab is MindCore's research hub dedicated to exploring the frontiers of human-AI symbiosis, affective computing, and ethical intelligence.">
8+
9+
<!-- Open Graph -->
10+
<meta property="og:title" content="EchoLab | AI Research">
11+
<meta property="og:description" content="Exploring the frontiers of human-AI symbiosis, affective computing, and ethical intelligence.">
12+
<meta property="og:type" content="website">
13+
<meta property="og:url" content="https://mindcore.ai/echolab.html">
14+
<meta property="og:image" content="https://mindcore.ai/assets/logo.jpg">
15+
16+
<!-- Twitter Card -->
17+
<meta name="twitter:card" content="summary_large_image">
18+
<meta name="twitter:title" content="EchoLab Research">
19+
<meta name="twitter:description" content="Advanced AI research for human-centered intelligence.">
20+
821
<link rel="stylesheet" href="styles.css">
922
<link rel="icon" href="assets/logo.jpg" type="image/jpeg">
23+
<link rel="apple-touch-icon" href="assets/logo.jpg">
1024
</head>
1125
<body>
1226
<canvas id="bg"></canvas>
@@ -171,18 +185,19 @@ <h4>Products</h4>
171185
<div class="footer-col">
172186
<h4>Company</h4>
173187
<ul>
174-
<li><a href="index.html#mission">Mission</a></li>
188+
<li><a href="pages/about.html">About Us</a></li>
175189
<li><a href="echolab.html">Research</a></li>
176190
<li><a href="pages/careers.html">Careers</a></li>
177-
<li><a href="pages/contact.html">Contact</a></li>
191+
<li><a href="pages/investors.html">Investors</a></li>
178192
</ul>
179193
</div>
180194
<div class="footer-col">
181-
<h4>Connect</h4>
195+
<h4>Legal</h4>
182196
<ul>
183-
<li><a href="https://www.linkedin.com/company/mindcore-llc/" target="_blank">LinkedIn</a></li>
184-
<li><a href="pages/twitter.html">Twitter</a></li>
185-
<li><a href="pages/github.html">GitHub</a></li>
197+
<li><a href="pages/privacy.html">Privacy Policy</a></li>
198+
<li><a href="pages/terms.html">Terms of Service</a></li>
199+
<li><a href="pages/faq.html">FAQ</a></li>
200+
<li><a href="pages/contact.html">Contact</a></li>
186201
</ul>
187202
</div>
188203
</div>

echomind.html

Lines changed: 39 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,40 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>EchoMind | The AI that lives with you.</title>
77
<meta name="description" content="EchoMind is a desktop companion that learns and evolves to become your best friend.">
8+
9+
<!-- Open Graph -->
10+
<meta property="og:title" content="EchoMind | AI Companion">
11+
<meta property="og:description" content="The AI that lives with you, not just on your screen. Personalized, private, and emotionally aware.">
12+
<meta property="og:type" content="website">
13+
<meta property="og:url" content="https://mindcore.ai/echomind.html">
14+
<meta property="og:image" content="https://mindcore.ai/assets/logo.jpg">
15+
16+
<!-- Twitter Card -->
17+
<meta name="twitter:card" content="summary_large_image">
18+
<meta name="twitter:title" content="EchoMind | AI Companion">
19+
<meta name="twitter:description" content="Your personal AI companion with memory and emotional awareness.">
20+
21+
<!-- Structured Data -->
22+
<script type="application/ld+json">
23+
{
24+
"@context": "https://schema.org",
25+
"@type": "SoftwareApplication",
26+
"name": "EchoMind",
27+
"applicationCategory": "UtilitiesApplication",
28+
"operatingSystem": "Windows, macOS",
29+
"offers": {
30+
"@type": "AggregateOffer",
31+
"lowPrice": "0",
32+
"highPrice": "24.99",
33+
"priceCurrency": "USD"
34+
},
35+
"description": "AI companion with persistent memory, emotional awareness, and local-first privacy."
36+
}
37+
</script>
38+
839
<link rel="stylesheet" href="styles.css">
940
<link rel="icon" href="assets/logo.jpg" type="image/jpeg">
41+
<link rel="apple-touch-icon" href="assets/logo.jpg">
1042
</head>
1143
<body>
1244
<canvas id="bg"></canvas>
@@ -257,18 +289,19 @@ <h4>Products</h4>
257289
<div class="footer-col">
258290
<h4>Company</h4>
259291
<ul>
260-
<li><a href="index.html#mission">Mission</a></li>
292+
<li><a href="pages/about.html">About Us</a></li>
261293
<li><a href="echolab.html">Research</a></li>
262294
<li><a href="pages/careers.html">Careers</a></li>
263-
<li><a href="pages/contact.html">Contact</a></li>
295+
<li><a href="pages/investors.html">Investors</a></li>
264296
</ul>
265297
</div>
266298
<div class="footer-col">
267-
<h4>Connect</h4>
299+
<h4>Legal</h4>
268300
<ul>
269-
<li><a href="https://www.linkedin.com/company/mindcore-llc/" target="_blank">LinkedIn</a></li>
270-
<li><a href="pages/twitter.html">Twitter</a></li>
271-
<li><a href="pages/github.html">GitHub</a></li>
301+
<li><a href="pages/privacy.html">Privacy Policy</a></li>
302+
<li><a href="pages/terms.html">Terms of Service</a></li>
303+
<li><a href="pages/faq.html">FAQ</a></li>
304+
<li><a href="pages/contact.html">Contact</a></li>
272305
</ul>
273306
</div>
274307
</div>

eyecore.html

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,20 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>EyeCore | Infrastructure</title>
6+
<title>EyeCore | Privacy-First Infrastructure | MindCore</title>
77
<meta name="description" content="EyeCore is a modular, privacy-aware monitoring infrastructure designed to serve as the foundation for all MindCore-related applications.">
8+
9+
<!-- Open Graph / Social -->
10+
<meta property="og:type" content="website">
11+
<meta property="og:url" content="https://mindcore.web.github.io/eyecore.html">
12+
<meta property="og:title" content="EyeCore | Privacy-First Infrastructure">
13+
<meta property="og:description" content="A personal OS layer that senses, interprets, and delivers structured, anonymized data to connected AI systems.">
14+
<meta property="og:image" content="https://mindcore.web.github.io/assets/logo.jpg">
15+
<meta name="twitter:card" content="summary_large_image">
16+
817
<link rel="stylesheet" href="styles.css">
918
<link rel="icon" href="assets/logo.jpg" type="image/jpeg">
19+
<link rel="canonical" href="https://mindcore.web.github.io/eyecore.html">
1020
</head>
1121
<body>
1222
<canvas id="bg"></canvas>
@@ -212,11 +222,12 @@ <h4>Company</h4>
212222
</ul>
213223
</div>
214224
<div class="footer-col">
215-
<h4>Connect</h4>
225+
<h4>Legal</h4>
216226
<ul>
217-
<li><a href="https://www.linkedin.com/company/mindcore-llc/" target="_blank">LinkedIn</a></li>
218-
<li><a href="pages/twitter.html">Twitter</a></li>
219-
<li><a href="pages/github.html">GitHub</a></li>
227+
<li><a href="pages/privacy.html">Privacy Policy</a></li>
228+
<li><a href="pages/terms.html">Terms of Service</a></li>
229+
<li><a href="pages/faq.html">FAQ</a></li>
230+
<li><a href="pages/contact.html">Contact</a></li>
220231
</ul>
221232
</div>
222233
</div>

0 commit comments

Comments
 (0)