2023-12-19 09:13:33 +01:00
|
|
|
var slides = [
|
2024-02-19 16:36:55 +01:00
|
|
|
{
|
|
|
|
|
image: "Hello World.mp4",
|
|
|
|
|
title: "",
|
|
|
|
|
description: ""
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
image: "placeholder-16x9.png",
|
|
|
|
|
title: "Mouse cursor",
|
|
|
|
|
description: `Your mouse cursor is hidden. It will show up if you move it. Click on the desktop to access the _menu_.`
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
image: "placeholder-16x9.png",
|
|
|
|
|
title: "Network access",
|
|
|
|
|
description: `Tooloop Boxes can be managed over the network. Just type the IP-address of this box into your browser.`
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
image: "placeholder-16x9.png",
|
|
|
|
|
title: "Documentation",
|
|
|
|
|
description: `You can find manuals and information at [tooloop-os.org](https://tooloop-os.org).`
|
|
|
|
|
},
|
2023-12-19 09:13:33 +01:00
|
|
|
]
|