Skip to content

Commit

Permalink
Merge branch 'develop' into projects-page
Browse files Browse the repository at this point in the history
  • Loading branch information
nl32 committed Apr 27, 2024
2 parents 4e665f1 + 3119ec2 commit e94103e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 76 deletions.
24 changes: 4 additions & 20 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,13 @@ const Footer = (props: FooterProps) => {
</div>
<div className="grid grid-cols-2 lg:grid-cols-4 gap-10">
<div className="flex flex-col items-start gap-3">
<Link className={linkClasses} href="/about">
<h3 className="text-xl font-semibold mb-4">About us</h3>
</Link>
<h3 className="text-xl font-semibold mb-4">About us</h3>
<Link className={linkClasses} href="/about/mission">
Mission
</Link>
<Link className={linkClasses} href="/about/governance">
Project Governance
</Link>
<Link className={linkClasses} href="/membership">
Membership
</Link>
<Link className={linkClasses} href="/newsletter">
Newsletter
</Link>
<Link className={linkClasses} href="/contact">
Contact Us
</Link>
Expand Down Expand Up @@ -156,17 +148,9 @@ const Footer = (props: FooterProps) => {
<div className="md:pt-40 pt-10">
<div className={'border-t-2 ' + (royalBg ? 'border-white' : 'border-black')} />
<div className="flex md:flex-row flex-col justify-between gap-8 pt-8">
<div className="flex gap-x-8 gap-y-1 justify-around md:justify-normal flex-wrap">
<Link className={linkClasses} href="/legal/terms-of-service.txt">
Terms of Service
</Link>
<Link className={linkClasses} href="/legal/privacy-policy.txt">
Privacy Policy
</Link>
<Link className={linkClasses} href="/sitemap.xml">
Sitemap
</Link>
</div>
<Link className={linkClasses} href="/sitemap.xml">
Sitemap
</Link>
<div className="md:text-right text-center text-xs">
<p>© 2023 Nebula Labs Maintainers. All rights reserved.</p>
<p>
Expand Down
6 changes: 1 addition & 5 deletions src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,7 @@ const childItems: Array<LinkItem> = [
},
{
name: 'Membership',
link: '/membership',
},
{
name: 'Newsletter',
link: '/newsletter',
link: '/resources/roles',
},
{
name: 'Contact Us',
Expand Down
17 changes: 0 additions & 17 deletions src/pages/about/index.tsx

This file was deleted.

17 changes: 0 additions & 17 deletions src/pages/membership.tsx

This file was deleted.

17 changes: 0 additions & 17 deletions src/pages/newsletter.tsx

This file was deleted.

0 comments on commit e94103e

Please sign in to comment.