Files
bb-portal/website/links.js

37 lines
2.1 KiB
JavaScript

window.LAUNCHPAD_LINKS = {
anyBrowser: {
title: "Any Browser",
links: [
{ href: "./news/", label: "SumiNews", image: "http://192.168.1.242:8087/images/lunarnews.png", alt: "SumiNews" },
{ href: "./weather/", label: "SumiWeather", image: "http://192.168.1.242:8087/images/weather.png", alt: "SumiWeather" },
{ href: "https://pb-appstore.netlify.app/", label: "PB - Appstore", image: "https://cdn.bio.link/uploads/profile_pictures/2025-11-19/2lWy5sAQy0Ox3AMMehIBSTWkIzb6vcvi.png", alt: "PB - Appstore" },
{ href: "http://news.ycombinator.com", label: "Hacker News", image: "http://192.168.1.242:8087/images/newsz.png", alt: "Hacker News" },
{ href: "http://text.npr.org/", label: "NPR", image: "http://192.168.1.242:8087/images/npr.jpg", alt: "NPR" },
{ href: "http://williamsmobile.co.uk/apps.htm", label: "WM Apps", image: "http://192.168.1.242:8087/images/wm.jpg", alt: "WilliamsMobile" },
{ href: "http://gdir.telae.net/", label: "Gmaps", image: "http://192.168.1.242:8087/images/gmaps.png", alt: "Gmaps" },
{ href: "http://old.reddit.com/", label: "Old Reddit", image: "http://192.168.1.242:8087/images/reddit.png", alt: "Old Reddit" },
{ href: "http://forums.crackberry.com/", label: "CB Forums", image: "http://192.168.1.242:8087/images/cb.png", alt: "CB Forums" },
]
},
search: {
title: "Search",
links: [
{ href: "https://html.duckduckgo.com/html/", label: "DuckDuckGo", image: "https://duckduckgo.com/assets/logo_header.v109.svg", alt: "DuckDuckGo" },
{ href: "https://frogfind.sumisu.xyz/", label: "FrogFind! Search", image: "http://frogfind.de/frosch.gif", alt: "FrogFind! Search" },
{ href: "http://wiby.me/", label: "Wiby", image: "http://192.168.1.242:8087/images/wiby.png", alt: "Wiby" },
]
},
games: {
title: "Games",
links: [
{ href: "./wordle/", label: "Wordle", image: "https://upload.wikimedia.org/wikipedia/commons/c/c5/Wordle_Logo.svg", alt: "Wordle" },
]
}
};