+
- By subscribing, you agree to receive product and marketing related updates from OpenObserve.
+ By subscribing, you agree to receive product and marketing related
+ updates from OpenObserve.
showToast("Subscribed successfully with: " + email);
form.reset();
// Segment tracking
- if (window.analytics && typeof window.analytics.track === "function") {
+ if (
+ window.analytics &&
+ typeof window.analytics.track === "function"
+ ) {
window.analytics.track("O2 Website - Newsletter Signup", {
email: email,
- source: "website"
+ source: "website",
});
}
} else {
@@ -363,11 +396,11 @@
SOC2 Type II
-
+
OpenObserve Inc. ©
3000 Sand Hill Rd Building 1, Suite 260, Menlo Park, CA 94025
-
+
- SOC2 Type II
{ text: "Careers", link: "/careers/" },
{ text: "Contact Us", link: "/contact-us/" },
{ text: "Contact Sales", link: "/contact-sales/" },
+ { text: "Partners", link: "/partners/" },
{ text: "Enterprise License", link: "/enterprise-license/" },
],
},
@@ -527,7 +566,7 @@
SOC2 Type II
${
section.title
}
-
+
${section.items
.map(
(item) => `-
diff --git a/overrides/partials/index.html b/overrides/partials/index.html
index dff7cac1..0c002f3f 100644
--- a/overrides/partials/index.html
+++ b/overrides/partials/index.html
@@ -17,14 +17,18 @@
+
+
+
{% endblock %}