-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (66 loc) · 3.34 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="CareWithU Inc. connects care seekers with trusted caregivers, offering personalized care services that come to you. Learn more about our mission and contact us.">
<meta name="keywords" content="caregiver app, care services, personalized care, caregiver matching, CareWithU">
<meta name="author" content="CareWithU Inc.">
<meta name="robots" content="index, follow">
<!-- Open Graph Meta Tags for Social Sharing -->
<meta property="og:title" content="CareWithU Inc. - Care That Comes to You">
<meta property="og:description"
content="CareWithU connects care seekers with trusted caregivers. Explore personalized care services with safety, security, and convenience.">
<!-- <meta property="og:image" content="https://carewithu.com/images/og-image.png"> -->
<meta property="og:url" content="https://carewithu.com">
<meta property="og:type" content="website">
<!-- Twitter Card Meta Tags -->
<!-- <meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="CareWithU Inc. - Care That Comes to You">
<meta name="twitter:description"
content="CareWithU connects care seekers with trusted caregivers. Explore personalized care services with safety, security, and convenience.">
<meta name="twitter:image" content="https://carewithu.com/images/og-image.png"> -->
<title>CareWithU Inc. - Care That Comes to You</title>
<!-- Favicon -->
<!-- <link rel="icon" href="/favicon.ico" type="image/x-icon"> -->
<!-- Stylesheet -->
<link rel="stylesheet" href="styles.css">
<!-- Preconnect for faster loading -->
<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=Inter:wght@400;600;700&display=swap" rel="stylesheet">
<!-- Canonical URL -->
<link rel="canonical" href="https://carewithu.com">
</head>
<body>
<div class="container">
<div class="header">
<h1 class="brand">CareWithU Inc.</h1>
<p class="tagline">Care that comes to you</p>
</div>
<div class="summary">
<p>
CareWithU connects caregivers and care seekers across Canada with ease. Our AI-driven matching makes finding
trustworthy, compassionate care simple and personalized. Whether you're seeking help for yourself or a loved
one, or offering care, CareWithU ensures freedom, safety, and convenience. We're here to bring care directly
to you—trusted, secure, and tailored to your needs.
</p>
</div>
<div class="content">
<div class="manifesto">
<a href="https://flossy-trillium-3d9.notion.site/CareWithU-Manifesto-14cfdd0049d5802dbee5cb1c3cc22bc5"
target="_blank" rel="noopener noreferrer" class="manifesto-link">
<span>📜</span> Read Our Manifesto
</a>
</div>
<div class="email">
<a href="mailto:[email protected]" class="email-link">[email protected]</a>
</div>
</div>
<footer>
<p>© 2025 CareWithU Inc. All rights reserved.</p>
</footer>
</div>
</body>
</html>