This is an automated email from the ASF dual-hosted git repository.
apratim pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb-site.git
The following commit(s) were added to refs/heads/master by this push:
new 836e010 Updated Menu and Footer
836e010 is described below
commit 836e010684364e2e6a15d49939ceb1e4e985a5ed
Author: Apratim Shukla <[email protected]>
AuthorDate: Wed Jun 12 15:21:39 2024 -0700
Updated Menu and Footer
---
src/components/Footer/index.tsx | 20 +++++++++++++++++++-
src/components/Header/menuData.tsx | 20 +++++++++++++-------
2 files changed, 32 insertions(+), 8 deletions(-)
diff --git a/src/components/Footer/index.tsx b/src/components/Footer/index.tsx
index 027dbbd..84255f0 100644
--- a/src/components/Footer/index.tsx
+++ b/src/components/Footer/index.tsx
@@ -59,10 +59,28 @@ const Footer = () => {
aria-label="Youtube"
target="_blank"
rel="noopener noreferrer"
- className="text-[#959CB1] duration-300 hover:text-teal-500
dark:text-body-color-dark dark:hover:text-teal-500"
+ className="mr-3 text-[#959CB1] duration-300
hover:text-teal-500 dark:text-body-color-dark dark:hover:text-teal-500"
>
<FontAwesomeIcon icon={faYoutube} size="lg" />
</a>
+ <div className="flex mr-3">
+ <a className="mr-2"
href="https://github.com/apache/incubator-resilientdb">
+ <Image
+
src="https://img.shields.io/github/stars/apache/incubator-resilientdb?style=flat&color=959CB1"
+ alt="GitHub stars"
+ width={100}
+ height={20}
+ />
+ </a>
+ <a
href="https://github.com/apache/incubator-resilientdb/fork">
+ <Image
+
src="https://img.shields.io/github/forks/apache/incubator-resilientdb?style=flat&color=959CB1"
+ alt="GitHub forks"
+ width={100}
+ height={20}
+ />
+ </a>
+ </div>
</div>
</div>
</div>
diff --git a/src/components/Header/menuData.tsx
b/src/components/Header/menuData.tsx
index d3102f3..36b00c1 100644
--- a/src/components/Header/menuData.tsx
+++ b/src/components/Header/menuData.tsx
@@ -9,47 +9,53 @@ const menuData: Menu[] = [
},
{
id: 2,
+ title: "Code",
+ path: "https://github.com/resilientdb/resilientdb",
+ newTab: true,
+ },
+ {
+ id: 3,
title: "Demo",
path: "https://youtu.be/ewtFSwjitsg",
newTab: true,
},
{
- id: 3,
+ id: 4,
title: "Wallet",
path: "https://github.com/ResilientApp/ResVault",
newTab: true,
},
{
- id: 4,
+ id: 5,
title: "Testnet",
newTab: true,
submenu: [
{
- id: 41,
+ id: 51,
title: "Status",
path: "https://status.resilientdb.com",
newTab: true,
},
{
- id: 42,
+ id: 52,
title: "Cloud API",
path: "https://cloud.resilientdb.com/graphql",
newTab: true,
},
{
- id: 43,
+ id: 53,
title: "Explorer",
path: "https://explorer.resilientdb.com",
newTab: true,
},
{
- id: 44,
+ id: 54,
title: "Monitoring",
path:
"https://monitoring.resilientdb.com/d/-cdKDm9nk/nexres?orgId=1&refresh=5s",
newTab: true,
},
{
- id: 45,
+ id: 55,
title: "ResView",
path: "https://resview.resilientdb.com",
newTab: true,