Skip to content

Commit

Permalink
unified resources
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohilas committed Dec 6, 2023
1 parent 2db49fd commit 34b17dc
Show file tree
Hide file tree
Showing 57 changed files with 20 additions and 972 deletions.
7 changes: 2 additions & 5 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "docs/kiwi-pycon-2023/reveal.js"]
path = docs/kiwi-pycon-2023/reveal.js
url = https://github.com/ekohilas/reveal.js
[submodule "docs/pycon-au-2023/reveal.js"]
path = docs/pycon-au-2023/reveal.js
[submodule "docs/reveal.js"]
path = docs/reveal.js
url = https://github.com/ekohilas/reveal.js
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
18 changes: 9 additions & 9 deletions docs/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="../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">
<!-- Theme used for syntax highlighted code -->
<link rel="stylesheet" href="css/highlight/cupertino.css">
<link rel="stylesheet" href="../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="../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="reveal.js-plugins/markdown/markdown.js"></script>
<script 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="../css/reveal-override.css">

</body>
</html>
177 changes: 0 additions & 177 deletions docs/pycon-au-2023/css/highlight/cupertino.css

This file was deleted.

56 changes: 0 additions & 56 deletions docs/pycon-au-2023/css/reveal-override.css

This file was deleted.

93 changes: 0 additions & 93 deletions docs/pycon-au-2023/fonts/source-code-pro/OFL.txt

This file was deleted.

Loading

0 comments on commit 34b17dc

Please sign in to comment.