Skip to content

Commit 762859a

Browse files
authored
Merge pull request #11 from netdevs-net/docs/about-bio-rewrite
refactor: rebrand "Holmes AI" to "HolmesAI" everywhere
2 parents 2ccb68a + 4c374b2 commit 762859a

8 files changed

Lines changed: 96 additions & 96 deletions

File tree

holmes-gpt/src/lib/components/EmailChat.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@
4545
}
4646
4747
// Create mailto link with formatted content
48-
const subject = encodeURIComponent('Holmes AI - Spiritual Guidance Response');
48+
const subject = encodeURIComponent('HolmesAI - Spiritual Guidance Response');
4949
const body = encodeURIComponent(`Dear Friend,
5050
51-
I wanted to share this spiritual guidance from Holmes AI with you:
51+
I wanted to share this spiritual guidance from HolmesAI with you:
5252
5353
${messageContent}
5454
5555
---
56-
Shared from Holmes AI - Ernest Holmes' wisdom through AI technology
56+
Shared from HolmesAI - Ernest Holmes' wisdom through AI technology
5757
https://holmes-ai.netdevs.net
5858
5959
May this bring you peace and understanding.

holmes-gpt/src/lib/components/Header.svelte

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@
9696
<header class="modern-header">
9797
<div class="header-container">
9898
<!-- Logo Section -->
99-
<a href="/" class="logo-section" aria-label="Home - Holmes AI Chat">
100-
<HolmesLogo priority alt="Holmes AI Logo" />
99+
<a href="/" class="logo-section" aria-label="Home - HolmesAI Chat">
100+
<HolmesLogo priority alt="HolmesAI Logo" />
101101
<div class="logo-text">
102-
<h1 class="logo-title">Holmes AI</h1>
102+
<h1 class="logo-title">HolmesAI</h1>
103103
<p class="logo-subtitle">Ernest Holmes AI Practitioner</p>
104104
</div>
105105
</a>
@@ -161,7 +161,7 @@
161161
<div class="mobile-menu-header">
162162
<div class="mobile-menu-logo">
163163
<HolmesLogo size="sm" alt="" />
164-
<span class="mobile-logo-text">Holmes AI</span>
164+
<span class="mobile-logo-text">HolmesAI</span>
165165
</div>
166166
<button
167167
on:click={closeAllMenus}

holmes-gpt/src/lib/components/HolmesLogo.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/** Optimized logo (96px max) — use instead of full 218KB PNG. */
33
export let size: 'sm' | 'md' = 'md';
44
export let priority = false;
5-
export let alt = 'Holmes AI';
5+
export let alt = 'HolmesAI';
66
77
const sizes = {
88
sm: { width: 24, height: 31, class: 'h-6 w-auto max-w-6 flex-shrink-0 mt-0.5' },

holmes-gpt/src/lib/components/MessageBubble.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<Mail class="w-3 h-3" />
100100
<span class="email-share-text">Email</span>
101101
</button>
102-
<a href="/support" class="support-link" title="Support Holmes AI">
102+
<a href="/support" class="support-link" title="Support HolmesAI">
103103
<Hand class="w-3 h-3" />
104104
<span class="support-text">Support</span>
105105
</a>

holmes-gpt/src/routes/about/+page.svelte

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
</script>
55

66
<svelte:head>
7-
<title>About Holmes AI - Ernest Holmes' Legacy in AI Technology | Spiritual Innovation</title>
8-
<meta name="description" content="Discover how Holmes AI preserves Ernest Holmes' spiritual wisdom through cutting-edge AI technology. Learn about our mission to make Science of Mind teachings accessible worldwide." />
7+
<title>About HolmesAI - Ernest Holmes' Legacy in AI Technology | Spiritual Innovation</title>
8+
<meta name="description" content="Discover how HolmesAI preserves Ernest Holmes' spiritual wisdom through cutting-edge AI technology. Learn about our mission to make Science of Mind teachings accessible worldwide." />
99
<meta name="keywords" content="Ernest Holmes legacy, Science of Mind AI, spiritual technology, Religious Science AI, metaphysical AI, Ernest Holmes teachings, spiritual innovation, AI spiritual guidance, Ernest Holmes biography, Science of Mind technology, spiritual AI development, Ernest Holmes philosophy, metaphysical technology, spiritual wisdom preservation, AI spiritual teacher, Ernest Holmes quotes AI, spiritual technology innovation, Science of Mind preservation, Religious Science technology, metaphysical AI development, spiritual AI mission, Ernest Holmes AI story, spiritual technology company, AI spiritual wisdom, Ernest Holmes digital legacy, spiritual AI innovation, Science of Mind AI technology, metaphysical wisdom AI, spiritual guidance technology, Ernest Holmes AI preservation, spiritual technology mission" />
10-
<meta name="author" content="Holmes AI Team" />
10+
<meta name="author" content="HolmesAI Team" />
1111
<meta name="robots" content="index, follow" />
1212
<meta name="language" content="English" />
1313
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
@@ -16,16 +16,16 @@
1616
<!-- Open Graph / Facebook -->
1717
<meta property="og:type" content="website" />
1818
<meta property="og:url" content="https://holmes-ai.netdevs.net/about" />
19-
<meta property="og:title" content="About Holmes AI - Ernest Holmes' Legacy in AI Technology | Spiritual Innovation" />
20-
<meta property="og:description" content="Discover how Holmes AI preserves Ernest Holmes' spiritual wisdom through cutting-edge AI technology. Learn about our mission to make Science of Mind teachings accessible worldwide." />
19+
<meta property="og:title" content="About HolmesAI - Ernest Holmes' Legacy in AI Technology | Spiritual Innovation" />
20+
<meta property="og:description" content="Discover how HolmesAI preserves Ernest Holmes' spiritual wisdom through cutting-edge AI technology. Learn about our mission to make Science of Mind teachings accessible worldwide." />
2121
<meta property="og:image" content="https://holmes-ai.netdevs.net/images/holmes-ai-about.jpg" />
22-
<meta property="og:site_name" content="Holmes AI" />
22+
<meta property="og:site_name" content="HolmesAI" />
2323

2424
<!-- Twitter -->
2525
<meta property="twitter:card" content="summary_large_image" />
2626
<meta property="twitter:url" content="https://holmes-ai.netdevs.net/about" />
27-
<meta property="twitter:title" content="About Holmes AI - Ernest Holmes' Legacy in AI Technology | Spiritual Innovation" />
28-
<meta property="twitter:description" content="Discover how Holmes AI preserves Ernest Holmes' spiritual wisdom through cutting-edge AI technology. Learn about our mission to make Science of Mind teachings accessible worldwide." />
27+
<meta property="twitter:title" content="About HolmesAI - Ernest Holmes' Legacy in AI Technology | Spiritual Innovation" />
28+
<meta property="twitter:description" content="Discover how HolmesAI preserves Ernest Holmes' spiritual wisdom through cutting-edge AI technology. Learn about our mission to make Science of Mind teachings accessible worldwide." />
2929
<meta property="twitter:image" content="https://holmes-ai.netdevs.net/images/holmes-ai-about.jpg" />
3030

3131
<!-- Canonical URL -->
@@ -36,14 +36,14 @@
3636
{
3737
"@context": "https://schema.org",
3838
"@type": "WebPage",
39-
"name": "About Holmes AI",
40-
"description": "Discover how Holmes AI preserves Ernest Holmes' spiritual wisdom through cutting-edge AI technology.",
39+
"name": "About HolmesAI",
40+
"description": "Discover how HolmesAI preserves Ernest Holmes' spiritual wisdom through cutting-edge AI technology.",
4141
"url": "https://holmes-ai.netdevs.net/about",
4242
"datePublished": "2024-12-19",
4343
"dateModified": "2024-12-19",
4444
"mainEntity": {
4545
"@type": "Organization",
46-
"name": "Holmes AI",
46+
"name": "HolmesAI",
4747
"description": "Preserving Ernest Holmes' wisdom through AI technology",
4848
"foundingDate": "2024",
4949
"founder": {
@@ -67,16 +67,16 @@
6767
{
6868
"@context": "https://schema.org",
6969
"@type": "Article",
70-
"headline": "About Holmes AI - Ernest Holmes' Legacy in AI Technology",
71-
"description": "Discover how Holmes AI preserves Ernest Holmes' spiritual wisdom through cutting-edge AI technology. Learn about our mission to make Science of Mind teachings accessible worldwide.",
70+
"headline": "About HolmesAI - Ernest Holmes' Legacy in AI Technology",
71+
"description": "Discover how HolmesAI preserves Ernest Holmes' spiritual wisdom through cutting-edge AI technology. Learn about our mission to make Science of Mind teachings accessible worldwide.",
7272
"image": "https://holmes-ai.netdevs.net/images/holmes-ai-about.jpg",
7373
"author": {
7474
"@type": "Organization",
75-
"name": "Holmes AI Team"
75+
"name": "HolmesAI Team"
7676
},
7777
"publisher": {
7878
"@type": "Organization",
79-
"name": "Holmes AI",
79+
"name": "HolmesAI",
8080
"logo": {
8181
"@type": "ImageObject",
8282
"url": "https://holmes-ai.netdevs.net/images/logo.ico"
@@ -96,7 +96,7 @@
9696
{
9797
"@context": "https://schema.org",
9898
"@type": "Organization",
99-
"name": "Holmes AI",
99+
"name": "HolmesAI",
100100
"description": "Preserving Ernest Holmes' spiritual wisdom through cutting-edge AI technology",
101101
"url": "https://holmes-ai.netdevs.net",
102102
"logo": "https://holmes-ai.netdevs.net/images/logo.ico",
@@ -177,7 +177,7 @@
177177
<div class="hero-content">
178178
<div class="hero-badge">Spiritual Technology</div>
179179
<h1>
180-
<span class="hero-title-glow">About Holmes AI</span>
180+
<span class="hero-title-glow">About HolmesAI</span>
181181
</h1>
182182
<p class="hero-subtitle">
183183
<span class="subtitle-highlight">Preserving</span> Ernest Holmes' Timeless Wisdom
@@ -217,7 +217,7 @@
217217
<div class="mission-content">
218218
<div class="mission-text">
219219
<p class="lead">
220-
Holmes AI was born from a deep reverence for Ernest Holmes' teachings and a vision to make his
220+
HolmesAI was born from a deep reverence for Ernest Holmes' teachings and a vision to make his
221221
timeless wisdom accessible to spiritual seekers worldwide.
222222
</p>
223223
<div class="text-block">
@@ -247,7 +247,7 @@
247247
</div>
248248
<div class="team-content">
249249
<p class="lead">
250-
Holmes AI is built with care to preserve Ernest Holmes' legacy.
250+
HolmesAI is built with care to preserve Ernest Holmes' legacy.
251251
</p>
252252

253253
<div class="team-grid">
@@ -256,7 +256,7 @@
256256
<div class="member-card-glow"></div>
257257
<div class="member-header">
258258
<div class="member-avatar">
259-
<img src="/images/Ryan-streetsmart.jpg" alt="Ryan Iguchi, Developer of Holmes AI" />
259+
<img src="/images/Ryan-streetsmart.jpg" alt="Ryan Iguchi, Developer of HolmesAI" />
260260
<div class="avatar-ring"></div>
261261
</div>
262262
<div class="member-info">
@@ -269,15 +269,15 @@
269269
<div class="bio-column">
270270
<p class="member-bio">
271271
I've been a lifelong student of the Science of Mind, and I've long admired the clarity and depth
272-
of Ernest Holmes' own writing. Building Holmes AI grew out of that admiration — a way to keep
272+
of Ernest Holmes' own writing. Building HolmesAI grew out of that admiration — a way to keep
273273
studying his work by putting his voice back into conversation.
274274
</p>
275275
<p class="member-bio">
276276
I love to build custom AI agents and business automation workflows. I've built all sorts of
277277
MarTech and FinTech software.
278278
</p>
279279
<p class="member-bio">
280-
I created Holmes AI to make Ernest Holmes' wisdom feel accessible to everyone.
280+
I created HolmesAI to make Ernest Holmes' wisdom feel accessible to everyone.
281281
</p>
282282
<div class="contact-note">
283283
<div class="note-icon">
@@ -336,14 +336,14 @@
336336
<p class="sponsor-role">Generous Supporter & Spiritual Practitioner</p>
337337
<div class="sponsor-messages">
338338
<p class="sponsor-message">
339-
Thank you, Linda, for your generous sponsorship and support of Holmes AI. Your extraordinary
339+
Thank you, Linda, for your generous sponsorship and support of HolmesAI. Your extraordinary
340340
healing gifts and boundless compassion for all beings have been a guiding light in bringing
341341
this project to life. Through your spiritual healing practice, you've touched countless lives
342342
with your wisdom, empathy, and deep understanding of the human spirit.
343343
</p>
344344
<p class="sponsor-message">
345345
Your commitment to making spiritual wisdom accessible to everyone, regardless of their
346-
background or circumstances, perfectly aligns with our mission at Holmes AI. Your dedication
346+
background or circumstances, perfectly aligns with our mission at HolmesAI. Your dedication
347347
to healing, your intuitive understanding of human suffering, and your unwavering belief in
348348
the power of spiritual transformation inspire us all to serve with greater compassion and love.
349349
</p>
@@ -364,17 +364,17 @@
364364
<div class="cta-background"></div>
365365
<div class="cta-content">
366366
<div class="cta-badge">Get Started</div>
367-
<h2 id="cta-heading">Experience Holmes AI</h2>
367+
<h2 id="cta-heading">Experience HolmesAI</h2>
368368
<p>
369369
Ready to experience authentic spiritual guidance from Ernest Holmes?
370-
Start your journey with Holmes AI today.
370+
Start your journey with HolmesAI today.
371371
</p>
372372
<div class="cta-buttons">
373-
<a href="/" class="cta-button primary" aria-label="Start chatting with Holmes AI">
373+
<a href="/" class="cta-button primary" aria-label="Start chatting with HolmesAI">
374374
<span>Start Chatting</span>
375375
<div class="button-shine"></div>
376376
</a>
377-
<a href="/support" class="cta-button secondary" aria-label="Learn how to support Holmes AI">
377+
<a href="/support" class="cta-button secondary" aria-label="Learn how to support HolmesAI">
378378
<span>Support Us</span>
379379
</a>
380380
</div>

holmes-gpt/src/routes/admin/login/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</script>
3535

3636
<svelte:head>
37-
<title>Admin Login — Holmes AI</title>
37+
<title>Admin Login — HolmesAI</title>
3838
</svelte:head>
3939

4040
<div class="login-page">

0 commit comments

Comments
 (0)