Update presentation
After Width: | Height: | Size: 4.5 MiB |
After Width: | Height: | Size: 3.0 MiB |
After Width: | Height: | Size: 3.3 MiB |
After Width: | Height: | Size: 3.6 MiB |
After Width: | Height: | Size: 93 KiB |
After Width: | Height: | Size: 2.1 MiB |
After Width: | Height: | Size: 3.6 MiB |
121
index.html
|
@ -1,53 +1,65 @@
|
|||
<!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 charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
|
||||
<title>OF2016 Video</title>
|
||||
<title>OF2016 Video</title>
|
||||
|
||||
<link rel="stylesheet" href="css/reveal.css">
|
||||
<link rel="stylesheet" href="css/theme/black.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/zenburn.css">
|
||||
<!-- Theme used for syntax highlighting of code -->
|
||||
<link rel="stylesheet" href="lib/css/zenburn.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">
|
||||
<!-- 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>
|
||||
<section>
|
||||
<section>
|
||||
<h1>OpenFest 2016</h1>
|
||||
<h2>Преглед на инфраструктурата</h2>
|
||||
<h2>Видео</h2>
|
||||
</section>
|
||||
<section>
|
||||
Кои сме ние
|
||||
</section>
|
||||
<section data-background-image="img/potato-collection.jpg">
|
||||
</section>
|
||||
<section data-background-image="img/filling.jpg">
|
||||
</section>
|
||||
|
||||
<section data-background-image="img/gear_pile.jpg">
|
||||
</section>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<section>
|
||||
<h1>Техника</h1>
|
||||
</section>
|
||||
<section>
|
||||
<h1>Снимка на камера</h1>
|
||||
</section>
|
||||
<section>
|
||||
<h1>Снимка на видеомиксер</h1>
|
||||
</section>
|
||||
<section>
|
||||
<h1>Снимка на аудиомиксер</h1>
|
||||
</section>
|
||||
<section>
|
||||
<h1>Снимка на скейлър или нещо от сорта</h1>
|
||||
<section data-background-image="img/camera.jpg">
|
||||
</section>
|
||||
|
||||
<section data-background-image="img/video_mixer.jpg">
|
||||
</section>
|
||||
<section data-background-image="img/launchpad.jpg">
|
||||
</section>
|
||||
|
||||
<section data-background-image="img/audio_mixer.jpg">
|
||||
</section>
|
||||
|
||||
<section data-background-image="img/scaler.jpg">
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
|
@ -73,6 +85,11 @@
|
|||
<li>2 зали (и половина)</li>
|
||||
<li>6 камери + 1 резерва</li>
|
||||
<li>3TB записи</li>
|
||||
<li><ul>
|
||||
<li>Камера</li>
|
||||
<li>ninja</li>
|
||||
<li>restreamer</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
@ -113,6 +130,10 @@
|
|||
<td>Общо</td>
|
||||
<td>10.2 Mbps</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>За целия първи ден</td>
|
||||
<td>TX: 70GB</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</section>
|
||||
|
@ -123,25 +144,25 @@
|
|||
<p><a style="font-size: 35px;" href="https://github.com/OpenFest/openfest/tree/master/2016/schemes">github.com/OpenFest/openfest/tree/master/2016/schemes</a></p>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="lib/js/head.min.js"></script>
|
||||
<script src="js/reveal.js"></script>
|
||||
<script src="lib/js/head.min.js"></script>
|
||||
<script src="js/reveal.js"></script>
|
||||
|
||||
<script>
|
||||
// More info https://github.com/hakimel/reveal.js#configuration
|
||||
Reveal.initialize({
|
||||
history: true,
|
||||
<script>
|
||||
// More info https://github.com/hakimel/reveal.js#configuration
|
||||
Reveal.initialize({
|
||||
history: true,
|
||||
|
||||
// More info https://github.com/hakimel/reveal.js#dependencies
|
||||
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, callback: function() { hljs.initHighlightingOnLoad(); } }
|
||||
]
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
// More info https://github.com/hakimel/reveal.js#dependencies
|
||||
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, callback: function() { hljs.initHighlightingOnLoad(); } }
|
||||
]
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|