mirror of
https://github.com/Tooloop/Tooloop-Packages.git
synced 2026-04-27 20:41:37 +02:00
[onboarding] slide texts, videos, thumbnail
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -4,11 +4,10 @@ Maintainer: Tooloop Multimedia
|
|||||||
Homepage: https://www.tooloop.de
|
Homepage: https://www.tooloop.de
|
||||||
Bugs: https://github.com/Tooloop/Tooloop-Packages
|
Bugs: https://github.com/Tooloop/Tooloop-Packages
|
||||||
Section: tooloop/presentation
|
Section: tooloop/presentation
|
||||||
Architecture: amd64
|
Architecture: any
|
||||||
Depends: chromium-browser
|
Depends: chromium-browser
|
||||||
Suggests: tooloop-nginx
|
|
||||||
Name: Onboarding
|
Name: Onboarding
|
||||||
Description: Tipps and first steps
|
Description: Tipps and first steps
|
||||||
Learn how to find your way in Tooloop OS.
|
Learn how to find your way in Tooloop OS.
|
||||||
Thumbnail: onboarding-thumbnail.jpg
|
Thumbnail: onboarding-thumbnail.png
|
||||||
|
|
||||||
|
|||||||
@@ -187,9 +187,11 @@ button.slide-button.next {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.slide .description code {
|
.slide .description code {
|
||||||
background-color: var(--medium-grey);
|
background-color: #ddd;
|
||||||
padding: 0.15rem 0.5rem;
|
padding: 0.1rem 0.3rem;
|
||||||
color: white;
|
color: var(--dark-grey);
|
||||||
|
font-size: 0.888rem;
|
||||||
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.progressBar {
|
.progressBar {
|
||||||
|
|||||||
@@ -79,6 +79,7 @@ class Slider {
|
|||||||
|
|
||||||
// keyboard shortcuts
|
// keyboard shortcuts
|
||||||
document.addEventListener("keydown", (e) => {
|
document.addEventListener("keydown", (e) => {
|
||||||
|
if (e.code === "ArrowLeft" || e.code === "ArrowRight")
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
});
|
});
|
||||||
document.addEventListener("keyup", (e) => {
|
document.addEventListener("keyup", (e) => {
|
||||||
|
|||||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
@@ -1,20 +1,35 @@
|
|||||||
var slides = [
|
var slides = [
|
||||||
{
|
{
|
||||||
image: "Hello World.mp4",
|
image: "Hello world.mp4",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
image: "placeholder-16x9.png",
|
image: "System menu.mp4",
|
||||||
title: "Mouse cursor",
|
title: "The system menu",
|
||||||
description: `Your mouse cursor is hidden. It will show up if you move it. Click on the desktop to access the _menu_.`
|
description: `Your mouse cursor is hidden. It will only show up if you move it.
|
||||||
|
Click on the desktop to open the menu.`
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
image: "placeholder-16x9.png",
|
image: "System settings.mp4",
|
||||||
title: "Network access",
|
title: "System settings",
|
||||||
description: `Tooloop Boxes can be managed over the network. Just type the IP-address of this box into your browser.`
|
description: `Reach for the settings app to configure and monitor this computer.
|
||||||
|
It’s browser-based so you can use it remotely.`
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
image: "placeholder-16x9.png",
|
image: "File management.mp4",
|
||||||
title: "Documentation",
|
title: "File management",
|
||||||
description: `You can find manuals and information at **tooloop-os.org**.`
|
description: `Tooloop OS is designed to be maintained over network.
|
||||||
|
Administrate over \`SSH\` and manage files using \`SFTP\` or \`AFP\`.
|
||||||
|
You can of course also use a USB flash drive.`
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
image: "Automation.mp4",
|
||||||
|
title: "Automation",
|
||||||
|
description: `Integrate Tooloop Boxes with your automation system.
|
||||||
|
Almost everything Tooloop OS can do can also be done via REST.`,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
image: "Shortcuts.mp4",
|
||||||
|
title: "Shortcuts for your convenience",
|
||||||
|
description: `There are some handy keyboard shortcuts and terminal commands starting with _tooloop_, e. g. \`tooloop-presentation-start\`.`,
|
||||||
|
}
|
||||||
]
|
]
|
||||||
Reference in New Issue
Block a user