Skip to content

Commit

Permalink
moved to src
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohilas committed Dec 6, 2023
1 parent 4e47bff commit 55f25ee
Show file tree
Hide file tree
Showing 30 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "docs/reveal.js"]
path = reveal.js
path = src/reveal.js
url = https://github.com/ekohilas/reveal.js
18 changes: 9 additions & 9 deletions kiwi-pycon-2023/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

<title>Refactoring for Fun and Profit</title>

<link rel="stylesheet" href="../reveal.js/dist/reset.css">
<link rel="stylesheet" href="../reveal.js/dist/reveal.css">
<link rel="stylesheet" href="../reveal.js/dist/theme/white-contrast.css">
<link rel="stylesheet" href="../src/reveal.js/dist/reset.css">
<link rel="stylesheet" href="../src/reveal.js/dist/reveal.css">
<link rel="stylesheet" href="../src/reveal.js/dist/theme/white-contrast.css">
<!-- Theme used for syntax highlighted code -->
<link rel="stylesheet" href="../css/highlight/cupertino.css">
<link rel="stylesheet" href="../src/css/highlight/cupertino.css">
</head>
<body>
<div class="reveal">
Expand All @@ -26,11 +26,11 @@
</div>
</div>

<script src="../reveal.js/dist/reveal.js"></script>
<script src="../reveal.js/plugin/notes/notes.js"></script>
<script src="../reveal.js/plugin/highlight/highlight.js"></script>
<script src="../src/reveal.js/dist/reveal.js"></script>
<script src="../src/reveal.js/plugin/notes/notes.js"></script>
<script src="../src/reveal.js/plugin/highlight/highlight.js"></script>

<script src="../reveal.js-plugins/markdown/markdown.js"></script>
<script src="../src/reveal.js-plugins/markdown/markdown.js"></script>

<script>
// More info about initialization & config:
Expand Down Expand Up @@ -60,7 +60,7 @@
});
</script>

<link rel="stylesheet" href="../css/reveal-override.css">
<link rel="stylesheet" href="../src/css/reveal-override.css">

</body>
</html>
18 changes: 9 additions & 9 deletions pycon-au-2023/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

<title>Refactoring for Fun and Profit</title>

<link rel="stylesheet" href="../reveal.js/dist/reset.css">
<link rel="stylesheet" href="../reveal.js/dist/reveal.css">
<link rel="stylesheet" href="../reveal.js/dist/theme/white-contrast.css">
<link rel="stylesheet" href="../src/reveal.js/dist/reset.css">
<link rel="stylesheet" href="../src/reveal.js/dist/reveal.css">
<link rel="stylesheet" href="../src/reveal.js/dist/theme/white-contrast.css">
<!-- Theme used for syntax highlighted code -->
<link rel="stylesheet" href="../css/highlight/cupertino.css">
<link rel="stylesheet" href="../src/css/highlight/cupertino.css">
</head>
<body>
<div class="reveal">
Expand All @@ -26,11 +26,11 @@
</div>
</div>

<script src="../reveal.js/dist/reveal.js"></script>
<script src="../reveal.js/plugin/notes/notes.js"></script>
<script src="../reveal.js/plugin/highlight/highlight.js"></script>
<script src="../src/reveal.js/dist/reveal.js"></script>
<script src="../src/reveal.js/plugin/notes/notes.js"></script>
<script src="../src/reveal.js/plugin/highlight/highlight.js"></script>

<script src="../reveal.js-plugins/markdown/markdown.js"></script>
<script src="../src/reveal.js-plugins/markdown/markdown.js"></script>

<script>
// More info about initialization & config:
Expand Down Expand Up @@ -60,7 +60,7 @@
});
</script>

<link rel="stylesheet" href="../css/reveal-override.css">
<link rel="stylesheet" href="../src/css/reveal-override.css">

</body>
</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 55f25ee

Please sign in to comment.