-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
94 lines (81 loc) · 3.76 KB
/
about.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Caviato: Inbox on Autopilot">
<meta name="author" content="Caviato">
<meta name="keywords"
content="email automation, inbox management, email productivity tool, task automation software, CRM integration, finance software automation, ERM integration, data extraction from email, automate email tasks, boost productivity, inbox triage tool, smart email assistant, workflow automation software">
<title>Caviato: Inbox on Autopilot</title>
<link rel="icon" type="image/x-icon" href="/assets/icon.png">
<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=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@shoelace-style/[email protected]/cdn/themes/light.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@shoelace-style/[email protected]/cdn/themes/dark.css" />
<script type="module"
src="https://cdn.jsdelivr.net/npm/@shoelace-style/[email protected]/cdn/shoelace-autoloader.js"></script>
<link rel="stylesheet" href="index.css">
</head>
<body>
<nav style="display: flex; align-items: center; gap: 8px; padding: 32px 24px">
<a href="/" style="padding: 0; margin: 0;">
<img src="assets/full-logo.png" style="height: 2.5rem; display: block;" />
</a>
<div style="flex: 1;"></div>
<div class="tab">
<a href="/about.html">ABOUT US</a>
<a href="/careers.html">CAREERS</a>
<a href="/faqs.html">FAQs</a>
</div>
<button class="try" onclick='window.location.href="try.html"'>TRY NOW</button>
<button id="toggleMenu">≡</button>
<div id="menu" class="menu">
<a href="/">HOME</a>
<a href="/about.html">ABOUT US</a>
<a href="/careers.html">CAREERS</a>
<a href="/faqs.html">FAQs</a>
</div>
</nav>
<div class="about">
<h1>
<span style="color: var(--green)">Email Inbox:</span>
<br />
<span style="color: var(--red)">The World's Worst To-Do List</span>
</h1>
<p>
Let’s be real — email isn’t just messaging; it’s become your unofficial, soul-crushing to-do list.
It’s the first thing you check in the morning, the last thing you close before leaving work, and sometimes, it
doesn’t even let you leave work at all.
And honestly? It’s a terrible to-do list. Endless back-and-forths to get one piece of information, juggling
attachments, pulling data into spreadsheets — it’s exhausting, and we all deserve better.
<br />
<br />
That’s why we created Caviato. We’re fed up with our inboxes too, so we built a tool to turn ours into a
productivity powerhouse.
Caviato automates the boring stuff—triaging emails, extracting data, and surfacing only what
actually matters.
But we didn’t stop there. With seamless integrations to tools like Excel, Database, ERM, CRM, and more,
Caviato doesn’t just help you manage your inbox — it connects the dots between your emails and the apps you
rely on, so you don’t have to touch them if you don’t want to.
<br />
<br />
Ready to ditch the inbox grind?
Use Caviato and turn chaos into zen.
Check inbox less, crush more.
Let’s get to work!
</p>
</div>
<script src="index.js"></script>
</body>
<footer>
<div>
© 2024 Caviato Holdings PTE. LTD.
<br />
Contact us at
<a href="mailto:[email protected]" style="margin: 0;color: var(--red);">[email protected]</a>
</div>
</footer>
</html>