|
| 1 | +<?xml version="1.0" encoding="ISO-8859-1"?> |
| 2 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
| 3 | +<html xmlns="http://www.w3.org/1999/xhtml"> |
| 4 | +<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
| 5 | +<meta charset="utf-8" /> |
| 6 | + |
| 7 | +<title>Medienkompetenz</title> |
| 8 | + |
| 9 | +<!-- https://gauger.io/fonticon/ --> |
| 10 | +<link rel="icon" href="150_gitlab/media/favicon.ico" /> |
| 11 | + |
| 12 | +<link rel="stylesheet" href="node_modules/reveal.js/dist/reset.css" /> |
| 13 | +<link rel="stylesheet" href="node_modules/reveal.js/dist/reveal.css" /> |
| 14 | +<link rel="stylesheet" href="node_modules/reveal.js/dist/theme/black.css" /> |
| 15 | +<link rel="stylesheet" href="node_modules/highlight.js/styles/rainbow.css" /> |
| 16 | +<link rel="stylesheet" href="node_modules/@fortawesome/fontawesome-pro/css/all.min.css" /> |
| 17 | +<link rel="stylesheet" href="themes/theme2022.css" /> |
| 18 | +<link rel="stylesheet" href="themes/common.css" /> |
| 19 | +</head> |
| 20 | + |
| 21 | +<body> |
| 22 | +<div class="reveal"> |
| 23 | +<div class="slides"> |
| 24 | + |
| 25 | +<section id="title" data-separator="^---$" data-separator-vertical="^--$" data-background="images/jon-flobrant-_r19nfvS3wY-unsplash.jpg" class="center" style="padding: 1em 1em 1em 1em; color: white; background: rgba(0, 0, 0, 0.5); width: 60%; margin: auto; text-align: right;"> |
| 26 | + |
| 27 | +<h1 style="font-size: 1.5em; color: white;">Medienkompetenz</h1> |
| 28 | + |
| 29 | +<p><img src="" style="float: left; height: 1em;" /></p> |
| 30 | + |
| 31 | +<h2 style="font-size: 1.2em; text-transform: none; color: white;"></h2> |
| 32 | + |
| 33 | +<p><i>Nicholas Dille, Haufe Group</i></p> |
| 34 | + |
| 35 | +<p><a href=""> </a></p> |
| 36 | +</section> |
| 37 | + |
| 38 | +<section id="agenda" data-separator="^---$" data-separator-vertical="^--$"> |
| 39 | +<h2>Agenda</h2> |
| 40 | + |
| 41 | +<i class="fa-duotone fa-4x fa-list-check" style="float: right;"></i> |
| 42 | + |
| 43 | +<ul id="bullets" class="fa-ul" style="line-height: 1.5em; font-size: larger; margin-top: 0.5em;"> |
| 44 | +<li><span class="fa-li"><i class="fa-duotone fa-mobile-screen-button"></i></span> Warum ein Handy?</li> |
| 45 | +<li><span class="fa-li"><i class="fa-duotone fa-triangle-exclamation"></i></span> Gefahren</li> |
| 46 | +<li><span class="fa-li"><i class="fa-duotone fa-people-roof"></i></span> xxx</li> |
| 47 | +<li><span class="fa-li"><i class="fa-duotone fa-shield-heart"></i></span> Schutz</li> |
| 48 | +<li><span class="fa-li"><i class="fa-duotone fa-handshake-simple"></i></span> Kompetenz</li> |
| 49 | +</ul> |
| 50 | +</section> |
| 51 | + |
| 52 | +<section data-markdown="995_medienkompetenz/disclaimer.md" data-separator="^---$" data-separator-vertical="^--$"></section> |
| 53 | +<section data-markdown="995_medienkompetenz/intro.md" data-separator="^---$" data-separator-vertical="^--$"></section> |
| 54 | +<section data-markdown="995_medienkompetenz/schutz.md" data-separator="^---$" data-separator-vertical="^--$"></section> |
| 55 | +<section data-markdown="995_medienkompetenz/kompetenz.md" data-separator="^---$" data-separator-vertical="^--$"></section> |
| 56 | + |
| 57 | +<section id="summary" data-separator="^---$" data-separator-vertical="^--$"> |
| 58 | +<h2>Summary</h2> |
| 59 | + |
| 60 | +<i class="fa-duotone fa-4x fa-lightbulb-on" style="float: right;"></i> |
| 61 | + |
| 62 | +<ul id="bullets" class="fa-ul" style="line-height: 1.5em;"> |
| 63 | +<li><span class="fa-li"><i class="fa-duotone fa-infinity"></i></span> GitLab covers the whole DevOps process</li> |
| 64 | +<li><span class="fa-li"><i class="fa-duotone fa-ball-pile"></i></span> GitLab is packed with features</li> |
| 65 | +<li><span class="fa-li"><i class="fa-duotone fa-gauge-min"></i></span> No plugins to support recurring tasks</li> |
| 66 | +<li><span class="fa-li"><i class="fa-duotone fa-shield-check"></i></span> Useful security features even in free tier</li> |
| 67 | +</ul> |
| 68 | + |
| 69 | +<h3 id="events">Upcoming events</h3> |
| 70 | +</section> |
| 71 | + |
| 72 | +</div> |
| 73 | +</div> |
| 74 | + |
| 75 | +<script src="node_modules/reveal.js/dist/reveal.js" type="application/javascript"></script> |
| 76 | +<script src="node_modules/reveal.js/plugin/markdown/markdown.js" type="application/javascript"></script> |
| 77 | +<script src="node_modules/reveal.js/plugin/highlight/highlight.js" type="application/javascript"></script> |
| 78 | +<script src="node_modules/reveal.js/plugin/search/search.js" type="application/javascript"></script> |
| 79 | +<script src="node_modules/reveal.js/plugin/zoom/zoom.js" type="application/javascript"></script> |
| 80 | +<script src="node_modules/reveal.js/plugin/notes/notes.js" type="application/javascript"></script> |
| 81 | +<script> |
| 82 | + var durationInMinutes = 4 * 60; |
| 83 | + Reveal.initialize({ |
| 84 | + width: 1400, |
| 85 | + height: 850, |
| 86 | + margin: 0.05, |
| 87 | + controlsTutorial: false, |
| 88 | + showSlideNumber: false, |
| 89 | + hash: true, |
| 90 | + history: true, |
| 91 | + keyboard: true, |
| 92 | + overview: true, |
| 93 | + center: false, |
| 94 | + touch: false, |
| 95 | + shuffle: false, |
| 96 | + fragments: true, |
| 97 | + fragmentInURL: true, |
| 98 | + embedded: false, |
| 99 | + help: true, |
| 100 | + showNotes: false, |
| 101 | + autoPlayMedia: null, |
| 102 | + mouseWheel: false, |
| 103 | + previewLinks: false, |
| 104 | + transition: 'convex', |
| 105 | + transitionSpeed: 'default', |
| 106 | + backgroundTransition: 'fade', |
| 107 | + hideInactiveCursor: true, |
| 108 | + hideCursorTime: 3000, |
| 109 | + |
| 110 | + totalTime: durationInMinutes * 60, |
| 111 | + allottedTime: durationInMinutes * 60 * 1000, |
| 112 | + |
| 113 | + barColor: 'rgb(200, 0, 0)', |
| 114 | + pausedBarColor: 'rgba(200, 0, 0, .6)', |
| 115 | + |
| 116 | + markdown: { |
| 117 | + smartypants: true |
| 118 | + }, |
| 119 | + |
| 120 | + plugins: [ |
| 121 | + RevealMarkdown, |
| 122 | + RevealHighlight, |
| 123 | + RevealSearch, |
| 124 | + RevealZoom, |
| 125 | + RevealNotes |
| 126 | + ] |
| 127 | + }); |
| 128 | +</script> |
| 129 | + |
| 130 | +</body> |
| 131 | +</html> |
0 commit comments