]> piware.de Git - talk-cockpit-ecosystem.git/commitdiff
Make screenshots full-screen
authorMartin Pitt <martin@piware.de>
Sun, 20 Jan 2019 09:45:44 +0000 (10:45 +0100)
committerMartin Pitt <martin@piware.de>
Sun, 20 Jan 2019 09:45:44 +0000 (10:45 +0100)
cockpit-ecosystem.md

index 3272e8479d6a579ebb323ccf513234386435cfec..c56b7395e0e519957e0dbd6542617ff99223a541 100644 (file)
@@ -5,7 +5,9 @@ author: Martin Pitt <<mpitt@redhat.com>>
 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