Added sections and started Buy Why?

This commit is contained in:
Thomas Cole 2022-01-19 16:51:43 -05:00
parent 6d58002c60
commit 9309503aee
3 changed files with 131 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
img/whatdoyodohere.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

View File

@ -8,16 +8,144 @@
<link rel="stylesheet" href="dist/reset.css">
<link rel="stylesheet" href="dist/reveal.css">
<link rel="stylesheet" href="dist/theme/simple.css">
<link rel="stylesheet" href="dist/theme/moon.css">
<!-- Theme used for syntax highlighted code -->
<link rel="stylesheet" href="plugin/highlight/monokai.css">
</head>
<body>
<style>
.align-left{
text-align: left;
}
.fill-width{
width: 100%;
}
.fill-height{
height: 100%;
}
</style>
<div class="reveal">
<div class="slides">
<section>Slide 1</section>
<section>Slide 2</section>
<section>
<h1>Who You Gonna Call?</h1>
<h3>Why Your Church Needs an IT Person</h3>
</section>
<section>
<h3>Section Overview</h3>
<hr>
<ul>
<li><a href="#/but-why">But Why?</a></li>
<li><a href="#/how-much">How much is this gonna cost me?</a></li>
<li><a href="#/hardware">Nuts and Bolts</a></li>
<li><a href="#/software">Wrangling the 1's and 0's</a></li>
</ul>
</section>
<section id="but-why">
<h3>But Why?</h3>
<hr>
<p>WHY? Oh I will tell you why.</p>
</section>
<section>
<br>
<div class="align-left">
<h6>What do I do?</h6>
</div>
<hr>
<div class="r-stack">
<img class="fragment fade-out" src="img/whatdoyodohere.jpg" height="auto" width="100%">
<div class="align-left fill-height fill-width">
<ul>
<li class="fragment fade-in">Troubleshoot technical issues</li>
<li class="fragment fade-in">Maintain physical infrastructure</li>
<li class="fragment fade-in">Update software</li>
<li class="fragment fade-in">Setup Zoom calls</li>
<li class="fragment fade-in">Fix printers</li>
<li class="fragment fade-in">Develop websites</li>
<li class="fragment fade-in">Repair or replace obselete hardware</li>
<li class="fragment fade-in">And as always... other duties as assigned</li>
</ul>
</div>
</div>
<div class="r-stretch"></div>
</section>
<section>
<br>
<div style="text-align: left;">
<h6>But I can do those things!</h6>
</div>
<hr>
<div class="r-stack">
<div class="align-left fill-width fill-height">
<ul>
<li class="fragment fade-in">Can it scale?</li>
<li class="fragment fade-in">Is it secure?</li>
<li class="fragment fade-in">What happens when someone leaves?</li>
<li class="fragment fade-in">What happens when something breaks?</li>
<li class="fragment fade-in">How do you backup data?</li>
</ul>
</div>
</div>
<div class="r-stretch"></div>
<aside class="notes">
- For a handfull of people it is possible to do all this on your own.
- Growing your church means you can't ad-hoc everything. At a certain point you are going to need standards and structure to grow effectively.
- Centralizing management of users allows for easier turnover. No more sharing passwords.
- Replacing hardware is not always straight forward. You want the right tool for the job.
- What is the disaster recovery plan? Last time backups were run? Do your backups work?
</aside>
</section>
<section>
<br>
<div style="text-align: left;">
<h6>It's OK to be overwhelmed</h6>
</div>
<hr>
<div class="r-stack">
<img class="fragment fade-out" src="/img/spongebob-overwhelmed.gif" height="auto" width="80%">
<div class="align-left fill-width fill-height">
<ul>
<li class="fragment fade-in"></li>
<li class="fragment fade-in"></li>
<li class="fragment fade-in"></li>
<li class="fragment fade-in"></li>
<li class="fragment fade-in"></li>
</ul>
</div>
</div>
<div class="r-stretch"></div>
<aside class="notes">
</aside>
</section>
<section id="how-much">
<h3>How much will this cost?</h3>
<hr>
<p>$$$</p>
</section>
<section id="hardware">
<h3>Nuts and Bolts</h3>
<hr>
<p>Lets talk hardware</p>
</section>
<section id="software">
<h3>Wrangling the 1's and 0's</h3>
<hr>
<p>Software to get things done</p>
</section>
</div>
</div>