Skip to content

Commit 6925e4b

Browse files
committed
Adjust logo size
1 parent e4b1a66 commit 6925e4b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

slides/syntroduction/slides.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
= Title
1818

19-
image::{title-image}[width=750]
19+
image::{title-image}[width=500]
2020

2121
[.notes]
2222
--
@@ -234,7 +234,7 @@ and try it out for yourself
234234

235235
== Thanks!
236236

237-
image::{title-image}[width=750]
237+
image::{title-image}[width=500]
238238

239239
{author} – {email}
240240

slides/syntroduction/slides.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@
403403
link.rel = 'stylesheet';
404404
link.type = 'text/css';
405405
link.href = window.location.search.match( /print-pdf/gi ) ? "node_modules/reveal.js/css/print/pdf.css" : "node_modules/reveal.js/css/print/paper.css";
406-
document.getElementsByTagName( 'head' )[0].appendChild( link );</script></head><body><div class="reveal"><div class="slides"><section class="title" data-state="title" data-background-size="cover" data-background-image="assets/images"><h1>Introduction</h1><div class="preamble"><div class="imageblock"><img src="assets/images/project-syn.svg" alt="project syn" width="750"></div>
406+
document.getElementsByTagName( 'head' )[0].appendChild( link );</script></head><body><div class="reveal"><div class="slides"><section class="title" data-state="title" data-background-size="cover" data-background-image="assets/images"><h1>Introduction</h1><div class="preamble"><div class="imageblock"><img src="assets/images/project-syn.svg" alt="project syn" width="500"></div>
407407
<aside class="notes"><div class="paragraph"><p>Welcome to Project Syn!</p></div></aside></div><p class="author"><small></small></p></section>
408408
<section id="_remember_virtual_machines"><h2>Remember Virtual Machines?</h2><div class="slide-content"><div class="ulist"><ul><li><p>Automated provisioning</p></li><li><p>Many Virtual Machines</p></li><li><p>Configuration Management!</p></li></ul></div>
409409
<aside class="notes"><div class="ulist"><ul><li><p>VMs automatically deployed, still empty, no apps, no config</p></li><li><p>Want to configure them by hand? NO!</p></li><li><p>Solution: Configuration Management Tool like Puppet</p></li><li><p>Install agent, register at server, wait and profit</p></li><li><p>Configuration drift? No, enforced by agent in VM</p></li><li><p>Multiple infrastructures and Linux distros? Abstracted by cfgmgmt tool</p></li><li><p>All defined as code</p></li></ul></div></aside></div></section>
@@ -435,7 +435,7 @@
435435
<aside class="notes"><div class="ulist"><ul><li><p>If you need help, ping is in the chat!</p></li><li><p>Please be aware that the project is enhancing fast and the guid can break from time to time.</p></li><li><p>We try hard to make sure the guide works all the time.</p></li></ul></div></aside></div></section>
436436
<section id="_further_resources"><h2>Further resources</h2><div class="slide-content"><div class="ulist"><ul><li><p>Project site: <a href="https://syn.tools" class="bare">syn.tools</a></p></li><li><p>Commodore Component Tutorial: <a href="https://syn.tools/tuto/index.html" class="bare">syn.tools/tuto/index.html</a></p></li><li><p>Commodore Component Hub: <a href="https://hub.syn.tools" class="bare">hub.syn.tools</a></p></li><li><p>GitHub: <a href="https://github.com/projectsyn" class="bare">github.com/projectsyn</a></p></li></ul></div>
437437
<aside class="notes"></aside></div></section>
438-
<section id="_thanks"><h2>Thanks!</h2><div class="slide-content"><div class="imageblock"><img src="assets/images/project-syn.svg" alt="project syn" width="750"></div>
438+
<section id="_thanks"><h2>Thanks!</h2><div class="slide-content"><div class="imageblock"><img src="assets/images/project-syn.svg" alt="project syn" width="500"></div>
439439
<div class="paragraph"><p><a href="mailto:ahoy@syn.tools">ahoy@syn.tools</a></p></div>
440440
<div class="paragraph small"><small><em>Project Sponsor</em><br>
441441
VSHN AG – Neugasse 10 – CH-8005 Zürich – +41 44 545 53 00 – <a href="https://vshn.ch" class="bare">vshn.ch</a><a href="mailto:info@vshn.ch">info@vshn.ch</a></small></div></div></section></div></div><script src="node_modules/reveal.js/js/reveal.js"></script><script>Array.prototype.slice.call(document.querySelectorAll('.slides section')).forEach(function(slide) {

slides/syntroduction/slides.pdf

3 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)