You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<sourcealt="The powerful web-based, responsive note-taking app, Octo, with an open markdown document being edited."media="(orientation: portrait)"srcset="~/assets/screenshot-mobile-dark.png"width="1080"height="2400">
61
-
<imgalt="The powerful web-based, responsive note-taking app, Octo, with an open markdown document being edited."src="~/assets/screenshot-dark.png"width="1600"height="900"class="max-lg:bg-black max-lg:border-8 max-lg:border-black max-lg:overflow-hidden max-lg:rounded-2xl w-full">
62
-
</picture>
63
-
<picturev-else-if="isLight">
64
-
<sourcealt="The powerful web-based, responsive note-taking app, Octo, with an open markdown document being edited."media="(orientation: portrait)"srcset="~/assets/screenshot-mobile-light.png"width="1080"height="2400">
65
-
<imgalt="The powerful web-based, responsive note-taking app, Octo, with an open markdown document being edited."src="~/assets/screenshot-light.png"width="1600"height="900"class="max-lg:bg-black max-lg:border-8 max-lg:border-black max-lg:overflow-hidden max-lg:rounded-2xl w-full">
66
-
</picture>
67
-
<picturev-else>
68
-
<!-- mobile -->
69
-
<sourcealt="The powerful web-based, responsive note-taking app, Octo, with an open markdown document being edited."media="(orientation: portrait) and (prefers-color-scheme: dark)"srcset="~/assets/screenshot-mobile-dark.png"width="1080"height="2400">
70
-
<sourcealt="The powerful web-based, responsive note-taking app, Octo, with an open markdown document being edited."media="(orientation: portrait) and (prefers-color-scheme: light)"srcset="~/assets/screenshot-mobile-light.png"width="1080"height="2400">
71
-
<!-- desktop -->
72
-
<sourcealt="The powerful web-based, responsive note-taking app, Octo, with an open markdown document being edited."media="(prefers-color-scheme: dark)"srcset="~/assets/screenshot-dark.png"width="1600"height="900">
73
-
<sourcealt="The powerful web-based, responsive note-taking app, Octo, with an open markdown document being edited."media="(prefers-color-scheme: light)"srcset="~/assets/screenshot-light.png"width="1600"height="900">
74
-
<!-- fallback -->
75
-
<imgalt="The powerful web-based, responsive note-taking app, Octo, with an open markdown document being edited."src="~/assets/screenshot-dark.png"width="1600"height="900"class="max-lg:bg-black max-lg:border-8 max-lg:border-black max-lg:overflow-hidden max-lg:rounded-2xl w-full">
76
-
</picture>
77
-
</div>
53
+
<sectionclass="hero">
54
+
<sectionclass="p-4 lg:p-8">
55
+
<divclass="container mx-auto max-w-6xl">
56
+
<picturev-if="isDark">
57
+
<sourcealt="The powerful web-based, responsive note-taking app, Octo, with an open markdown document being edited."media="(orientation: portrait)"srcset="~/assets/screenshot-mobile-dark.png"width="1080"height="2400">
58
+
<imgalt="The powerful web-based, responsive note-taking app, Octo, with an open markdown document being edited."src="~/assets/screenshot-desktop-dark.png"width="1600"height="900"class="w-full">
59
+
</picture>
60
+
<picturev-else-if="isLight">
61
+
<sourcealt="The powerful web-based, responsive note-taking app, Octo, with an open markdown document being edited."media="(orientation: portrait)"srcset="~/assets/screenshot-mobile-light.png"width="1080"height="2400">
62
+
<imgalt="The powerful web-based, responsive note-taking app, Octo, with an open markdown document being edited."src="~/assets/screenshot-desktop-light.png"width="1600"height="900"class="w-full">
63
+
</picture>
64
+
<picturev-else>
65
+
<!-- mobile -->
66
+
<sourcealt="The powerful web-based, responsive note-taking app, Octo, with an open markdown document being edited."media="(orientation: portrait) and (prefers-color-scheme: dark)"srcset="~/assets/screenshot-mobile-dark.png"width="1080"height="2400">
67
+
<sourcealt="The powerful web-based, responsive note-taking app, Octo, with an open markdown document being edited."media="(orientation: portrait) and (prefers-color-scheme: light)"srcset="~/assets/screenshot-mobile-light.png"width="1080"height="2400">
68
+
<!-- desktop -->
69
+
<sourcealt="The powerful web-based, responsive note-taking app, Octo, with an open markdown document being edited."media="(prefers-color-scheme: dark)"srcset="~/assets/screenshot-desktop-dark.png"width="1600"height="900">
70
+
<sourcealt="The powerful web-based, responsive note-taking app, Octo, with an open markdown document being edited."media="(prefers-color-scheme: light)"srcset="~/assets/screenshot-desktop-light.png"width="1600"height="900">
71
+
<!-- fallback -->
72
+
<imgalt="The powerful web-based, responsive note-taking app, Octo, with an open markdown document being edited."src="~/assets/screenshot-desktop-dark.png"width="1600"height="900"class="w-full">
73
+
</picture>
74
+
</div>
75
+
</section>
78
76
</section>
79
77
<section>
80
78
<CoreContainerclass="p-4 lg:p-8">
81
79
<CoreCardoutline>
82
80
<CoreProseclass="max-w-none">
83
-
<h2>We care about privacy</h2>
81
+
<h2>Privacy-first by design</h2>
84
82
<p>In today's hyper-connected world, your privacy matters more than ever. Octo has been built from the ground up with privacy as a core tenet. We use the Web Crypto API to support client-side (end-to-end) encryption so that your data can be securely and privately synced across all of your devices. That means that no one, not even people on our team, can access your data.</p>
85
83
</CoreProse>
86
84
</CoreCard>
87
85
</CoreContainer>
88
86
<CoreContainerclass="p-4 lg:p-8">
89
87
<CoreCardoutline>
90
88
<CoreProseclass="max-w-none">
91
-
<h2>Your second brain is always accessible</h2>
89
+
<h2>Available wherever you are</h2>
92
90
<p>Thanks to modern browser APIs, such as Service Workers and IndexedDB, web apps can be made to function entirely offline just as native apps can. Octo takes advantage of these APIs to make sure you always have access to your second brain. All you need is a device with a web browser.</p>
93
91
<p>We understand the pain of vendor lock-in, so we maintain import and export tools to help you move your data into or out of Octo.</p>
0 commit comments