Initial content

This commit is contained in:
The Dod 2020-04-01 12:59:15 +03:00
parent 33bed47dac
commit 5a1b6a4c81
1 changed files with 114 additions and 46 deletions

View File

@ -1,49 +1,117 @@
<!doctype html>
<!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">
<head>
<meta name="generator" content=
"HTML Tidy for HTML5 for Linux version 5.7.28">
<meta charset="utf-8">
<meta name="viewport" content=
"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>iDie</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/reveal.css">
<!-- link rel="stylesheet" href="css/theme/black.css" -->
<link rel="stylesheet" href="css/theme/moon.css">
<link rel="stylesheet" href=
"https://use.fontawesome.com/releases/v5.6.3/css/all.css"
integrity=
"sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/"
crossorigin="anonymous">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/monokai.css">
<!-- Printing and PDF exports -->
<title>reveal.js</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/black.css">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/monokai.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
</head>
<body>
<div class="reveal">
<div class="slides">
<section>Slide 1</section>
<section>Slide 2</section>
</div>
</div>
<script src="js/reveal.js"></script>
<script>
// More info about config & dependencies:
// - https://github.com/hakimel/reveal.js#configuration
// - https://github.com/hakimel/reveal.js#dependencies
Reveal.initialize({
dependencies: [
{ src: 'plugin/markdown/marked.js' },
{ src: 'plugin/markdown/markdown.js' },
{ src: 'plugin/notes/notes.js', async: true },
{ src: 'plugin/highlight/highlight.js', async: true }
]
});
</script>
</body>
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
</head>
<body>
<div style="position:fixed; bottom:0.5em; left:0.5em; z-index:529">
<a href="#/">
<!-- the zero-width-space is a tweak against tidy removing empty tags -->
<span style="font-size:200%; color:white"><i class="fa fa-home"></i></span>
</a>
</div>
<div class="reveal">
<div class="slides">
<section>
<h3>למות בשקט</h3>
<p>
<small>
השתמשו בחיצים (או החלקה) כדי לנווט, וב-Esc כדי "לרמות".<br/>
לחיצה על כפתור הבית (משמאל למטה) תחזיר אתכם לכאן.
</small>
</p>
<h6>עוד קיצורי דרך:</h6>
<ul>
<li>
<a href="#resuscitation">החייאה</a>
</li>
<li>
<a href="#patient-rights">חוק זכויות החולה</a>
</li>
<li>
<a href="#burial">קבורה</a>
</li>
<li>
<a href="#digital-assets">חשבונות דיגיטליים</a>
</li>
<li>
<a href="#wills">צוואות ונכסים</a>
</li>
</ul>
</section>
<section id="resuscitation">
<h3>החייאה</h3>
</section>
<section id="patient-rights">
<h3>חוק זכויות החולה</h3>
</section>
<section id="burial">
<h3>קבורה</h3>
<section>
(זה הזמן לגלול כלפי מטה <i class=
"fa fa-arrow-down"></i>)
</section>
<section>
<h4>עמוק...</h4>
</section>
<section>
<h4>עמוק יותר...</h4>
</section>
<section>
<h4>זהו.</h4>
</section>
</section>
<section id="digital-assets" data-background-image=
'gfx/future-cat.gif'>
<h3>חשבונות דיגיטליים</h3>סגירה, הרשאות, ופעילות
</section>
<section id="wills">
<h3>צוואות ונכסים</h3>
</section>
</div>
</div>
<script src="js/reveal.js"></script>
<script>
// More info about config & dependencies:
// - https://github.com/hakimel/reveal.js#configuration
// - https://github.com/hakimel/reveal.js#dependencies
Reveal.initialize({
rtl: true,
hash: true,
center: false,
backgroundTransition: 'convex',
dependencies: [
{ src: 'plugin/markdown/marked.js' },
{ src: 'plugin/markdown/markdown.js' },
{ src: 'plugin/notes/notes.js', async: true },
{ src: 'plugin/highlight/highlight.js', async: true }
]
});
</script>
</body>
</html>