From 02c921a1a95f0ecdd52243f5a4257333b814d0b3 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Sun, 20 Jan 2019 10:45:44 +0100 Subject: [PATCH 1/1] Make screenshots full-screen --- cockpit-ecosystem.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/cockpit-ecosystem.md b/cockpit-ecosystem.md index 3272e84..c56b739 100644 --- a/cockpit-ecosystem.md +++ b/cockpit-ecosystem.md @@ -5,7 +5,9 @@ author: Martin Pitt <> email: mpitt@redhat.com date: DevConv.CZ 2019 theme: Singapore -header-includes: \usepackage{wasysym}\usepackage{pgfpages}\setbeameroption{show notes on second screen} +header-includes: + - \usepackage{wasysym}\usepackage{pgfpages}\setbeameroption{show notes on second screen} + - \newcommand{\fullsizeimg}[1]{\makebox[\linewidth]{\includegraphics[width=\paperwidth]{#1}}} ... \centerline{\Huge \texttt{IaaS}} @@ -45,7 +47,7 @@ header-includes: \usepackage{wasysym}\usepackage{pgfpages}\setbeameroption{show ------------------ -![](./system.png)\ +\fullsizeimg{system.png} \note[item]{System page: Summary information about the machine and its current status} \note[item]{can drill down into more detailed graphs and information.} @@ -53,13 +55,13 @@ header-includes: \usepackage{wasysym}\usepackage{pgfpages}\setbeameroption{show ------------------ -![](./firewall.png)\ +\fullsizeimg{firewall.png} \note[item]{subpage of Networking is a UI for firewalld} ------------------ -![](./virtualmachines.png)\ +\fullsizeimg{virtualmachines.png} \note[item]{See and interact with your local libvirt or ovirt VMs} \note[item]{Cockpit team maintains pages seen on the screenshots} @@ -121,13 +123,13 @@ button.addEventListener("click", () => { ----- -![](./pinger-start.png)\ +\fullsizeimg{pinger-start.png} \note[item]{initially looks like this; enter address, press button} ----- -![](./pinger-result.png)\ +\fullsizeimg{pinger-result.png} \note[item]{and you see the result} \note[item]{appears in the menu via a little declaration file called manifest; not shown here} @@ -173,7 +175,7 @@ make rpm ---- -![](./starter-kit.png) +\fullsizeimg{starter-kit.png} \note[item]{looks unspectacular, but demonstrates cockpit API (reading hostname) and LESS/CSS} \note[item]{point is to be a simple React component which you can directly hack on without worrying about all the boilerplate} @@ -237,7 +239,7 @@ job release-srpm - [cockpit-ostree](https://github.com/cockpit-project/cockpit-ostree) \note[item]{these projects are real-life, thus this is not a pipe dream; let's add your's} -\note[item]{Our team wants to move from "we build UIs for everything" to "we support your team with building your UI"} +\note[item]{Our team wants to scale from "we build UIs for everything" to "we support your team with building your UI"} \note[item]{we work a lot on providing CI infrastructure, cross-project testing and maintenance} # Contact -- 2.39.2