2022-01-19 14:35:25 -05:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
|
|
|
|
|
|
<title>reveal.js</title>
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="dist/reset.css">
|
|
|
|
<link rel="stylesheet" href="dist/reveal.css">
|
2022-01-19 21:19:28 -05:00
|
|
|
<link rel="stylesheet" href="dist/theme/thomascustom.css">
|
2022-01-19 14:35:25 -05:00
|
|
|
|
|
|
|
<!-- Theme used for syntax highlighted code -->
|
|
|
|
<link rel="stylesheet" href="plugin/highlight/monokai.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
2022-01-19 16:51:43 -05:00
|
|
|
|
|
|
|
<style>
|
|
|
|
.align-left{
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2022-01-19 20:36:41 -05:00
|
|
|
.align-right{
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2022-01-19 16:51:43 -05:00
|
|
|
.fill-width{
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fill-height{
|
|
|
|
height: 100%;
|
|
|
|
}
|
2022-01-19 21:19:28 -05:00
|
|
|
|
|
|
|
ul.no-bullets {
|
|
|
|
list-style-type: none;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2022-01-19 16:51:43 -05:00
|
|
|
</style>
|
|
|
|
|
|
|
|
|
2022-01-19 14:35:25 -05:00
|
|
|
<div class="reveal">
|
|
|
|
<div class="slides">
|
2022-01-19 16:51:43 -05:00
|
|
|
<section>
|
|
|
|
<h1>Who You Gonna Call?</h1>
|
|
|
|
<h3>Why Your Church Needs an IT Person</h3>
|
|
|
|
</section>
|
|
|
|
<section>
|
2022-01-19 21:19:28 -05:00
|
|
|
<h2>Section Overview</h2>
|
2022-01-19 16:51:43 -05:00
|
|
|
<hr>
|
2022-01-19 21:19:28 -05:00
|
|
|
<ul class="no-bullets">
|
2022-01-19 16:51:43 -05:00
|
|
|
<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">
|
2022-01-19 21:19:28 -05:00
|
|
|
<h2>But Why?</h2>
|
2022-01-19 16:51:43 -05:00
|
|
|
<hr>
|
|
|
|
<p>WHY? Oh I will tell you why.</p>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<div class="align-left">
|
2022-01-19 21:19:28 -05:00
|
|
|
<p>What do I do?</p>
|
2022-01-19 16:51:43 -05:00
|
|
|
</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>
|
|
|
|
<div style="text-align: left;">
|
2022-01-19 21:19:28 -05:00
|
|
|
<p>But I can do those things!</p>
|
2022-01-19 16:51:43 -05:00
|
|
|
</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>
|
|
|
|
<div style="text-align: left;">
|
2022-01-19 21:19:28 -05:00
|
|
|
<p>It's OK to be overwhelmed</p>
|
2022-01-19 16:51:43 -05:00
|
|
|
</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">
|
2022-01-19 21:19:28 -05:00
|
|
|
<h2>How much will this cost?</h2>
|
2022-01-19 16:51:43 -05:00
|
|
|
<hr>
|
|
|
|
<p>$$$</p>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="hardware">
|
2022-01-19 21:19:28 -05:00
|
|
|
<h2>Nuts and Bolts</h2>
|
2022-01-19 16:51:43 -05:00
|
|
|
<hr>
|
|
|
|
<p>Lets talk hardware</p>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="software">
|
2022-01-19 21:19:28 -05:00
|
|
|
<h2>Wrangling the 1's and 0's</h2>
|
2022-01-19 16:51:43 -05:00
|
|
|
<hr>
|
|
|
|
<p>Software to get things done</p>
|
|
|
|
</section>
|
2022-01-19 14:35:25 -05:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<script src="dist/reveal.js"></script>
|
|
|
|
<script src="plugin/notes/notes.js"></script>
|
|
|
|
<script src="plugin/markdown/markdown.js"></script>
|
|
|
|
<script src="plugin/highlight/highlight.js"></script>
|
|
|
|
<script>
|
|
|
|
// More info about initialization & config:
|
|
|
|
// - https://revealjs.com/initialization/
|
|
|
|
// - https://revealjs.com/config/
|
|
|
|
Reveal.initialize({
|
|
|
|
hash: true,
|
|
|
|
|
|
|
|
// Learn about plugins: https://revealjs.com/plugins/
|
|
|
|
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
|
|
|
|
});
|
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|