2023-03-09 13:28:45 +00: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>Uvod u programiranje</title>
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="dist/reset.css">
|
|
|
|
<link rel="stylesheet" href="dist/reveal.css">
|
|
|
|
<link rel="stylesheet" href="dist/theme/black.css">
|
|
|
|
|
|
|
|
<!-- Theme used for syntax highlighted code -->
|
|
|
|
<link rel="stylesheet" href="plugin/highlight/monokai.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="reveal">
|
|
|
|
<div class="slides">
|
|
|
|
<section>
|
|
|
|
<h3>Uvod u programiranje</h3>
|
|
|
|
<ul>
|
|
|
|
<li><a href="cas1.html">1. čas (10.03.2023.)</a></li>
|
2023-03-24 11:00:33 +00:00
|
|
|
<li><a href="cas2.html">2. čas (17.03.2023.)</a></li>
|
|
|
|
<li><a href="cas3.html">3. čas (24.03.2023.)</a></li>
|
2023-03-31 13:11:12 +00:00
|
|
|
<li><a href="cas4.html">4. čas (31.03.2023.)</a></li>
|
2023-04-27 13:43:55 +00:00
|
|
|
<li>5. čas (07.04.2023.)</li>
|
|
|
|
<li>6. čas (14.04.2023.)</li>
|
|
|
|
<li>7. čas (21.04.2023.)</li>
|
|
|
|
<li><a href="cas8.html">8. čas (28.04.2023.)</a></li>
|
2023-03-09 13:28:45 +00:00
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<script src="dist/reveal.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: [ ]
|
|
|
|
});
|
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|