diff --git a/docs/overview/who-is-using-waku.md b/docs/overview/who-is-using-waku.md deleted file mode 100644 index 3ccbba8..0000000 --- a/docs/overview/who-is-using-waku.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Who is Using Waku? ---- - -### [Status](https://status.im/) - -Status is a secure messaging app, crypto wallet, and Web3 browser built with state-of-the-art technology. - -### [XMTP](https://xmtp.org/) - -XMTP uses Waku to enable secure Web3 messaging in their open protocol and network. - -### [RAILGUN](https://railgun.org/) - -RAILGUN uses Waku to offer private ETH gas payments to users, ensuring anonymity and privacy for their stablecoin and token transactions. diff --git a/docs/powered-by-waku.mdx b/docs/powered-by-waku.mdx new file mode 100644 index 0000000..f37b87b --- /dev/null +++ b/docs/powered-by-waku.mdx @@ -0,0 +1,37 @@ +--- +title: Powered by Waku +custom_edit_url: null +hide_table_of_contents: true +--- + +Leap into the future with Waku! Revolutionize communication, collaboration, and connectivity. Join us and create something extraordinary! + + + +```mdx-code-block +import PoweredByCard from "@site/src/components/PoweredByCard"; + +
+ + Status is a secure messaging app, crypto wallet, and Web3 browser built with state-of-the-art technology. + + + XMTP uses the Waku network to enable secure Web3 messaging in their open protocol and network. + + + RAILGUN uses Waku to offer private gas payments to users, ensuring anonymity and privacy for their transactions. + +
+``` \ No newline at end of file diff --git a/docusaurus.config.js b/docusaurus.config.js index f18f684..9e29559 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -47,8 +47,9 @@ const config = { navbar: { title: "Waku", logo: { - srcDark: "logo_white.svg" + srcDark: "img/logo_white.svg" }, + hideOnScroll: true, items: [ { type: "docSidebar", @@ -84,7 +85,7 @@ const config = { ] }, announcementBar: { - content: "While Waku is still in development and needs to prepare for extensive adoption, it is already being used by Status, XMTP, and Railgun. Join our Discord Community to stay updated on our progress.", + content: "While Waku is still in development and needs to prepare for extensive adoption, it is already powering various applications. Join our Discord Community to stay updated on our progress.", backgroundColor: "#EBEDF0", textColor: "#1B1B1D", isCloseable: true @@ -106,10 +107,11 @@ const config = { }, { title: "Community", - items: [{ - href: "https://forum.vac.dev/", - label: "Discourse" - }, + items: [ + { + href: "https://forum.vac.dev/", + label: "Discourse" + }, { href: "https://discord.gg/Nrac59MfSX", label: "Discord" @@ -126,10 +128,11 @@ const config = { }, { title: "Resources", - items: [{ - href: "https://github.com/waku-org", - label: "GitHub" - }, + items: [ + { + href: "https://github.com/waku-org", + label: "GitHub" + }, { href: "https://vac.dev/research", label: "Blog" @@ -142,13 +145,17 @@ const config = { }, { title: "Legal", - items: [{ - href: "https://waku.org/terms-of-use", - label: "Terms of Use" - }, + items: [ + { + href: "https://waku.org/terms-of-use", + label: "Terms of Use" + }, { href: "https://waku.org/privacy-policy", label: "Privacy Policy" + }, + { + html: "" } ] } diff --git a/sidebars.js b/sidebars.js index 27b7230..d5f1176 100644 --- a/sidebars.js +++ b/sidebars.js @@ -8,7 +8,6 @@ const sidebars = { "overview/why-waku", "overview/use-cases", "overview/clients", - "overview/who-is-using-waku", { type: "category", label: "Waku Concepts", diff --git a/src/components/PoweredByCard.js b/src/components/PoweredByCard.js new file mode 100644 index 0000000..3e62362 --- /dev/null +++ b/src/components/PoweredByCard.js @@ -0,0 +1,48 @@ +import React from "react"; + +const PoweredByCard = ({ appLink, logoSrc, logoAlt, children }) => ( +
+
+ {logoAlt} +
+

{children}

+ + + +
+); + +export default PoweredByCard; diff --git a/static/custom.css b/static/custom.css new file mode 100644 index 0000000..abcbff6 --- /dev/null +++ b/static/custom.css @@ -0,0 +1,23 @@ +.powered-by-card-container { + display: grid; + gap: 2em; + justify-content: center; +} + +@media (max-width: 767px) { + .powered-by-card-container { + grid-template-columns: 1fr; + } +} + +@media (min-width: 768px) and (max-width: 1023px) { + .powered-by-card-container { + grid-template-columns: repeat(2, 1fr); + } +} + +@media (min-width: 1024px) { + .powered-by-card-container { + grid-template-columns: repeat(3, 1fr); + } +} \ No newline at end of file diff --git a/static/logo_white.svg b/static/img/logo_white.svg similarity index 100% rename from static/logo_white.svg rename to static/img/logo_white.svg diff --git a/static/img/railgun-logo.png b/static/img/railgun-logo.png new file mode 100644 index 0000000..62ed163 Binary files /dev/null and b/static/img/railgun-logo.png differ diff --git a/static/img/status-logo.svg b/static/img/status-logo.svg new file mode 100644 index 0000000..799e00e --- /dev/null +++ b/static/img/status-logo.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/static/img/xmtp-logo.svg b/static/img/xmtp-logo.svg new file mode 100644 index 0000000..9ce73b7 --- /dev/null +++ b/static/img/xmtp-logo.svg @@ -0,0 +1,7 @@ + + + + + + +