Skip to content

Commit

Permalink
update footer to match cheerpj.com
Browse files Browse the repository at this point in the history
  • Loading branch information
bates64 committed Jul 18, 2024
1 parent e2ac89c commit c374716
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions packages/astro-theme/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,27 @@ interface Section {
const sections: Section[] = [
{
name: "Community",
name: "Technology",
links: [
{ text: "Cheerp", href: "https://cheerp.io" },
{ text: "CheerpJ", href: "https://cheerpj.com" },
{ text: "CheerpX", href: "https://cheerpx.io" },
{ text: "CheerpX for Flash", href: "https://leaningtech.com/cheerpx-for-flash" },
],
},
{
name: "Browser extensions",
links: [
{ text: "Discord", href: DISCORD_URL },
{ text: "Twitter", href: TWITTER_URL },
{ text: "LinkedIn", href: LINKEDIN_URL },
{ text: "CheerpJ Applet Runner", href: "https://cheerpj.com/cheerpj-applet-runner/" },
{ text: "CheerpJ JNLP Runner", href: "https://cheerpj.com/cheerpj-jnlp-runner/" },
],
},
{
name: "Resources",
links: [
{ text: "Documentation", href: "/#ecosystem" },
{ text: "Blog", href: "/blog" },
{ text: "Documentation", href: "https://labs.leaningtech.com/#ecosystem" },
{ text: "Blog", href: "https://labs.leaningtech.com/blog" },
{ text: "GitHub", href: "https://github.com/leaningtech" },
{ text: "Contributing", href: "https://labs.leaningtech.com/docs/contributing" },
],
Expand All @@ -45,24 +52,15 @@ const sections: Section[] = [
name: "Company",
links: [
{ text: "About us", href: "https://leaningtech.com/about-us/" },
{ text: "News", href: "https://leaningtech.com/news/" },
{ text: "Partner program", href: "https://leaningtech.com/partner-programs/" },
{
text: "Privacy policy",
href: "https://leaningtech.com/privacy-policy/",
},
{ text: "Careers", href: "https://leaningtech.freshteam.com/jobs" },
],
},
{
name: "Tools",
links: [
{ text: "Cheerp", href: "/cheerp" },
{ text: "CheerpJ", href: "/cheerpj" },
{ text: "CheerpX", href: "/cheerpx" },
{ text: "CheerpX for Flash", href: "/cheerpx-for-flash" },
],
},
];
---

Expand Down

0 comments on commit c374716

Please sign in to comment.