Rename a bunch of files and fix a few typos
This commit is contained in:
parent
6e186ede67
commit
596eaa2149
|
@ -7,7 +7,7 @@
|
||||||
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/2.6.2/css/reveal.css">
|
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/2.6.2/css/reveal.css">
|
||||||
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/2.6.2/css/theme/night.css">
|
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/2.6.2/css/theme/night.css">
|
||||||
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,300,400italic,400,700italic,700&subset=latin,cyrillic">
|
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,300,400italic,400,700italic,700&subset=latin,cyrillic">
|
||||||
<link rel="stylesheet" type="text/css" href="background.css">
|
<link rel="stylesheet" type="text/css" href="styles.css">
|
||||||
|
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/2.6.2/lib/js/head.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/2.6.2/lib/js/head.min.js"></script>
|
||||||
|
@ -71,7 +71,7 @@
|
||||||
</section>
|
</section>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script id="next_talk_template" type="text/reactive">
|
<script id="next_talk_template" type="text/ractive">
|
||||||
<section id="next_talk">
|
<section id="next_talk">
|
||||||
<h3>Следва</h3>
|
<h3>Следва</h3>
|
||||||
<h1>{{nextEvent.title}}</h1>
|
<h1>{{nextEvent.title}}</h1>
|
||||||
|
@ -80,7 +80,7 @@
|
||||||
</section>
|
</section>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script id="next_speaker_template" type="text/reactive">
|
<script id="next_speaker_template" type="text/ractive">
|
||||||
<section id="next_speaker">
|
<section id="next_speaker">
|
||||||
<h3>Лектор</h3>
|
<h3>Лектор</h3>
|
||||||
<h1>{{nextEvent.speaker.name}}</h1>
|
<h1>{{nextEvent.speaker.name}}</h1>
|
||||||
|
@ -114,7 +114,7 @@
|
||||||
</section>
|
</section>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script type="text/javascript" src="reactive-init.js"></script>
|
<script type="text/javascript" src="ractive-init.js"></script>
|
||||||
<script type="text/javascript" src="reveal-init.js"></script>
|
<script type="text/javascript" src="reveal-init.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue